summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* added comments, tags, classes, and attributesSimon Neveu2014-10-08-1/+63
|
* Init haml mdSimon Neveu2014-10-08-0/+8
|
* Merge pull request #793 from m90/csharp-typoNami-Doc2014-10-07-3/+3
|\ | | | | [c#/en] fix typo
| * fix typo -> re(s)pository patternm902014-10-07-3/+3
|/
* Fix a brainoNami-Doc2014-10-07-1/+1
| | | caught by @wryk++
* Merge pull request #752 from Oire/add-ru-python3Nami-Doc2014-10-03-0/+630
|\ | | | | [python3/ru] Adding a Russian translation for Python 3.x tutorial
| * Oops, now I hope that's allAndre Polykanine A.K.A. Menelion Elensúlë2014-09-19-13/+9
| |
| * Corrected as reviewed by @astynax. And yes, Jack be nimble's analog is also ↵Andre Polykanine A.K.A. Menelion Elensúlë2014-09-19-7/+5
| | | | | | | | there!
| * [python3-ru] Adding a Russian translation for Python 3.x tutorialAndre Polykanine A.K.A. Menelion Elensúlë2014-09-09-0/+636
| |
* | Merge pull request #771 from Jell-E/masterNami-Doc2014-10-03-0/+109
|\ \ | | | | | | [coffeescript/nl] Added Dutch translation of the coffeescript tutorial
| * | Dutch translation of the coffeescript tutorialJelle Besseling2014-09-19-0/+109
| | |
* | | Merge pull request #788 from SDLyu/masterNami-Doc2014-10-03-0/+322
|\ \ \ | | | | | | | | LiveScript translation of zh-cn
| * | | Correct typo and rewrite the meaning of :=sdlyu2014-09-29-51/+51
| | | |
| * | | Add translators information.sdlyu2014-09-26-0/+3
| | | |
| * | | Fix typosdlyu2014-09-26-1/+1
| | | |
| * | | Add chinese translate of LiveScriptsdlyu2014-09-26-0/+319
| | | |
* | | | Merge pull request #790 from adventuretc/patch-2Nami-Doc2014-09-27-1/+1
|\ \ \ \ | | | | | | | | | | Correction to use the intended variables.
| * | | | Correction to use the intended variables.adventuretc2014-09-27-1/+1
| |/ / /
* / / / Capturing captures, and numbering themNami-Doc2014-09-27-10/+76
|/ / / | | | | | | | | | | | | also, multi-indexing in arrays also, labeled loops (draft) also, arrays vs $() vs parcel vs ... (@moritz++)
* | | Merge pull request #787 from eternalthinker/patch-1Nami-Doc2014-09-24-4/+3
|\ \ \ | | | | | | | | Added correct syntax for c++ inheritance.
| * | | Added correct syntax for c++ inheritance.eternalthinker2014-09-24-4/+3
|/ / / | | | | | | [more] Minor indent correction at namespaces intro example
* | | Exception thingies!Nami-Doc2014-09-23-4/+29
| | |
* | | Merge pull request #786 from Mienaikage/patch-1Nami-Doc2014-09-23-0/+1
|\ \ \ | | | | | | | | Added 'lang: es-es'
| * | | Added 'lang: es-es'Mienaikage2014-09-23-0/+1
|/ / /
* | | Merge pull request #783 from g-liu/en-juliaLevi Bostian2014-09-22-2/+3
|\ \ \ | | | | | | | | Update the naming conventions in Julia
| * | | Naming conventions in JuliaGeoffrey Liu2014-09-21-2/+3
| | | | | | | | | | | | | | | | As suggested in #768 by @ChristianPeel
* | | | Merge pull request #784 from kb1/masterNami-Doc2014-09-22-2/+2
|\ \ \ \ | | | | | | | | | | [go] Fix no new variables on left side of :=
| * | | | [go] Fix no new variables on left side of :=kb2014-09-22-2/+2
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cannot short declaration twice without at least one new var. Also changing type from string to slice. $ go run learnxiny.go # command-line-arguments ./learnxiny.go:83: no new variables on left side of := ./learnxiny.go:83: cannot use []int literal (type []int) as type string in assignment ./learnxiny.go:84: first argument to append must be slice; have string ./learnxiny.go:90: first argument to append must be slice; have string
* | | | Ruby syntax for nimrod for nowAdam2014-09-21-1/+1
| | | |
* | | | Merge pull request #772 from JasonJAyalaP/nimAdam Bard2014-09-21-0/+265
|\ \ \ \ | | | | | | | | | | Added Nim(rod)
| * | | | minor tweaksJason J Ayala P2014-09-20-2/+2
| | | | |
| * | | | proof readingJason J Ayala P2014-09-19-1/+1
| | | | |
| * | | | minor fixJason J Ayala P2014-09-19-1/+1
| | | | |
| * | | | cleanupJason J Ayala P2014-09-19-2/+1
| | | | |
| * | | | cleanupJasonJAyalaP2014-09-19-4/+0
| | | | |
| * | | | cleanupJasonJAyalaP2014-09-19-1/+1
| | | | |
| * | | | cleanupJasonJAyalaP2014-09-19-2/+2
| | | | |
| * | | | cleanupJasonJAyalaP2014-09-19-14/+17
| | | | |
| * | | | cleanupJasonJAyalaP2014-09-19-4/+0
| | | | |
| * | | | cleanupJasonJAyalaP2014-09-19-2/+3
| | | | |
| * | | | Removed common operations, explained continueJasonJAyalaP2014-09-19-14/+3
| | | | |
| * | | | shorter descJasonJAyalaP2014-09-19-2/+1
| | | | |
| * | | | Fixes and updatesJasonJAyalaP2014-09-19-42/+56
| | | | |
| * | | | Renamed vars and types for clarity; minor stuff; enum prefixJasonJAyalaP2014-09-18-36/+44
| | | | |
| * | | | mention renameJasonJAyalaP2014-09-18-3/+4
| | | | |
| * | | | filename fixJasonJAyalaP2014-09-18-1/+1
| | | | |
| * | | | ICJasonJAyalaP2014-09-18-0/+259
| | | | |
* | | | | Merge pull request #782 from m90/patch-1Levi Bostian2014-09-21-1/+1
|\ \ \ \ \ | | | | | | | | | | | | [json/en] JSON should not use single quote delimited strings
| * | | | | [json/en] JSON should not use single quote delimited stringsFrederik Ring2014-09-21-1/+1
|/ / / / /
* | | | | Merge pull request #781 from m90/css-deNami-Doc2014-09-21-90/+89
|\ \ \ \ \ | | | | | | | | | | | | [css/de] fix lots of typos, weird phrasings and translation errors