https://github.com/demkeys/randomdevnotes
A bunch of random dev related research notes, for personal referece, and for whoever it helps.
https://github.com/demkeys/randomdevnotes
Last synced: 3 months ago
JSON representation
A bunch of random dev related research notes, for personal referece, and for whoever it helps.
- Host: GitHub
- URL: https://github.com/demkeys/randomdevnotes
- Owner: Demkeys
- Created: 2020-02-24T08:47:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-13T13:10:56.000Z (over 3 years ago)
- Last Synced: 2025-06-08T15:47:12.682Z (about 1 year ago)
- Size: 95.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RandomDevNotes
A bunch of random dev related research notes, for personal referece, and for whoever it helps. Some of the pages will just have links, and some will have detailed explanations. I often spend hours doing research on various topics. That ofcourse involves a lot of googling. Saving the info that I find in one place (this repo) can save me hours of googling the next time I'm researching the same topic again. That's why I've made this repo.
* [Unity Alpha Blending](https://github.com/Demkeys/RandomDevNotes/tree/master/UnityAlphaBlending)
* [Graphics](https://github.com/Demkeys/RandomDevNotes/blob/master/Graphics.md)
* [Miscellaneous](https://github.com/Demkeys/RandomDevNotes/blob/master/Miscellaneous.md)
* [Math](https://github.com/Demkeys/RandomDevNotes/blob/master/Math.md)
* [Linux](https://github.com/Demkeys/RandomDevNotes/blob/master/Linux.md)
* [Networking](https://github.com/Demkeys/RandomDevNotes/blob/master/Networking.md)
* [P/Invoke and Win32](https://github.com/Demkeys/RandomDevNotes/blob/master/PInvokeAndWin32.md)
* [C#](https://github.com/Demkeys/RandomDevNotes/blob/master/CSharp.md)
* [3D Modeling and 3D Modeling Apps](https://github.com/Demkeys/RandomDevNotes/blob/master/3DArt.md)