An open API service indexing awesome lists of open source software.

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.

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)