├── .github └── FUNDING.yml ├── API CheatSheets.gif ├── README.md └── socket-cheatsheet.txt /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | # These are supported funding model platforms 2 | 3 | github: [snowcra5h] 4 | -------------------------------------------------------------------------------- /API CheatSheets.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/7etsuo/windows-api-function-cheatsheets/HEAD/API CheatSheets.gif -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/7etsuo/windows-api-function-cheatsheets/HEAD/README.md -------------------------------------------------------------------------------- /socket-cheatsheet.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/7etsuo/windows-api-function-cheatsheets/HEAD/socket-cheatsheet.txt --------------------------------------------------------------------------------