summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* make correctionsyejinchang2015-04-16-20/+22
|
* fix minor mistakeyejinchang2015-04-15-7/+5
|
* translate scala doc into chineseyejinchang2015-04-15-175/+378
|
* Merge pull request #1010 from chadluo/masterGeoff Liu2015-04-12-135/+128
|\ | | | | Improved zh-CN translation for Haskell
| * fixed translationchadluo2015-03-23-61/+56
| |
| * Merge pull request #1 from chadluo/chadluo-haskell-zh-CN-patchyukirock2015-03-19-118/+116
| |\ | | | | | | Improve zh-CN translation.
| | * Improve zh-ch translation.yukirock2015-03-19-118/+116
| |/
* | Merge pull request #1036 from Arnie97/patch-2Geoff Liu2015-04-12-1/+1
|\ \ | | | | | | [c++/en] Fix spelling
| * | [c++/en] Fix spellingArnie972015-04-11-1/+1
|/ /
* | Merge pull request #1026 from erayaydin/masterAdam Bard2015-04-10-0/+251
|\ \ | | | | | | [markdown/tr] Markdown Turkish Translate
| * | Markdown tr-tr languageEray Aydın2015-03-30-0/+251
| | |
* | | Merge pull request #1034 from dimavt/patch-1ven2015-04-07-1/+1
|\ \ \ | | | | | | | | Update python3-ru.html.markdown
| * | | Update python3-ru.html.markdownВитюк Дмитрий2015-04-07-1/+1
|/ / / | | | | | | Typo fix
* | | Merge pull request #1033 from suuuzi/masterLevi Bostian2015-04-05-2/+2
|\ \ \ | | | | | | | | fixing bug: pt-pt instead of pt-br
| * | | fixing bug: pt-pt instead of pt-brSuzane Sant Ana2015-04-05-1/+1
| | | | | | | | | | | | fixing bug: pt-pt instead of pt-br
| * | | Update brainfuck-pt.html.markdownSuzane Sant Ana2015-04-05-1/+1
| | | | | | | | | | | | fixing bug: pt-pt instead of pt-br
* | | | Merge pull request #1024 from Oire/fix-1023Andre Polykanine A.K.A. Menelion Elensúlë2015-04-04-2/+2
|\ \ \ \ | | | | | | | | | | [javascript/ru] Multiline comments correction
| * | | | [javascript/ru] Multiline comments correction, fixes #1023Andre Polykanine A.K.A. Menelion Elensúlë2015-03-30-2/+2
| | | | |
* | | | | Merge pull request #1031 from brxfork/patch-1ven2015-04-01-1/+3
|\ \ \ \ \ | | | | | | | | | | | | Update perl6.html.markdown // when and smartmatch
| * | | | | Update perl6.html.markdownPhilippe Bricout2015-04-01-1/+3
|/ / / / / | | | | | | | | | | ($_.chars > 50) ~~ True : this is always True.
* | | | | Added lang tag to go-frAdam Bard2015-03-31-0/+1
| | | | |
* | | | | Merge pull request #1025 from nomatteus/erlang-if-fixven2015-03-30-1/+1
|\ \ \ \ \ | | | | | | | | | | | | [erlang/en] Fix syntax error in erlang if-expression
| * | | | | Fix syntax error: Remove semicolon from last branch of erlang if-expression.nomatteus2015-03-30-1/+1
|/ / / / / | | | | | | | | | | | | | | | http://erlang.org/doc/reference_manual/expressions.html#id78310
* | | | | Merge pull request #1022 from jcmvbkbc/patch-1Geoff Liu2015-03-30-2/+2
|\ \ \ \ \ | | | | | | | | | | | | c.html: fix #1021 (bitwise negation and shifting into the sign bit)
| * | | | | c.html: fix #1021 (bitwise negation and shifting into the sign bit)Max Filippov2015-03-30-2/+2
| |/ / / / | | | | | | | | | | | | | | | | | | | | 0x0f is of type int, for 32-bit int the result is 0xfffffff0. 31'st bit is the sign bit of a 32-bit wide int.
* | | | | Merge pull request #1018 from erayaydin/masterven2015-03-30-0/+635
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| | [python/tr] Turkish Translate
| * | | Ready To More?Eray Aydın2015-03-26-3/+3
| | | |
| * | | AdvancedEray Aydın2015-03-26-32/+30
| | | |
| * | | ModulesEray Aydın2015-03-26-11/+11
| | | |
| * | | ClassesEray Aydın2015-03-25-35/+33
| | | |
| * | | FunctionsEray Aydın2015-03-25-52/+48
| | | |
| * | | Control Flow and IterablesEray Aydın2015-03-25-55/+54
| | | |
| * | | Variables and CollectionsEray Aydın2015-03-25-149/+148
| | | |
| * | | Primitive Datatypes and OperatorsEray Aydın2015-03-25-0/+645
| | | |
* | | | Merge pull request #1006 from nero-luci/masterGeoff Liu2015-03-27-7/+8
|\ \ \ \ | | | | | | | | | | Update haskell.html.markdown. Wrong explanation about '$' operator
| * | | | [haskell.html.markdown] Explanation for Haskell '$' operator Cornel Punga2015-03-27-3/+2
| | | | | | | | | | | | | | | with support from @geoffliu
| * | | | [haskell.html.markdown] Changed explanation for Haskell '$' operatorCornel Punga2015-03-25-4/+6
| | | | |
| * | | | Haskell.html.markdown. Wrong result of an expression.Cornel Punga2015-03-16-3/+3
| | | | | | | | | | | | | | | The seventh Fibonacci number is 13 (odd number), so the result of 'even 13' is false.
| * | | | Merge pull request #1 from nero-luci/nero-luci-patch-1Cornel Punga2015-03-16-3/+3
| |\ \ \ \ | | | | | | | | | | | | Update haskell.html.markdown. Wrong explanation about '$' operator
| | * | | | Update haskell.html.markdown. Wrong explanation about '$' operatorCornel Punga2015-03-16-3/+3
| |/ / / /
* | | | | Merge pull request #1017 from jefferickson/patch-1ven2015-03-26-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | | Minor typo: fixed curly bracket direction (} -> {)
| * | | | Minor typo: fixed curly bracket direction (} -> {)Jeff Erickson2015-03-25-1/+1
|/ / / /
* | | | Merge pull request #1014 from fatiherikli/patch-1Levi Bostian2015-03-24-0/+2
|\ \ \ \ | | | | | | | | | | Add brainfuck-visualizer link
| * | | | Change link formatFatih Erikli2015-03-24-1/+1
| | | | |
| * | | | Add brainfuck-visualizer linkFatih Erikli2015-03-24-0/+2
| | | | |
* | | | | Merge pull request #964 from wincentbalin/masterGeoff Liu2015-03-24-33/+33
|\ \ \ \ \ | | | | | | | | | | | | Spelling and grammar fixes for German translation
| * | | | | Update python-de.html.markdownWincent Balin2015-03-03-2/+2
| | | | | | | | | | | | | | | | | | Fixed typos.
| * | | | | Update go-de.html.markdownWincent Balin2015-02-15-18/+18
| | | | | | | | | | | | | | | | | | More fixes.
| * | | | | Update go-de.html.markdownWincent Balin2015-02-14-13/+13
| | | | | | | | | | | | | | | | | | Fixed many, many grammar mistakes.
* | | | | | Merge pull request #1016 from nero-luci/patch-3Geoff Liu2015-03-24-1/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | [python3.html.mardown] Added a short statement about magic methods