add SF, CPDT, and Agda tutorial

This commit is contained in:
Phil Nguyen 2013-10-27 13:16:14 -04:00
parent 291546ef8a
commit 6621c59f7f
1 changed files with 11 additions and 0 deletions

View File

@ -22,6 +22,7 @@
* [MOOC](#mooc)
* [Professional Development](#professional-development)
* [Ada](#ada)
* [Agda](#agda)
* [Android](#android)
* [APL](#apl)
* [Autotools](#autotools)
@ -33,6 +34,7 @@
* [Clojure](#clojure)
* [CoffeeScript](#coffeescript)
* [ColdFusion](#coldfusion)
* [Coq](#coq)
* [D](#d)
* [Dart](#dart)
* [DTrace](#dtrace)
@ -348,6 +350,10 @@
* [Ada for Software Engineers](http://pnyf.inf.elte.hu/kto/oktatas/ada/books/ase.pdf) (PDF)
###Agda
* [Agda](https://people.inf.elte.hu/divip/AgdaTutorial/Index.html)
###Android
* [Google Android Developer Training](https://developer.android.com/training/index.html)
* [Coreservlets Android Programming Tutorial](http://www.coreservlets.com/android-tutorial/)
@ -438,6 +444,11 @@
* [Learn CF in a Week](http://learncfinaweek.com/)
###Coq
* [Software Foundations](http://www.cis.upenn.edu/~bcpierce/sf/)
* [Certified Programming with Dependent Types](http://adam.chlipala.net/cpdt/html/toc.html)
###D
* [Programming in D](http://ddili.org/ders/d.en/)