Skip to content

Instantly share code, notes, and snippets.

@claeusdev
Last active December 24, 2024 09:20
Show Gist options
  • Save claeusdev/492c8d8c45ebc6a7a4a5fed028ad5d13 to your computer and use it in GitHub Desktop.
Save claeusdev/492c8d8c45ebc6a7a4a5fed028ad5d13 to your computer and use it in GitHub Desktop.

Level 0 ( basic programming )

  1. https://rutracker.org/forum/viewtopic.php?t=6333909 ( Python Programming Language )
  2. https://rutracker.org/forum/viewtopic.php?t=4857295 ( Intro to C++ )
  3. https://rutracker.org/forum/viewtopic.php?t=5635544 ( Rust programming language )
  4. https://www.youtube.com/playlist?list=PLre5AT9JnKShBOPeuiD9b-I4XROIJhkIU ( Ocaml "Functional Programming" )
  5. https://www.youtube.com/playlist?list=PLe7Ei6viL6jGp1Rfu0dil1JH1SHk9bgDV ( Haskell "Functional Programming" )

Level 1 ( Math & Computing ) 1 & 2, highly recommended then any of the algorithms, choose which is easiest, Sedgewick

  1. https://academictorrents.com/details/2b5e5cc8c7414bc3b0f6974190065bc8c2f629dc ( intro to math thinking )
  2. https://academictorrents.com/details/0342ad0bd7ef06eb1500b5e7c8ef398060827c4e ( intro to logic )
  3. https://rutracker.org/forum/viewtopic.php?t=6556817 ( Theory of Computation )
  4. https://academictorrents.com/details/7bfcfbaf2c53588b23ba1ebccae47a2b9c5197b7 ( Algorithms 1 )
  5. https://academictorrents.com/details/e24c15ce89cac9c380284595d1d8a475cb485e28 ( Algorithms 2 )
  6. https://rutracker.org/forum/viewtopic.php?t=5117725 ( Algorithms (Sedgewick) )
  7. https://academictorrents.com/details/31939517fc774120c37160f93a9b5c73cf6c3271 ( Analysis of Algorithms )

Level 2 ( Systems Fundamentals )

  1. https://academictorrents.com/details/b63a566df824b39740eb9754e4fe4c0140306f4b ( hardware/software interface )
  2. https://academictorrents.com/details/8835f0ca640ca9405f32c7d00c140cc16fcfa078 ( operating systems )
  3. https://academictorrents.com/details/10d1bf7161a1b3ea70697cd61834ceea6c3d1f87 ( computer architecture )
  4. https://rutracker.org/forum/viewtopic.php?t=4560858 ( Computer Networks )
  5. https://www.youtube.com/playlist?list=PLOE1GTZ5ouRPbpTnrZ3Wqjamfwn_Q5Y9A ( Distributed Systems ) abridged intro
  6. https://rutracker.org/forum/viewtopic.php?t=5241148 ( Compilers )
  7. https://www.youtube.com/playlist?list=PLTsf9UeqkReb_NIIYbOsEDCASCB6DRhtG ( Compilers ) simpler

Level 3 ( Data & Scientific Computing )

  1. https://academictorrents.com/details/6f7e43052129b95f470d3043cfce2bf5c15ae380 ( scientific computing )
  2. https://academictorrents.com/details/1448261dd6932e549ba4a86b5d6750aae858d003 ( intro to data science )
  3. https://academictorrents.com/details/cb91a3d7a4c4c086be240b54e83ed8d587b31ff5 ( high perf scientific computing )

Level 4 ( ML fundamentals )

  1. https://academictorrents.com/details/54cd86f3038dfd446b037891406ba4e0b1200d5a ( Linear Algebra )
  2. https://academictorrents.com/details/0db676a6aaff8c33f9749d5f9c0fa22bf336bc76 ( Machine Learning )

Quant stuff

  1. https://academictorrents.com/details/de1360e53beb1ee13c3285af9bb232109fa168a1 ( math methods for quant )
  2. https://academictorrents.com/details/4281ef52a65d26489e686a0540d86abd4161b88e ( comp methods for data analysis )
  3. https://academictorrents.com/details/ed196d080a2208727a225ab5e7a5630e5bf53be4 ( discrete optimization)
  4. https://academictorrents.com/details/f07203f2eedb4792c351ba0e28406dab9ab54d7d ( comp finance & econometrics )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment