/Reference

Just General stuff that I may need to look up later

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Reference

Algorithms and Data Structure Implementations in various languages markdown reference I can't really decide what this would fall under, probably a hardware section if I ever add that. How to Program USB devices

Here's an interesting link. It might mean I'm about to get into code Katas which are kinda a waste of time link

The most important linux command:

find ./ -type f -exec dos2unix {} \;

replaces windows line endings with unix