Skip to content

Commit

Permalink
Added RHCP's classMemory
Browse files Browse the repository at this point in the history
Resolves issue ahkscript#150
  • Loading branch information
G33kDude authored Jan 7, 2019
1 parent 4919993 commit 5672da1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Development state:
* [Hotkeys](#hotkeys)
* [Joystick](#joystick)
* [Maths](#maths)
* [Memory](#memory)
* [Networking](#networking)
* [Plotting (graphs, bars, charts and etc)](#libraries-plotting)
* [System](#libraries-system)
Expand Down Expand Up @@ -149,6 +150,10 @@ Development state:
* [Scientific Maths](https://autohotkey.com/board/topic/93516-) - by Avi - Library facilitating high precision mathematics.
* [Time()](https://autohotkey.com/board/topic/42668-time-count-days-hours-minutes-seconds-between-dates/) - by HotkeyIt - Count Days, hours, minutes, seconds between dates. Forum thread: [link](https://autohotkey.com/board/topic/42668-time-count-days-hours-minutes-seconds-between-dates/)

### Memory

* [classMemory](https://github.com/Kalamity/classMemory) - by RHCP (Kalamity) - An AHK memory reading/writing class with pattern scans. Forum thread: [link](https://www.autohotkey.com/boards/viewtopic.php?t=1177)

### Networking
* [AHKhttp](https://github.com/Skiouros/AHKhttp) - Basic HTTP Server. Forum [link](https://autohotkey.com/boards/viewtopic.php?f=6&t=4890)
* [AHKsock](https://github.com/jleb/AHKsock) - by TheGood - Function based sockets library. Supports TCP. Forum [link](https://autohotkey.com/board/topic/53827-ahksock-a-simple-ahk-implementation-of-winsock-tcpip/)
Expand Down

0 comments on commit 5672da1

Please sign in to comment.