summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
...
| * | | | | | | | | | 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
| | | | | | | |
| | * | | | | | Should have more detail about named return values.Sam Zaydel2014-06-22-0/+10
| | | |_|/ / / | | |/| | | | | | | | | | | There was not a section about named return values, and it feels like it is a valuable and important enough thing to learn early on. If nothing else, when looking at someone else's code this may be a point of confusion.
| * | | | | | Merge pull request #656 from tormaroe/patch-1Levi Bostian2014-06-21-2/+2
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | Fixed missing + sign in lambda section
| | * | | | | Fixed missing + sign in lambda sectionTorbjørn Marø2014-06-21-2/+2
| |/ / / / /
| * | | | | Merge pull request #643 from marcoms/patch-1Levi Bostian2014-06-18-0/+10
| |\ \ \ \ \ | | | | | | | | | | | | | | Add extra detail
| | * | | | | Remove escaped quotes and external gist linkMarco Scannadinari2014-06-13-2/+2
| | | | | | |
| | * | | | | Fix missing commas and closing bracesMarco Scannadinari2014-06-11-1/+2
| | | | | | |
| | * | | | | Add extra detailMarco Scannadinari2014-06-08-0/+9
| | | | | | |
| * | | | | | Merge pull request #653 from xksteven/masterAdam Bard2014-06-16-1/+4
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | / / | | | |_|/ / | | |/| | | [python 3/en] fixed error in sets
| | * | | | Update python3.html.markdownSteven Basart2014-06-16-1/+4
| |/ / / / | | | | | | | | | | fixed python 3 english sets error and editted .add comment because .add only accepts one argument
| * | | | Merge pull request #650 from checkcheckzz/masterLevi Bostian2014-06-14-1/+1
| |\ \ \ \ | | |_|/ / | |/| | | [json/cn]: fix the original typo
| | * | | [json/cn]: fix the original typoniuzhist2014-06-13-1/+1
| |/ / /
| * | | Merge pull request #649 from bobozhengsir/patch-1Nami-Doc2014-06-13-1/+1
| |\ \ \ | | | | | | | | | | Update scala-cn.html.markdown
| | * | | Update scala-cn.html.markdownbobozhengsir2014-06-13-1/+1
| |/ / / | | | | | | | | miss a comma at line 372
| * | | Merge pull request #648 from jackhooper/patch-1Nami-Doc2014-06-12-1/+1
| |\ \ \ | | | | | | | | | | [json/en] - fixed typo
| | * | | [json/en] - fixed typoJack Hooper2014-06-12-1/+1
| |/ / / | | | | | | | | Changed "You know know everything..." to "You now know everything..."
| * | | Merge pull request #647 from mendozao/patch-1Levi Bostian2014-06-11-1/+1
| |\ \ \ | | | | | | | | | | Update markdown.html.markdown
| | * | | Update markdown.html.markdownOsvaldo Mendoza2014-06-11-1/+1
| |/ / / | | | | | | | | typo
| * | | Merge pull request #646 from nati22/masterAdam Brenecki2014-06-11-1/+1
| |\ \ \ | | | | | | | | | | Changed "complimenting" to "complementing".
| | * | | Changed "complimenting" to "complementing".Nati2014-06-10-1/+1
| |/ / /
| * | | Merge pull request #644 from timothymalcham/perl-doc-line-lengthsLevi Bostian2014-06-10-6/+12
| |\ \ \ | | |/ / | |/| | [perl/en] Shortens line lengths of comments in Perl guide
| | * | Shortens line lengths of comments in Perl guideTimothy Malcham2014-06-10-6/+12
| |/ /
| * | Merge pull request #641 from wobh/patch-1Nami-Doc2014-06-07-1/+1
| |\ \ | | | | | | | | Update elixir.html.markdown
| | * | Update elixir.html.markdownWilliam Clifford2014-06-07-1/+1
| |/ / | | | | | | minor spelling fix: `s/catched/caught/`
| * | Add lang: tag for swift/zh-cn - fixes #640Nami-Doc2014-06-05-2/+3
| | |
| * | Merge pull request #637 from miguelarauj1o/trans_coffeescriptNami-Doc2014-06-05-0/+106
| |\ \ | | | | | | | | Translating coffeescript to pt-br
| | * | Translating coffeescript to pt-brmiguel araujo2014-06-05-0/+106
| | | |
| * | | Merge pull request #639 from ysagal/patch-1Nami-Doc2014-06-05-1/+1
| |\ \ \ | | | | | | | | | | Tiny typo fix
| | * | | Tiny typo fixysagal2014-06-05-1/+1
| |/ / /
| * | | Merge pull request #638 from xavieryao/masterNami-Doc2014-06-05-2/+228
| |\ \ \ | | | | | | | | | | [swift/zh-cn] zh-cn translation for swift
| | * | | Tiny symbol missing fixed.Xavier Yao2014-06-05-2/+2
| | | | |
| | * | | zh-cn translatation for SwiftXavier Yao2014-06-05-0/+226
| |/ / /
| * | | Merge pull request #635 from levibostian/git-push-additionAdam Bard2014-06-05-0/+5
| |\ \ \ | | | | | | | | | | Add git push -u command to git tutorial.
| | * | | Add git push -u command to git tutorial.Levi Bostian2014-06-03-0/+5
| | |/ /
| * | | Merge pull request #636 from grant/masterAdam Bard2014-06-05-0/+224
| |\ \ \ | | |/ / | |/| | Swift
| | * | Formatted the document according to the guidelinesGrant Timmerman2014-06-04-47/+47
| | | |
| | * | Added swift docsGrant Timmerman2014-06-04-0/+224
| |/ /
| * | Merge pull request #633 from JoaoGFarias/masterLevi Bostian2014-06-02-0/+649
| |\ \ | | | | | | | | Translating C to PT-BR