| Commit message (Expand) | Author | Age | Lines |
* | add note about untyped/Dynamic | Justin Donaldson | 2013-08-21 | -0/+45 |
* | type typo | Justin Donaldson | 2013-08-21 | -1/+3 |
* | add examples for using, typedefs, and conditional comp. more refmt. | Justin Donaldson | 2013-08-21 | -20/+155 |
* | missing paren | Justin Donaldson | 2013-08-21 | -1/+1 |
* | reformatting. Add details on swtiches and gadt enums | Justin Donaldson | 2013-08-21 | -6/+103 |
* | Merge remote-tracking branch 'adam/master' | Justin Donaldson | 2013-08-20 | -42/+3104 |
|\ |
|
| * | Fixed de translations | Adam | 2013-08-20 | -2/+13 |
| * | Fixes | Adam | 2013-08-20 | -4/+0 |
| * | Merge pull request #266 from kultprok/master | Adam Bard | 2013-08-20 | -0/+73 |
| |\ |
|
| | * | Added a german translation for bash | kultprok | 2013-08-20 | -0/+73 |
| * | | Merge pull request #264 from thenonameguy/master | Adam Bard | 2013-08-20 | -11/+11 |
| |\ \ |
|
| | * | | Fixed typo's, cleaned up some sentences, added gobyexample.com ref | Krisztián Szabó | 2013-08-20 | -11/+11 |
| | |/ |
|
| * | | Merge pull request #205 from korjavin/master | Adam Bard | 2013-08-20 | -0/+118 |
| |\ \ |
|
| | * | | mistake fix | Korjavin Ivan | 2013-08-13 | -4/+0 |
| | * | | md fix | Korjavin Ivan | 2013-08-13 | -2/+2 |
| | * | | beta perl | Korjavin Ivan | 2013-08-13 | -0/+122 |
| * | | | Merge pull request #261 from bbshih/patch-1 | Adam Bard | 2013-08-20 | -1/+1 |
| |\ \ \ |
|
| | * | | | Fixed a grammatical error | Billy Shih | 2013-08-19 | -1/+1 |
| | | |/
| | |/| |
|
| * | | | Merge pull request #262 from hkulekci/master | Adam Bard | 2013-08-20 | -0/+682 |
| |\ \ \ |
|
| | * | | | turkish translation for php language | Haydar Kulekci | 2013-08-20 | -0/+682 |
| | |/ / |
|
| * | | | Merge pull request #260 from jdonaldson/master | Adam Bard | 2013-08-20 | -0/+472 |
| |\ \ \
| | |/ /
| |/| | |
|
| * | | | Updates | Adam | 2013-08-19 | -250/+338 |
| * | | | Merge pull request #251 from Anakros/ruby-ru | Adam Bard | 2013-08-19 | -0/+398 |
| |\ \ \ |
|
| | * | | | - added russian "lang" in description | Alexey | 2013-08-18 | -18/+21 |
| | * | | | Fixed filename, added previous contributors | Alexey | 2013-08-18 | -2/+7 |
| | * | | | Added Russian Translation of Ruby | Alexey | 2013-08-18 | -0/+390 |
| * | | | | Merge pull request #249 from golergka/master | Adam Bard | 2013-08-19 | -12/+81 |
| |\ \ \ \ |
|
| | * | | | | C#: interfaces | Max Yankov | 2013-08-17 | -1/+31 |
| | * | | | | C#: calling base method | Max Yankov | 2013-08-17 | -0/+7 |
| | * | | | | Static methods | Max Yankov | 2013-08-17 | -1/+9 |
| | * | | | | C#: default parameter values | Max Yankov | 2013-08-17 | -2/+3 |
| | * | | | | C#: enums | Max Yankov | 2013-08-17 | -4/+19 |
| | * | | | | C#: edited example code according to Microsoft's naming conventions | Max Yankov | 2013-08-17 | -6/+6 |
| | * | | | | C#: Lacking static members | Max Yankov | 2013-08-17 | -0/+1 |
| | * | | | | Static field | Max Yankov | 2013-08-17 | -1/+7 |
| | * | | | | C#: Added myself to contributors list | Max Yankov | 2013-08-17 | -0/+1 |
| * | | | | | Merge pull request #247 from rpalcolea/master | Adam Bard | 2013-08-19 | -0/+379 |
| |\ \ \ \ \ |
|
| | * | | | | | Groovy: v 1.0 | Roberto Perez | 2013-08-17 | -1/+1 |
| | * | | | | | Groovy: v 1.0 | Roberto Perez | 2013-08-17 | -1/+174 |
| | * | | | | | Groovy: added installation, colletions, maps, beans, logical branching and loops | Roberto Perez | 2013-08-17 | -0/+171 |
| | * | | | | | Groovy: Added references | Roberto Perez | 2013-08-17 | -1/+27 |
| | * | | | | | created groovy markdown | Roberto Perez | 2013-08-17 | -0/+9 |
| * | | | | | | Merge pull request #250 from thenonameguy/master | Adam Bard | 2013-08-19 | -0/+305 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | Added hungarian translation of Golang | Krisztián Szabó | 2013-08-18 | -0/+305 |
| | | |_|/ / /
| | |/| | | | |
|
| * | | | | | | Merge pull request #252 from kultprok/master | Adam Bard | 2013-08-19 | -0/+374 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | Added german translation for git. | kultprok | 2013-08-18 | -0/+374 |
| * | | | | | | | Merge pull request #253 from golergka/bash | Adam Bard | 2013-08-19 | -0/+84 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | Bash: commands, attributes, ls, grep & pipe | Max Yankov | 2013-08-18 | -1/+12 |
| | * | | | | | | | expanded the bash tutorial | Darren Lin | 2013-08-18 | -2/+22 |
| | * | | | | | | | Bash: user input and expressions | Max Yankov | 2013-08-18 | -1/+10 |