Difference between revisions of "Coding"

From Things and Stuff Wiki
Jump to navigation Jump to search
(Blanked the page)
 
(871 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{techy}}
 
  
Misc. links.
 
 
=== General ===
 
* http://hackershelf.com/
 
* http://eric.themoritzfamily.com/books-every-self-taught-computer-scientist-should-read.html
 
 
* http://hyperpolyglot.org/scripting
 
* http://www.ariel.com.au/a/teaching-programming.html
 
 
* http://www.perl.com/pub/2007/12/06/soto-11.html?page=1
 
 
=== Data structures ===
 
* http://courses.csail.mit.edu/6.851/spring12/
 
 
=== Rest ===
 
* http://stackoverflow.com/questions/671118/what-exactly-is-restful-programming [http://news.ycombinator.com/item?id=3538585]
 
* http://jacobian.org/writing/rest-worst-practices/
 
* http://news.ycombinator.com/item?id=3538134
 
* http://stackoverflow.com/questions/1619152/how-to-create-rest-urls-without-verbs/1619677#1619677
 
* http://blog.steveklabnik.com/posts/2012-02-13-an-api-ontology
 
* http://blog.mugunthkumar.com/articles/restful-api-server-doing-it-the-right-way-part-1/
 
* http://www.spire.io/posts/rest-tutorial.html
 
 
* http://shkspr.mobi/blog/index.php/2012/03/api-design-is-ui-for-developers/
 
 
* http://ql.io/
 
 
=== Python ===
 
* [http://python.org/ Python]
 
** [http://python.org/doc/ Docs]
 
** http://pyth0n.org/
 
 
* [http://www.pip-installer.org/en/latest/index.html pip] is a tool for installing and managing Python packages, such as those found in the Python Package Index. It’s a replacement for easy_install.
 
 
* http://blog.hartleybrody.com/2012/01/google-python/
 
* http://learnpythonthehardway.org/book/
 
 
* http://people.csail.mit.edu/pgbovine/python/tutor.html#mode=edit
 
* http://me.veekun.com/blog/2012/05/05/python-faq-webdev/
 
 
* http://mezzanine.jupo.org/ - django cms
 
* http://www.sparklewise.com/django-settings-for-production-and-development-best-practices/
 
* http://arunrocks.com/blog/2012/03/05/building_a_blog_in_30_mins_with_django_%28screencast%29/
 
* http://brack3t.com/ajax-and-django-views.html
 
 
* http://hynek.me/articles/python-deployment-anti-patterns/
 
 
=== Ruby ===
 
* https://rvm.io/ - RVM is a command-line tool which allows you to easily install, manage, and work with multiple ruby environments from interpreters to sets of gems.
 
 
* https://www.ruby-toolbox.com/
 
 
* http://www.foodfightshow.org/2012/02/episode-3-usrbinruby-for-sysadmins-with.html
 
 
=== Other ===
 
* [http://www.gnu.org/licenses/gpl-howto.html How to use GNU licenses for your own software]
 
 
* [http://cm.bell-labs.com/cm/cs/who/dmr/chist.html The Development of the C Language*]
 
http://scienceblogs.com/goodmath/2006/11/the_c_is_efficient_language_fa.php
 
 
* http://learnyousomeerlang.com/
 
 
* http://regex.learncodethehardway.org/book/
 
 
* http://www.infoq.com/presentations/Functional-Languages-101
 
* http://stackoverflow.com/questions/141525/absolute-beginners-guide-to-bit-shifting
 
 
* http://slidetocode.com/2012/05/06/the-perfect-programming-language/
 

Latest revision as of 00:32, 26 August 2013