summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* Fixed the statement that rune is an alias for uint32 in the translationsJames Baxter2014-08-19-6/+6
|
* Corrected the statement that rune is an alias for uint32 to say int32James Baxter2014-08-19-1/+1
|
* Merge pull request #715 from Measuring/masterLevi Bostian2014-08-17-12/+30
|\ | | | | English - Scala - Changes to pattern matching, string interpolation and file writing
| * [ADDED] Output to additional println's.a.vandijk2014-08-16-4/+4
| |
| * [CHANGE] Output examples added to matcher part and string interpolation part.a.vandijk2014-08-15-10/+9
| |
| * [CHANGE] Comment match on serial key now mentions verbatim (multiline)a.vandijk2014-08-15-1/+1
| |
| * - [ADD] PrintWriter example from Javaa.vandijk2014-08-15-10/+29
|/ | | | | - [CHANGE] Extended regex matching with more examples with switch / case - [CHANGE] String interpolation with formatting and expressions explained.
* Update perl6 to fix some of its quirksNami-Doc2014-08-14-216/+318
|
* Merge pull request #716 from LumenTeun/masterLevi Bostian2014-08-13-2/+16
|\ | | | | Fixed some typos and added more for loops.
| * Added two new ways to use for loops.LumenTeun2014-08-08-0/+14
| |
| * Fixed typo.LumenTeun2014-08-08-1/+1
| |
| * Fixed while loop.LumenTeun2014-08-08-1/+1
| |
* | [bash/es] createdDaniel Zendejas2014-08-13-0/+195
| |
* | Little typos fixed.Daniel Zendejas2014-08-12-8/+8
| |
* | Sintax checkDaniel Zendejas2014-08-12-1/+1
| |
* | [whip/es] created.Daniel Zendejas2014-08-12-0/+255
| |
* | Update yaml-es.html.markdownAdam Bard2014-08-11-0/+1
| |
* | Merge pull request #718 from m90/masterAdam Brenecki2014-08-10-12/+12
|\ \ | |/ |/| [javascript/*] typeof is an operator and not a function/method - fix usag...
| * [javascript/*] typeof is an operand and not a function/method - fix usage / ↵m902014-08-09-12/+12
|/ | | | remove parens
* Merge pull request #694 from DanielZendejas/masterDaniel Zendejas2014-08-08-0/+368
|\ | | | | [xml/es] created
| * [brainfuck/es] createdDaniel Zendejas2014-08-07-0/+87
| |
| * [yaml/es] createdDaniel Zendejas2014-07-30-0/+150
| |
| * [xml/es] createdDaniel Zendejas2014-07-30-0/+131
| |
* | Merge pull request #707 from jcbohin/patch-1Nami-Doc2014-08-08-0/+2
|\ \ | | | | | | [go/en] Adding Go playground link with code - fixes #318
| * | Adding a direct link to play.golang.orgJean-Christophe Bohin2014-08-07-1/+1
| | |
| * | Adding Go playground link with code - fixes #318Jean-Christophe Bohin2014-08-05-0/+2
| | | | | | | | | Just removed networking code, since Go playground's sandbox prevent it to work.
* | | Merge pull request #700 from jcbohin/go-en-Range_clause-#351Nami-Doc2014-08-08-0/+8
|\ \ \ | | | | | | | | [go/en] add an example for range - fixes #351
| * | | Fixed styleJean-Christophe Bohin2014-08-07-2/+2
| | | | | | | | | | | | Didn't uppercased 'range' in the beginning of the sentence since it's a language keyword.
| * | | [go/en] add an example for range - fixes #351Jean-Christophe Bohin2014-08-04-0/+8
| | | |
* | | | Merge pull request #712 from kdamball/patch-1Nami-Doc2014-08-07-1/+1
|\ \ \ \ | | | | | | | | | | Spelling error
| * | | | Spelling errorKado2014-08-07-1/+1
|/ / / / | | | | | | | | From datetype to datatype
* | | | Merge pull request #709 from NadOby/masterNami-Doc2014-08-06-6/+7
|\ \ \ \ | | | | | | | | | | example of negative integer division
| * \ \ \ Merge https://github.com/adambard/learnxinyminutes-docsEvgeniy Ginzburg2014-08-06-17/+39
| |\ \ \ \ | |/ / / / |/| | | | | | | | | Added two minor changes in integer division to make it clear
* | | | | Merge pull request #711 from LumenTeun/masterLevi Bostian2014-08-06-0/+12
|\ \ \ \ \ | | | | | | | | | | | | && and || in Bash if statements.
| * | | | | && and || in Bash if statements.LumenTeun2014-08-06-0/+12
|/ / / / /
* | | | | Merge pull request #693 from mickelus/masterLevi Bostian2014-08-06-12/+22
|\ \ \ \ \ | | | | | | | | | | | | [python/en] naming conventions and underscores
| * | | | | Added changes to the python3 file aswellMikael E. Wikner2014-08-06-6/+11
| | | | | |
| * | | | | Squashed commits to prepare for mergeMikael E. Wikner2014-08-06-6/+11
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | moved underscore for range variable, added comment renamed parameter in beg decorator added comment about double underscores Update python.html.markdown
* | | | | Merge pull request #710 from patzim/masterNami-Doc2014-08-05-5/+5
|\ \ \ \ \ | |_|_|/ / |/| | | | Minor fixes to return values.
| * | | | Minor fixes to return values.Patrick Sebastian Zimmermann2014-08-05-5/+5
|/ / / /
| * | | comment about floats in integer divisionEvgeniy Ginzburg2014-08-06-1/+1
| | | |
| * | | aded negative integer division same as in python3Evgeniy Ginzburg2014-08-06-1/+3
| | | |
| * | | Merge https://github.com/adambard/learnxinyminutes-docsEvgeniy Ginzburg2014-08-05-7/+144
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #698 from Shashwat986/patch-1Levi Bostian2014-08-04-4/+6
|\ \ \ \ | |_|/ / |/| | | Update python.html.markdown
| * | | Update python.html.markdownShashwat9862014-08-05-4/+6
|/ / / | | | | | | range() is not a generator in python 2.x
* | | Merge pull request #696 from Shashwat986/masterLevi Bostian2014-08-03-3/+10
|\ \ \ | | | | | | | | Updated python and python3 with try/except details
| * | | Update python3.html.markdownShashwat9862014-08-03-3/+6
| | | | | | | | | | | | Added more info to try/except. Corrected some trivial bugs.
| * | | Update python.html.markdownShashwat9862014-08-02-0/+4
|/ / / | | | | | | Added more details to try/except section.
* | | REGULAAAAAAR EXPREEEESSSIIIIOOOOOONS. GO!Nami-Doc2014-07-31-0/+128
| | | | | | | | | | | | | | | TODO nested sub signatures TODO start TODO flattening
| * | aded negative integer divisionEvgeniy Ginzburg2014-08-05-4/+3
|/ /