summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
...
| * | lua: typoJakukyo Friel2014-02-06-1/+1
|/ / | | | | `LoudDog.__index` is `Dog`, not `LoudDog`.
* | Merge pull request #513 from jgpacker/masterAdam Bard2014-02-04-0/+285
|\ \ | | | | | | Added visual basic translation from issue #448
| * | Added visual basic translation from ↵jgpacker2014-02-02-0/+285
| | | | | | | | | | | | https://github.com/adambard/learnxinyminutes-docs/issues/448
* | | Merge pull request #514 from aaronraimist/patch-1Nami-Doc2014-02-04-1/+1
|\ \ \ | |/ / |/| | [haskell/en] Fixes issue #510
| * | [haskell/en] Fixes issue #510Aaron Raimist2014-02-03-1/+1
|/ /
* | Merge pull request #511 from qguv/masterNami-Doc2014-02-02-0/+13
|\ \ | |/ |/| [golang/en] added defer example
| * added defer exampleQuint Guvernator2014-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 esAdam2014-02-01-4/+2
|
* Remove red syntax highlighting Adam Bard2014-02-01-1/+1
| | | (to make it not error out)
* Merge pull request #509 from iArnold/redNami-Doc2014-02-01-0/+212
|\ | | | | [Red/en] New Language entry. Red Programming Language document
| * Update red.html.markdowniArnold2014-01-31-6/+7
| | | | | | Updated document on two things the author of Red pointed out.
| * Update red.html.markdowniArnold2014-01-31-5/+5
| | | | | | Corrections with editors glasses on.
| * Update red.html.markdowniArnold2014-01-30-2/+4
| |
| * Update red.html.markdowniArnold2014-01-30-4/+4
| | | | | | Avoid "Red" in the pre-header text
| * Update red.html.markdowniArnold2014-01-30-2/+3
| | | | | | added giuthub source link and mailinglist
| * Update red.html.markdowniArnold2014-01-30-3/+4
| | | | | | completed function twice example
| * Update red.html.markdowniArnold2014-01-30-5/+4
| | | | | | minor edits
| * Update red.html.markdowniArnold2014-01-30-2/+9
| | | | | | Added header info and completed Hello World program with the header.
| * Update red.html.markdowniArnold2014-01-29-11/+8
| |
| * Update red.html.markdowniArnold2014-01-29-2/+6
| | | | | | minor indentation
| * Update red.html.markdowniArnold2014-01-29-2/+3
| | | | | | Equality sign means equal
| * Update red.html.markdowniArnold2014-01-29-14/+70
| |
| * Create red.html.markdowniArnold2014-01-29-0/+143
| |
* | Merge pull request #508 from holocronweaver/masterNami-Doc2014-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 Johnson2014-01-30-71/+75
| | |
| * | [go/es] Update translation, format comments.Jesse Johnson2014-01-30-83/+110
|/ /
* | Merge pull request #507 from Jakehp/patch-1Nami-Doc2014-01-30-1/+1
|\ \ | | | | | | Issue #163 fix
| * | Issue#163Jake Prather2014-01-30-1/+1
|/ / | | | | https://github.com/adambard/learnxinyminutes-docs/issues/163
* | Updated a lot of filenamesAdam2014-01-29-12/+16
| |
* | Updated learngo filenamesAdam2014-01-29-2/+2
| |
* | Merge branch 'master' of github.com:adambard/learnxinyminutes-docsAdam2014-01-29-8/+214
|\ \
| * \ Merge pull request #505 from roryokane/patch-1Adam Bard2014-01-29-0/+2
| |\ \ | | | | | | | | Link to CoffeeScript official website
| | * | Link to CoffeeScript official websiteRory O’Kane2014-01-29-0/+2
| | | |
| * | | Merge pull request #486 from levibostian/objective-c-protocolsAdam Bard2014-01-29-8/+212
| |\ \ \ | | | | | | | | | | Objective-C protocols, categories, and extensions
| | * \ \ Merge branch 'objective-c-protocols' of ↵Levi Bostian2014-01-29-0/+0
| | |\ \ \ | | | | | | | | | | | | | | | | | | github.com:levibostian/learnxinyminutes-docs into objective-c-protocols
| | | * | | Add much more to the protocols section.Levi Bostian2014-01-29-3/+67
| | | | | |
| | * | | | Add much more to the protocols section.Levi Bostian2014-01-29-7/+67
| | |/ / /
| | * | | Add extensions description with example.Levi Bostian2014-01-29-0/+36
| | | | |
| | * | | Add description and example of how to simulate protected methods.Levi Bostian2014-01-29-6/+29
| | | | |
| | * | | Add categories description and Car example.Levi Bostian2014-01-29-5/+90
| | |/ /
* | / / juliavonovichAdam2014-01-29-1/+1
|/ / /
* | | No objc highlighting, use cpp to fix errorsAdam2014-01-29-2/+2
| | |
* | | Added lang to objc frAdam2014-01-29-1/+2
| | |
* | | Updated russian juliaAdam2014-01-29-0/+1
|/ /
* | Merge pull request #502 from cbess/masterNami-Doc2014-01-29-1/+15
|\ \ | |/ |/| [go/en] Add variadic function example
| * - add variadic function exampleC. Bess2014-01-24-1/+15
| |
* | Merge pull request #503 from skovorodkin/masterNami-Doc2014-01-25-0/+749
|\ \ | | | | | | [julia/ru] Add first version
| * | [julia/ru] Add first versionskovorodkin2014-01-25-0/+749
| | |
* | | Merge pull request #501 from YannickL/masterNami-Doc2014-01-24-0/+527
|\ \ \ | |_|/ |/| | [ADD] French Translation for Objective-C
| * | [FIX] typo with the help of @Nami-DocYannick2014-01-24-64/+74
| | |