summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* 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
* | | | | | Merge pull request #661 from P1start/rustLevi Bostian2014-07-01-0/+265
|\ \ \ \ \ \ | | | | | | | | | | | | | | [rust/en] Add an English Rust tutorial
| * | | | | | add &str explanation; add section on vectorsP1start2014-07-01-3/+23
| | | | | | |
| * | | | | | [rust/en] Add an English Rust tutorialP1start2014-06-30-0/+245
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #480.
* | | | | | | Merge pull request #660 from szaydel/masterLevi Bostian2014-06-29-2/+17
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | / / | | |_|_|/ / | |/| | | | Learn function decorators with Go
| * | | | | Learn function decorators with GoSam Zaydel2014-06-29-2/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added snippet about using closures as function decorators in Go. Also removed a few extra whitespaces.
* | | | | | Merge pull request #659 from nixw/spelling_fixLevi Bostian2014-06-28-15/+15
|\ \ \ \ \ \ | | | | | | | | | | | | | | [C] Fix spelling and other small issues
| * | | | | | Fix spelling and other small issuesNick Ward2014-06-28-15/+15
|/ / / / / /
* | | | | | Merge pull request #657 from szaydel/masterLevi Bostian2014-06-23-0/+10
|\| | | | | | | | | | | | | | | | | Golang - lack of information about named return values in functions
| * | | | | Hopefully slight language improvement over orig.Sam Zaydel2014-06-23-3/+3
| | | | | |
| * | | | | Slight language change per pull req. commentSam Zaydel2014-06-22-3/+3
| | | | | |
| * | | | | Fixed `on` to `in` in comment.Sam Zaydel2014-06-22-1/+1
| | | | | |