summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
...
* | | | | | 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
| | | | | | |
| * | | | | | [ruby-ecosystem/en] 'ruby' -> 'Ruby' + fix typoRafal Chmiel2014-07-07-17/+17
|/ / / / / /
* | | | | | Merge pull request #668 from rafalchmiel/patch-1Levi Bostian2014-07-07-11/+12
|\ \ \ \ \ \ | | | | | | | | | | | | | | [ruby-ecosystem/en] Add links to resources
| * | | | | | [ruby-ecosystem/en] Add links to resourcesRafal Chmiel2014-07-07-11/+12
|/ / / / / /
* | | | | | Merge pull request #667 from xadhix/patch-1Levi Bostian2014-07-07-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | MethodSignature -> MethodSignatures
| * | | | | | MethodSignature -> MethodSignaturesAdhithya R2014-07-07-1/+1
|/ / / / / / | | | | | | | | | | | | Possible typo. Text mentions method names being the same but they weren't. Corrected.
* | | | | | Merge pull request #651 from ytnuoc/translate_brAdam Bard2014-07-07-0/+466
|\ \ \ \ \ \ | | | | | | | | | | | | | | Translating GIT and JSON to pt-br. Added link to further information in GIT (en)
| * | | | | | JSON updatedmiguel araujo2014-06-19-0/+10
| | | | | | |
| * | | | | | Merge branch 'master' of ↵miguel araujo2014-06-19-2/+15
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | | | | | | | https://github.com/miguelarauj1o/learnxinyminutes-docs into translate_br
| * | | | | | Translating GIT and JSON to pt-br. Added link to further informationmiguel araujo2014-06-14-0/+456
| | | | | | |
* | | | | | | Merge pull request #665 from dunckr/patch-1Levi Bostian2014-07-06-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix 'Immutability' typo
| * | | | | | | Fix 'Immutability' typoDuncan Beaton2014-07-06-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #664 from petehamilton/patch-1Levi Bostian2014-07-06-7/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Remove duplication of function factory example
| * | | | | | | Remove duplication of function factory examplePete Hamilton2014-07-05-7/+0
|/ / / / / / /
* | | | | | | Merge pull request #645 from spellart/masterNami-Doc2014-07-03-0/+458
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [scala/fr-fr] French translation for scala
| * | | | | | | Removing comparison with java performance for while loopschtiprog2014-06-14-2/+2
| | | | | | | |
| * | | | | | | Updated links and fix typochtiprog2014-06-14-5/+5
| | | | | | | |
| * | | | | | | Corrections after pull request of the french translation of Scalachtiprog2014-06-14-47/+49
| | | | | | | |
| * | | | | | | Updated french version of scalachtiprog2014-06-14-17/+17
| | | | | | | |
| * | | | | | | Added french version of Scalachtiprog2014-06-14-0/+456
| | | | | | | |
* | | | | | | | Merge pull request #663 from vvo/patch-2Levi Bostian2014-07-02-2/+16
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | feat(webserver request): add a http.Get example
| * | | | | | | | feat(webserver request): add a http.Get exampleVincent Voyer2014-07-02-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. script now exits 2. we initiate a request to the started server to prove the serverHTTP works what do you think?
* | | | | | | | | Merge pull request #662 from vvo/patch-1Levi Bostian2014-07-02-4/+14
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | fix(go func factory): fix func factory example
| * | | | | | | | fix(go func factory): fix func factory exampleVincent Voyer2014-07-02-4/+14
|/ / / / / / / / | | | | | | | | | | | | | | | | previous code did not run because outside main() code was done