Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lostella/bookmarks
Collection of interesting technical and scientific bookmarks
https://github.com/lostella/bookmarks
Last synced: about 1 month ago
JSON representation
Collection of interesting technical and scientific bookmarks
- Host: GitHub
- URL: https://github.com/lostella/bookmarks
- Owner: lostella
- Created: 2013-10-16T22:44:39.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-04T01:07:07.000Z (over 9 years ago)
- Last Synced: 2024-10-13T22:33:47.688Z (2 months ago)
- Homepage:
- Size: 207 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Complex systems:
[Easley and Kleinberg, ''Networks, Crowds and Markets''](http://www.cs.cornell.edu/home/kleinber/networks-book/)
-- [Allen B. Downey, ''Think Complexity''](http://www.greenteapress.com/compmod/)Computational complexity:
[Bovet, Crescenzi, ''Introduction to the Theory of Complexity''](http://www.informatica.uniroma2.it/upload/2009/IT/bovetcrescenzi.pdf)Concurrency:
[Allen B. Downey, ''The Little Book of Semaphores''](http://greenteapress.com/semaphores/)Graph theory:
[''graphbook''](http://code.google.com/p/graphbook/)Haskell:
[Hal Daumé III, ''Yet Another Haskell Tutorial''](http://www.umiacs.umd.edu/~hal/docs/daume02yaht.pdf)
-- [''A Gentle Introduction to Haskell 98''](http://www.haskell.org/tutorial/haskell-98-tutorial.pdf)Mathematics (generic):
[''Basics of Algebra, Topology, and Differential Calculus''](http://www.cis.upenn.edu/~jean/math-basics.pdf)Mathematical writing: [Bertsekas, ''Ten simple rules for mathematical writing''](http://www.mit.edu/~dimitrib/Ten_Rules.pdf)
-- [Paul R. Halmos, ''How to write mathematics''](http://www.matem.unam.mx/ernesto/LIBROS/Halmos-How-To-Write%20Mathematics.pdf)
-- [Donald E. Knuth, Tracy Larrabee, Paul M. Roberts, ''Mathematical writing''](http://jmlr.csail.mit.edu/reviewing-papers/knuth_mathematical_writing.pdf)Numerical Computing:
[Cleve Moler, ''Numerical Computing with MATLAB''](http://www.mathworks.it/moler/index_ncm.html)
-- [Peter J. Olver, ''Lecture Notes on Numerical Analysis''](http://www.math.umn.edu/~olver/num.html)Optimization:
[Boyd and Vandenberghe, ''Convex Optimization''](http://www.stanford.edu/~boyd/cvxbook/)
-- [Convex Optimization Course at Stanford](http://www.youtube.com/course?list=EC3940DD956CDF0622)
-- [Dattorro, ''Convex Optimization & Euclidean distance Geometry''](http://meboo.convexoptimization.com/access.html)System programming:
[Simone Piccardi, ''GaPiL'' (italian only)](http://gapil.gnulinux.it/)Version control:
[''Git from the Bottom Up''](http://ftp.newartisans.com/pub/git.from.bottom.up.pdf)
-- [''Pro Git''](http://git-scm.com/book)
-- [A succesful Git branching model](http://nvie.com/posts/a-successful-git-branching-model/)