Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alvinwan/guide-to-hacking
source code for my "Guide to Hacking" tutorials
https://github.com/alvinwan/guide-to-hacking
Last synced: about 13 hours ago
JSON representation
source code for my "Guide to Hacking" tutorials
- Host: GitHub
- URL: https://github.com/alvinwan/guide-to-hacking
- Owner: alvinwan
- Created: 2023-06-26T10:10:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-29T09:41:32.000Z (10 months ago)
- Last Synced: 2024-10-12T13:44:37.584Z (about 1 month ago)
- Language: Python
- Homepage: https://alvinwan.com/hacking
- Size: 75.2 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Guide to Hacking
This is "hacking" in the sense of a full-stack, fast-moving programmer. See the
full guide here at [**Guide to Hacking**](https://alvinwan.com).Includes source code for the following tutorials:
- [`webapp/`](webapp/): [How a web application works](https://alvinwan.com/how-a-web-application-works)
- [`thirdpartylogin/`](thirdpartylogin/): [How third-party login works](https://alvinwan.com/how-thirdparty-login-works)
- [`desktopapp/`](desktopapp/): [How a Python-only desktop app works](https://alvinwan.com/how-a-pythononly-desktop-app-works)
- [`deeplink/`](deeplink/): [How a Python-only deeplink works](https://alvinwan.com/how-a-pythononly-deeplink-works)
- [`desktoplogin/`](desktoplogin/): [How third-party login for desktop apps work](https://alvinwan.com/how-thirdparty-login-for-desktop-apps-work)
- [`metal/`](metal/): [How to use Apple GPUs from Python](https://alvinwan.com/how-to-use-apple-gpus-from-python)
- [`pyosx/`](pyosx/): [How to use OSX built-ins from Python](https://alvinwan.com/how-to-use-osx-builtins-from-python)