Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | | | | Chinese translation for CoffeeScript | Xavier Yao | 2014-02-05 | -0/+101 | |
| | | | | | |||||
| * | | | | Expend CoffeeScript doc | Xavier Yao | 2014-02-05 | -1/+41 | |
| | | | | | |||||
* | | | | | Merge pull request #518 from weakish/patch-6 | Adam Bard | 2014-02-05 | -0/+413 | |
|\ \ \ \ \ | | | | | | | | | | | | | Chinese (simplified) translation of lua | ||||
| * | | | | | Chinese (simplified) translation of lua | Jakukyo Friel | 2014-02-06 | -0/+413 | |
|/ / / / / | |||||
* | | | | | Merge pull request #517 from weakish/patch-5 | Nami-Doc | 2014-02-05 | -1/+1 | |
|\ \ \ \ \ | |/ / / / |/| | | | | lua: typo | ||||
| * | | | | lua: typo | Jakukyo Friel | 2014-02-06 | -1/+1 | |
|/ / / / | | | | | | | | | `LoudDog.__index` is `Dog`, not `LoudDog`. | ||||
* | | | | Merge pull request #513 from jgpacker/master | Adam Bard | 2014-02-04 | -0/+285 | |
|\ \ \ \ | | | | | | | | | | | Added visual basic translation from issue #448 | ||||
| * | | | | Added visual basic translation from ↵ | jgpacker | 2014-02-02 | -0/+285 | |
| | | | | | | | | | | | | | | | | | | | | https://github.com/adambard/learnxinyminutes-docs/issues/448 | ||||
* | | | | | Merge pull request #514 from aaronraimist/patch-1 | Nami-Doc | 2014-02-04 | -1/+1 | |
|\ \ \ \ \ | |/ / / / |/| | | | | [haskell/en] Fixes issue #510 | ||||
| * | | | | [haskell/en] Fixes issue #510 | Aaron Raimist | 2014-02-03 | -1/+1 | |
|/ / / / | |||||
* | | | | Merge pull request #511 from qguv/master | Nami-Doc | 2014-02-02 | -0/+13 | |
|\ \ \ \ | |/ / / |/| | | | [golang/en] added defer example | ||||
| * | | | added defer example | Quint Guvernator | 2014-02-02 | -0/+13 | |
|/ / / | | | | | | | | | | | | | decided not to use file i/o as an example because external file access is rare in other tutorials. | ||||
* | | | Fix GO yaml to not break in es | Adam | 2014-02-01 | -4/+2 | |
| | | | |||||
* | | | Remove red syntax highlighting | Adam Bard | 2014-02-01 | -1/+1 | |
| | | | | | | | | | (to make it not error out) | ||||
* | | | Merge pull request #509 from iArnold/red | Nami-Doc | 2014-02-01 | -0/+212 | |
|\ \ \ | | | | | | | | | [Red/en] New Language entry. Red Programming Language document | ||||
| * | | | Update red.html.markdown | iArnold | 2014-01-31 | -6/+7 | |
| | | | | | | | | | | | | Updated document on two things the author of Red pointed out. | ||||
| * | | | Update red.html.markdown | iArnold | 2014-01-31 | -5/+5 | |
| | | | | | | | | | | | | Corrections with editors glasses on. | ||||
| * | | | Update red.html.markdown | iArnold | 2014-01-30 | -2/+4 | |
| | | | | |||||
| * | | | Update red.html.markdown | iArnold | 2014-01-30 | -4/+4 | |
| | | | | | | | | | | | | Avoid "Red" in the pre-header text | ||||
| * | | | Update red.html.markdown | iArnold | 2014-01-30 | -2/+3 | |
| | | | | | | | | | | | | added giuthub source link and mailinglist | ||||
| * | | | Update red.html.markdown | iArnold | 2014-01-30 | -3/+4 | |
| | | | | | | | | | | | | completed function twice example | ||||
| * | | | Update red.html.markdown | iArnold | 2014-01-30 | -5/+4 | |
| | | | | | | | | | | | | minor edits | ||||
| * | | | Update red.html.markdown | iArnold | 2014-01-30 | -2/+9 | |
| | | | | | | | | | | | | Added header info and completed Hello World program with the header. | ||||
| * | | | Update red.html.markdown | iArnold | 2014-01-29 | -11/+8 | |
| | | | | |||||
| * | | | Update red.html.markdown | iArnold | 2014-01-29 | -2/+6 | |
| | | | | | | | | | | | | minor indentation | ||||
| * | | | Update red.html.markdown | iArnold | 2014-01-29 | -2/+3 | |
| | | | | | | | | | | | | Equality sign means equal | ||||
| * | | | Update red.html.markdown | iArnold | 2014-01-29 | -14/+70 | |
| | | | | |||||
| * | | | Create red.html.markdown | iArnold | 2014-01-29 | -0/+143 | |
| | | | | |||||
* | | | | Merge pull request #508 from holocronweaver/master | Nami-Doc | 2014-01-31 | -154/+185 | |
|\ \ \ \ | | | | | | | | | | | [go/en][go/es] Fix several problems with Go tutorials | ||||
| * | | | | [go/en] Fix veriadic function bug; format and clarify comments. | Jesse Johnson | 2014-01-30 | -71/+75 | |
| | | | | | |||||
| * | | | | [go/es] Update translation, format comments. | Jesse Johnson | 2014-01-30 | -83/+110 | |
|/ / / / | |||||
* | | | | Merge pull request #507 from Jakehp/patch-1 | Nami-Doc | 2014-01-30 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | Issue #163 fix | ||||
| * | | | | Issue#163 | Jake Prather | 2014-01-30 | -1/+1 | |
|/ / / / | | | | | | | | | https://github.com/adambard/learnxinyminutes-docs/issues/163 | ||||
* | | | | Updated a lot of filenames | Adam | 2014-01-29 | -12/+16 | |
| | | | | |||||
* | | | | Updated learngo filenames | Adam | 2014-01-29 | -2/+2 | |
| | | | | |||||
* | | | | Merge branch 'master' of github.com:adambard/learnxinyminutes-docs | Adam | 2014-01-29 | -8/+214 | |
|\ \ \ \ | |||||
| * \ \ \ | Merge pull request #505 from roryokane/patch-1 | Adam Bard | 2014-01-29 | -0/+2 | |
| |\ \ \ \ | | | | | | | | | | | | | Link to CoffeeScript official website | ||||
| | * | | | | Link to CoffeeScript official website | Rory O’Kane | 2014-01-29 | -0/+2 | |
| | | | | | | |||||
| * | | | | | Merge pull request #486 from levibostian/objective-c-protocols | Adam Bard | 2014-01-29 | -8/+212 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Objective-C protocols, categories, and extensions | ||||
| | * \ \ \ \ | Merge branch 'objective-c-protocols' of ↵ | Levi Bostian | 2014-01-29 | -0/+0 | |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | github.com:levibostian/learnxinyminutes-docs into objective-c-protocols | ||||
| | | * | | | | | Add much more to the protocols section. | Levi Bostian | 2014-01-29 | -3/+67 | |
| | | | | | | | | |||||
| | * | | | | | | Add much more to the protocols section. | Levi Bostian | 2014-01-29 | -7/+67 | |
| | |/ / / / / | |||||
| | * | | | | | Add extensions description with example. | Levi Bostian | 2014-01-29 | -0/+36 | |
| | | | | | | | |||||
| | * | | | | | Add description and example of how to simulate protected methods. | Levi Bostian | 2014-01-29 | -6/+29 | |
| | | | | | | | |||||
| | * | | | | | Add categories description and Car example. | Levi Bostian | 2014-01-29 | -5/+90 | |
| | |/ / / / | |||||
* | / / / / | juliavonovich | Adam | 2014-01-29 | -1/+1 | |
|/ / / / / | |||||
* | | | | | No objc highlighting, use cpp to fix errors | Adam | 2014-01-29 | -2/+2 | |
| | | | | | |||||
* | | | | | Added lang to objc fr | Adam | 2014-01-29 | -1/+2 | |
| | | | | | |||||
* | | | | | Updated russian julia | Adam | 2014-01-29 | -0/+1 | |
|/ / / / | |||||
* | | | | Merge pull request #502 from cbess/master | Nami-Doc | 2014-01-29 | -1/+15 | |
|\ \ \ \ | |/ / / |/| | | | [go/en] Add variadic function example |