Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)