summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* finalizadoDaniel Zendejas2014-07-23-2/+0
|
* Update markdown-es.html.markdownDaniel Zendejas2014-07-23-2/+5
|
* Added langDaniel Zendejas2014-07-23-1/+2
|
* Added translation and formatDaniel Zendejas2014-07-23-0/+19
|
* Completed translationDaniel Zendejas2014-07-23-129/+126
|
* Create markdown-es.html.markdownDaniel Zendejas2014-07-23-0/+234
|
* Update json-es.html.markdownDaniel Zendejas2014-07-23-1/+1
|
* Update json-es.html.markdownDaniel Zendejas2014-07-23-1/+1
|
* [json/es] Spanish translation for JSONDaniel Zendejas2014-07-23-0/+59
|
* Merge pull request #685 from ahirose/masterAdam Bard2014-07-23-58/+231
|\ | | | | [R/ja-JP] [bash/ja-JP][bash/en]Updated the Japanese comment to be more understandable for R, new translation for the bash document, and a small correction of the English bash one.
| * add a contributor line :)Akira Hirose2014-07-23-0/+1
| |
| * just collected the order of comments and commands of last partAkira Hirose2014-07-23-5/+5
| |
| * just an update of Japanese introduction partAkira Hirose2014-07-23-2/+3
| |
| * bash document Japanese versionAkira Hirose2014-07-23-0/+171
| |
| * Updated the Japanese comment to be more understandable.Akira Hirose2014-07-23-53/+53
| |
* | Merge pull request #684 from tekacs/patch-1Nami-Doc2014-07-22-1/+1
|\ \ | | | | | | [csharp/fr csharp/en] Fix 'filename' collision between csharp{,-fr}.html.markdown
| * | Fix 'filename' collision between csharp{,-fr}.html.markdownAmar Sood2014-07-22-1/+1
|/ / | | | | | | | | Both were set to LearnCSharp.cs, so the live site has been serving the French version for English. (see set_rawcode: https://github.com/adambard/learnxinyminutes-site/blob/547a620dd8dc78f8518b0072e456ae2d384a0465/config.rb#L103)
* | Merge pull request #683 from ahirose/masterNami-Doc2014-07-22-0/+775
|\| | | | | [R/ja-JP] R Japanese version
| * translation finished.Akira Hirose2014-07-22-109/+103
| |
| * still on a middle wayAkira Hirose2014-07-16-54/+53
| |
| * Japanese version. Just on a middle of way.Akira Hirose2014-07-16-0/+782
| |
* | Merge pull request #682 from santifa/masterNami-Doc2014-07-18-0/+425
|\ \ | | | | | | [haskell/de] German translation for haskell
| * \ Merge branch 'master' of https://github.com/adambard/learnxinyminutes-docs ↵santifa2014-07-18-34/+33
| |\ \ | |/ / |/| | | | | into haskell-de
* | | Merge pull request #681 from iirelu/learnc-fixNami-Doc2014-07-17-34/+33
|\ \ \ | | | | | | | | Commented out two broken lines in learnc.c
| * | | Made learnc's switch statement cleareriirelu2014-07-17-34/+33
| | | | | | | | | | | | | | | | Also cleaned up trailing whitespace.
| * | | Commented out two broken lines in learnc.ciirelu2014-07-17-2/+2
|/ / /
| * / [haskell/de] German translation for learnxinyminutes-docs/haskell-ensantifa2014-07-18-0/+425
|/ /
* | Merge pull request #679 from masdeseiscaracteres/masterLevi Bostian2014-07-17-1/+2
|\ \ | | | | | | Small correction: "flipl" should be "fliplr". Added "flipud" also
| * | Small correction: "flipl" should be "fliplr"masdeseiscaracteres2014-07-17-1/+2
|/ / | | | | Added "flipud" also
* | Fix c tutorialNami-Doc2014-07-17-417/+417
| | | | | | | | | | Fixes #678 Still missing symbols, though
* | Merge pull request #676 from heyalexej/patch-1Levi Bostian2014-07-16-224/+225
|\ \ | | | | | | fix import of io/ioutil, run gofmt
| * | fix import of io/ioutil, run gofmtHey Alexej2014-07-16-224/+225
| | | | | | | | | | | | | | | | | | generated/downloaded file doesn't work with "go run". it's missing ioutil. ran gofmt which uses tabs (width=8) for formatting. longest line is 85 characters now. removed whitespace.
* | | Merge pull request #677 from uraimo/patch-1Levi Bostian2014-07-16-4/+7
|\ \ \ | | | | | | | | Update swift to beta3
| * | | Update swift to beta3Umberto Raimondi2014-07-16-4/+7
| |/ / | | | | | | Updated to beta3, new array declaration style,".." and a few other modifications.
* | | Merge pull request #675 from adambrenecki/py3_format_fixLevi Bostian2014-07-16-2/+6
|\ \ \ | |/ / |/| | [python3/en] Clean up confusion between % and .format()
| * | Mention that Python 2.5-style string formatting still works in 3Adam Brenecki2014-07-16-0/+4
| | |
| * | [python3/en] Clean up confusion between % and .format()Adam Brenecki2014-07-15-2/+2
|/ /
* | Merge pull request #672 from xksteven/masterLevi Bostian2014-07-14-0/+49
|\ \ | | | | | | [python3/en] added int div, modulo, and scoping
| * | Update python3.html.markdownSteven Basart2014-07-13-1/+1
| | |
| * | [python/en] added int div, modulo, and scopingSteven Basart2014-07-13-1/+1
| | | | | | | | | Added integer or truncation division, the modulo operator which were missing from operators section. Added function scoping in the functions section.
| * | [python/en] added int div, modulo, and scopingSteven Basart2014-07-13-0/+23
| | | | | | | | | Added integer or truncation division, the modulo operator which were missing from operators section. Added function scoping in the functions section.
| * | [python3/en] added int div, modulo, and scopingSteven Basart2014-07-13-1/+1
| | | | | | | | | Added integer or truncation division, the modulo operator which were missing from operators section. Added function scoping in the functions section.
| * | [python3/en] added int div, modulo, and scopingSteven Basart2014-07-13-0/+26
| | | | | | | | | Added integer or truncation division, the modulo operator which were missing from operators section. Added function scoping in the functions section.
* | | Merge pull request #671 from szaydel/masterLevi Bostian2014-07-10-0/+10
|\ \ \ | | | | | | | | Function literals used inline in Go language
| * | | Forgot to add `=>` to comment line.Sam Zaydel2014-07-10-1/+1
| | | |
| * | | Small change to inline literal functions comments.Sam Zaydel2014-07-10-1/+2
| | | |
| * | | Go inline function literals as arguments to other functions or function ↵Sam Zaydel2014-07-09-0/+9
| | | | | | | | | | | | | | | | literals.
* | | | Merge pull request #669 from rafalchmiel/patch-1Levi Bostian2014-07-07-26/+26
|\ \ \ \ | | | | | | | | | | [ruby-ecosystem/en] 'ruby' -> 'Ruby' + fix typo
| * | | | [ruby-ecosystem/en] 'ruby' -> 'Ruby' (cont. cont.)Rafal Chmiel2014-07-07-3/+3
| | | | |
| * | | | [ruby-ecosystem/en] 'ruby' -> 'Ruby' (cont.)Rafal Chmiel2014-07-07-8/+8
| | | | |