summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
...
* | | Merge pull request #525 from arikrak/patch-1Nami-Doc2014-02-13-3/+16
|\ \ \ | | | | | | | | Added additional resources for learning Java
| * | | Added additional resources for learning JavaAriel2014-02-12-3/+16
|/ / /
* | | Update bash-de.html.markdownAdam Bard2014-02-12-1/+1
| | |
* | | Update bash-cn.html.markdownAdam Bard2014-02-12-1/+1
| | |
* | | Update bash.html.markdownAdam Bard2014-02-12-1/+1
| | | | | | | | | use /bin/bash for bash, not /bin/sh
* | | Merge pull request #523 from keydunov/masterNami-Doc2014-02-12-2/+2
|\ \ \ | | | | | | | | Fix typos in russian translation for Go language
| * | | Fix typos in russian translation for Go languageArtyom2014-02-12-2/+2
|/ / /
* | | Merge pull request #521 from gizmo385/masterNami-Doc2014-02-10-2/+45
|\ \ \ | | | | | | | | Java: Added section on interfaces. Updated array creation information.
| * | | Added section on interfaces. Added array infoU-Christopher-PC\Christopher2014-02-10-2/+45
|/ / /
* | | Merge pull request #520 from brk00/julia-testNami-Doc2014-02-08-3/+3
|\ \ \ | | | | | | | | Moved println(...) from 'Variables and Collections' section
| * | | Moved println() from 'Variables and Collections' sectionbrk0_02014-02-08-3/+3
|/ / /
* | | Merge pull request #519 from iArnold/Red-widthNami-Doc2014-02-07-15/+22
|\ \ \ | | | | | | | | Update red.html.markdown
| * | | Update red.html.markdowniArnold2014-02-07-15/+22
| | | | | | | | | | | | Some of the code lines were too long to fit the box so I shortened these and made a few changes in the text so it looks better at the points where the extra lines were added.
* | | | Merge pull request #515 from xavieryao/masterAdam Bard2014-02-05-1/+142
|\ \ \ \ | | | | | | | | | | Improvement and zh-cn translation for CoffeeScript
| * | | | Chinese translation for CoffeeScriptXavier Yao2014-02-05-0/+101
| | | | |
| * | | | Expend CoffeeScript docXavier Yao2014-02-05-1/+41
| | | | |
* | | | | Merge pull request #518 from weakish/patch-6Adam Bard2014-02-05-0/+413
|\ \ \ \ \ | | | | | | | | | | | | Chinese (simplified) translation of lua
| * | | | | Chinese (simplified) translation of luaJakukyo Friel2014-02-06-0/+413
|/ / / / /
* | | | | Merge pull request #517 from weakish/patch-5Nami-Doc2014-02-05-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | lua: typo
| * | | | 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
|\ \ \ \