a repo of small tutorials on various languages i use, but am not as familiar as i want to be
i am going to do this for langauges as i need to, and i have anumber of things i intend to add
- cover C++ in depth
- cover a graphics library for C++, to do simple things such as a spinabble cube and a developing fractal
- cover javascript
- cover some tensorflow (i may skip covering python cos i know it well)
- the thing that this leads up to, format all the documents to a specific so its easily searchable with commands such as
langhelp cpp math-> displays subtopics of module math in file cpp or if there arent subtopics show the body of it
note these tutorials are made for my eyes so they have referances to past work, ie my introduction to proper coding through C#, they will probably work well for others but its more fun and a better learnign experiance to write your own