Advertisement
26F

26F_urls

26F
Nov 24th, 2017
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. # list of mostly educational and also some interesting or useful resources selected at random.
  2.  
  3. #Python stuff
  4. https://smartspatedevelopertopics.quora.com/How-to-use-Python-for-Algorithmic-Trading-on-the-Stock-Exchange-Part-1
  5.  
  6. # file format
  7. http://blog.paphus.com/blog/2012/08/14/write-your-own-bitmaps/
  8.  
  9. # neural network
  10. https://github.com/llSourcell/LSTM_Networks/blob/master/LSTM%20Demo.ipynb
  11. https://becominghuman.ai/making-a-simple-neural-network-classification-2449da88c77e
  12. # ai experiments google
  13. https://experiments.withgoogle.com/ai
  14.  
  15. # computer science
  16. https://www.amazon.com/Computer-Science-Distilled-Computational-Problems/dp/0997316020/ref=sr_1_1?ie=UTF8&qid=1504042199&sr=8-1&keywords=computer+science+distilled
  17.  
  18. # I can feel my prefrontal-cortex expanding
  19. https://brilliant.org/
  20. https://projecteuler.net
  21.  
  22. # Coding
  23. https://www.codewars.com/dashboard
  24. https://adventofcode.com/
  25.  
  26. # gameboy opcodes
  27. http://pastraiser.com/cpu/gameboy/gameboy_opcodes.html
  28. # gameboy C tutorials
  29. https://videlais.com/2016/07/04/programming-game-boy-games-using-gbdk-part-2-placing-tiles-and-moving-sprites/
  30. http://gbdev.gg8.se/wiki/articles/GBDK_Color_Tutorial
  31.  
  32.  
  33. # C tutorials
  34. https://www.youtube.com/watch?
  35. v=3rex_p2WbWY&list=PLVHgQku8Z935hrZwx751XoyqDROH_tYMY&index=1&t=23s
  36. https://www.le.ac.uk/users/rjm1/cotter/page_02.htm
  37. https://www.youtube.com/watch?v=Dtbqs0M-B-s
  38. https://www.youtube.com/watch?v=FCRmIoX6PTA
  39.  
  40. # C books for later
  41. https://stackoverflow.com/questions/562303/the-definitive-c-book-guide-and-list/562377#562377
  42.  
  43. # text to speech
  44. Text2Speech by IVONA (Amy)
  45.  
  46. #calculator
  47. http://www.thinkcalculator.com/calculus/
  48.  
  49. # math
  50. https://www.youtube.com/watch?v=T647CGsuOVU
  51. https://en.wikipedia.org/wiki/Zermelo%E2%80%93Fraenkel_set_theory
  52. https://en.wikipedia.org/wiki/Calculus_of_constructions
  53. # youtube channel-- math
  54. https://www.youtube.com/channel/UC733Eb0GzC5hbfk6jlstSvw/videos?sort=da&flow=grid&view=0
  55. http://mathworld.wolfram.com/ElementaryCellularAutomaton.html
  56. https://www.youtube.com/watch?v=DKGodqDs9sA
  57.  
  58. # educational flash games
  59. https://www.kongregate.com/games/krispykrem/kohctpyktop-engineer-of-the-people
  60. http://www.neuroproductions.be/logic-lab/
  61. http://www.zachtronics.com/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement