#interestingReadsandResources

Useful

- Snapchat Facial Recognition - http://docs.opencv.org/master/d7/d8b/tutorial_py_face_detection.html#gsc.tab=0
- C++17 features - http://stackoverflow.com/questions/38060436/what-are-the-new-features-in-c17
- dynamic allocation and pointers - http://stackoverflow.com/questions/22146094/why-should-i-use-a-pointer-rather-than-the-object-itself?rq=1
- creating a programming language - http://eloquentjavascript.net/11_language.html
- optimizing data in SQL - http://dev.mysql.com/doc/refman/5.7/en/data-size.html
- creating a database in netbeans - https://netbeans.org/kb/docs/ide/mysql.html
- php docs - https://www.phpmyadmin.net/docs/
- managing MySQL databases with phpMyAdmin - https://www.siteground.com/tutorials/phpmyadmin/
- API database - http://www.programmableweb.com/category/all/apis
- pyplot for python - http://matplotlib.org/users/pyplot_tutorial.html#working-with-text
- ajax for database API connections - http://www.w3schools.com/ajax/ajax_examples.asp
- bare metal c++ - https://arobenko.gitbooks.io/bare_metal_cpp/content/
- using Javascript to grab JSONP item online - https://javascriptweblog.wordpress.com/2010/11/29/json-and-jsonp/
- hacking a samsung tv- https://iicybersecurity.wordpress.com/2015/07/07/how-to-easily-hack-your-smart-tv-samsung-and-lg/
- CSS help - https://css-tricks.com/

Interesting

- == and != independence - http://stackoverflow.com/questions/37800001/are-and-mutually-dependent
- compiler compiling itself - http://stackoverflow.com/questions/38005656/how-can-a-compiler-compile-itself
- reverse engineering the Pokemon Go app - https://applidium.com/en/news/unbundling_pokemon_go/
- breaking down tinder and facebook - https://defaultnamehere.tumblr.com/post/147747146865/stalking-your-facebook-friends-on-tinder?gags=gabes
- facial recognition on things like facebook - https://medium.com/@ageitgey/machine-learning-is-fun-part-4-modern-face-recognition-with-deep-learning-c3cffc121d78#.8ohm2wx8e
- creating a simple text editor with python - http://gamingdirectional.com/blog/2016/07/27/how-to-create-a-simple-text-editor-with-tkinter/