Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge branch 'master' of https://github.com/geoffliu/learnxinyminutes-docs | Adam | 2015-04-22 | -0/+15 |
|\ | ||||
| * | Merge remote-tracking branch 'upstream/master' | Geoff Liu | 2015-04-17 | -582/+2768 |
| |\ | ||||
| * | | minor change | Geoff Liu | 2015-03-28 | -1/+1 |
| | | | ||||
| * | | Merge remote-tracking branch 'upstream/master' | Geoff Liu | 2015-03-16 | -77/+124 |
| |\ \ | ||||
| * \ \ | Merge branch 'haskell-minor' | Geoff Liu | 2015-03-16 | -18/+18 |
| |\ \ \ | ||||
| * | | | | . | Geoff Liu | 2015-03-12 | -3/+3 |
| | | | | | ||||
| * | | | | minor naming change | Geoff Liu | 2015-03-12 | -8/+8 |
| | | | | | ||||
| * | | | | First attempt at page text translation | Geoff Liu | 2015-03-12 | -0/+15 |
| | | | | | ||||
* | | | | | Merge pull request #1050 from srirams6/master | Geoff Liu | 2015-04-22 | -0/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | [python3/en] Adding strings without + added. | |||
| * | | | | | Adding strings without + added. | Sriram Sundarraj | 2015-04-23 | -0/+2 |
| | | | | | | ||||
* | | | | | | Merge pull request #1048 from srirams6/master | Levi Bostian | 2015-04-22 | -0/+2 |
|\| | | | | | | | | | | | | | | | | | [python/en] Adding strings without + added. | |||
| * | | | | | [python/en] Adding strings without + added. | Sriram Sundarraj | 2015-04-23 | -0/+2 |
|/ / / / / | ||||
* | | | | | Merge pull request #1045 from bcc32/patch-1 | Levi Bostian | 2015-04-22 | -3/+5 |
|\ \ \ \ \ | | | | | | | | | | | | | fix the while macro for Common Lisp | |||
| * | | | | | fix the while macro for Common Lisp | Aaron Zeng | 2015-04-21 | -3/+5 |
| | | | | | | | | | | | | | | | | | | Earlier version was incorrect, as it only executed `body` once and then terminated, like an if statement instead. | |||
* | | | | | | Merge pull request #1047 from SamuelMarks/patch-1 | Levi Bostian | 2015-04-22 | -2/+10 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fixed grammar, added explanation of function signature and arguments | |||
| * | | | | | | Fallthrough | Samuel Marks | 2015-04-23 | -0/+4 |
| | | | | | | | ||||
| * | | | | | | Fixed grammar, added explanation of function signature and arguments | Samuel Marks | 2015-04-22 | -2/+6 |
|/ / / / / / | ||||
* | | | | | | Merge pull request #1046 from eush77/fix/typescript-typo | Geoff Liu | 2015-04-21 | -1/+1 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | [typescript/en] Fix typo | |||
| * | | | | | [typescript/en] Fix typo | Eugene Sharygin | 2015-04-21 | -1/+1 |
|/ / / / / | ||||
* | | | | | Merge pull request #1044 from thisiskevinchoi/patch-1 | Levi Bostian | 2015-04-21 | -0/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | Add default case to switch statement in Go | |||
| * | | | | | Add default case to switch statement in Go | Kev Choi | 2015-04-20 | -0/+2 |
|/ / / / / | ||||
* | | | | | Merge pull request #1042 from Arnie97/patch-1 | Levi Bostian | 2015-04-19 | -12/+20 |
|\ \ \ \ \ | | | | | | | | | | | | | [tmux/en] replace html tags with markdown | |||
| * | | | | | Update tmux.html.markdown | Arnie97 | 2015-04-19 | -1/+2 |
| | | | | | | ||||
| * | | | | | Update tmux.html.markdown | Arnie97 | 2015-04-19 | -12/+19 |
| | |_|_|/ | |/| | | | ||||
* | | | | | Merge pull request #1043 from astahlman/master | Levi Bostian | 2015-04-19 | -1/+1 |
|\ \ \ \ \ | |/ / / / |/| | | | | Fixed spelling of 'arithmetic' in Clojure Macros tutorial. | |||
| * | | | | Fixed spelling of 'arithmetic' in Clojure Macros tutorial. | Andrew Stahlman | 2015-04-19 | -1/+1 |
|/ / / / | ||||
* | | | | Merge pull request #1035 from Arnie97/master | Geoff Liu | 2015-04-17 | -0/+572 |
|\ \ \ \ | | | | | | | | | | | Translate [c++/en] into [c++/cn] | |||
| * | | | | Remove duplicate code. | Arnie97 | 2015-04-17 | -18/+0 |
| | | | | | ||||
| * | | | | More bug fixes. | Arnie97 | 2015-04-17 | -2/+2 |
| | | | | | ||||
| * | | | | Some bug fixes. | Arnie97 | 2015-04-15 | -3/+3 |
| | | | | | ||||
| * | | | | Merge pull request #1 from adambard/master | Arnie97 | 2015-04-11 | -311/+1762 |
| |\ \ \ \ | | | | | | | | | | | | | Fetch updates from upstream | |||
| * | | | | | [c++/cn] Update the translated file name. | Arnie97 | 2015-04-11 | -1/+1 |
| | | | | | | ||||
| * | | | | | [c++/cn] Complete the whole translation. | Arnie97 | 2015-04-11 | -205/+205 |
| | | | | | | ||||
| * | | | | | Complete most parts of translation. | Arnie97 | 2015-03-19 | -39/+53 |
| | | | | | | ||||
| * | | | | | [c++/cn] mark all parts still in progress. | Arnie97 | 2015-03-14 | -60/+57 |
| | | | | | | ||||
| * | | | | | [c++/cn] translation started. | Arnie97 | 2015-03-14 | -0/+579 |
| | | | | | | ||||
* | | | | | | Merge pull request #1039 from Alwayswithme/scala/zh | Geoff Liu | 2015-04-17 | -178/+383 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | [scala/cn]translate scala doc into chinese | |||
| * | | | | | | resolve translation errors | alwayswithme | 2015-04-17 | -2/+4 |
| | | | | | | | ||||
| * | | | | | | make corrections | yejinchang | 2015-04-16 | -20/+22 |
| | | | | | | | ||||
| * | | | | | | fix minor mistake | yejinchang | 2015-04-15 | -7/+5 |
| | | | | | | | ||||
| * | | | | | | translate scala doc into chinese | yejinchang | 2015-04-15 | -175/+378 |
| | | | | | | | ||||
* | | | | | | | fix #1032 | ven | 2015-04-15 | -42/+18 |
|/ / / / / / | | | | | | | | | | | | | and a few more fixes/moving arounds | |||
* | | | | | | Merge pull request #1010 from chadluo/master | Geoff Liu | 2015-04-12 | -135/+128 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Improved zh-CN translation for Haskell | |||
| * | | | | | | fixed translation | chadluo | 2015-03-23 | -61/+56 |
| | | | | | | | ||||
| * | | | | | | Merge pull request #1 from chadluo/chadluo-haskell-zh-CN-patch | yukirock | 2015-03-19 | -118/+116 |
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | Improve zh-CN translation. | |||
| | * | | | | | Improve zh-ch translation. | yukirock | 2015-03-19 | -118/+116 |
| |/ / / / / | ||||
* | | | | | | Merge pull request #1036 from Arnie97/patch-2 | Geoff Liu | 2015-04-12 | -1/+1 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | [c++/en] Fix spelling | |||
| * | | | | | [c++/en] Fix spelling | Arnie97 | 2015-04-11 | -1/+1 |
|/ / / / / | ||||
* | | | | | Merge pull request #1026 from erayaydin/master | Adam Bard | 2015-04-10 | -0/+251 |
|\ \ \ \ \ | | | | | | | | | | | | | [markdown/tr] Markdown Turkish Translate | |||
| * | | | | | Markdown tr-tr language | Eray Aydın | 2015-03-30 | -0/+251 |
| | | | | | |