Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | | | | | | | Merge pull request #1025 from nomatteus/erlang-if-fix | ven | 2015-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. | nomatteus | 2015-03-30 | -1/+1 | |
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | http://erlang.org/doc/reference_manual/expressions.html#id78310 | ||||
* | | | | | | | Merge pull request #1022 from jcmvbkbc/patch-1 | Geoff Liu | 2015-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 Filippov | 2015-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/master | ven | 2015-03-30 | -0/+635 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | / / / / | | |/ / / / | |/| | | | | [python/tr] Turkish Translate | ||||
| * | | | | | Ready To More? | Eray Aydın | 2015-03-26 | -3/+3 | |
| | | | | | | |||||
| * | | | | | Advanced | Eray Aydın | 2015-03-26 | -32/+30 | |
| | | | | | | |||||
| * | | | | | Modules | Eray Aydın | 2015-03-26 | -11/+11 | |
| | | | | | | |||||
| * | | | | | Classes | Eray Aydın | 2015-03-25 | -35/+33 | |
| | | | | | | |||||
| * | | | | | Functions | Eray Aydın | 2015-03-25 | -52/+48 | |
| | | | | | | |||||
| * | | | | | Control Flow and Iterables | Eray Aydın | 2015-03-25 | -55/+54 | |
| | | | | | | |||||
| * | | | | | Variables and Collections | Eray Aydın | 2015-03-25 | -149/+148 | |
| | | | | | | |||||
| * | | | | | Primitive Datatypes and Operators | Eray Aydın | 2015-03-25 | -0/+645 | |
| | | | | | | |||||
* | | | | | | Merge pull request #1006 from nero-luci/master | Geoff Liu | 2015-03-27 | -7/+8 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Update haskell.html.markdown. Wrong explanation about '$' operator | ||||
| * | | | | | | [haskell.html.markdown] Explanation for Haskell '$' operator | Cornel Punga | 2015-03-27 | -3/+2 | |
| | | | | | | | | | | | | | | | | | | | | | with support from @geoffliu | ||||
| * | | | | | | [haskell.html.markdown] Changed explanation for Haskell '$' operator | Cornel Punga | 2015-03-25 | -4/+6 | |
| | | | | | | | |||||
| * | | | | | | Haskell.html.markdown. Wrong result of an expression. | Cornel Punga | 2015-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-1 | Cornel Punga | 2015-03-16 | -3/+3 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Update haskell.html.markdown. Wrong explanation about '$' operator | ||||
| | * | | | | | | Update haskell.html.markdown. Wrong explanation about '$' operator | Cornel Punga | 2015-03-16 | -3/+3 | |
| |/ / / / / / | |||||
* | | | | | | | Merge pull request #1017 from jefferickson/patch-1 | ven | 2015-03-26 | -1/+1 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | Minor typo: fixed curly bracket direction (} -> {) | ||||
| * | | | | | | Minor typo: fixed curly bracket direction (} -> {) | Jeff Erickson | 2015-03-25 | -1/+1 | |
|/ / / / / / | |||||
* | | | | | | Merge pull request #1014 from fatiherikli/patch-1 | Levi Bostian | 2015-03-24 | -0/+2 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add brainfuck-visualizer link | ||||
| * | | | | | | Change link format | Fatih Erikli | 2015-03-24 | -1/+1 | |
| | | | | | | | |||||
| * | | | | | | Add brainfuck-visualizer link | Fatih Erikli | 2015-03-24 | -0/+2 | |
| | | | | | | | |||||
* | | | | | | | Merge pull request #964 from wincentbalin/master | Geoff Liu | 2015-03-24 | -33/+33 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Spelling and grammar fixes for German translation | ||||
| * | | | | | | | Update python-de.html.markdown | Wincent Balin | 2015-03-03 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Fixed typos. | ||||
| * | | | | | | | Update go-de.html.markdown | Wincent Balin | 2015-02-15 | -18/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | More fixes. | ||||
| * | | | | | | | Update go-de.html.markdown | Wincent Balin | 2015-02-14 | -13/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Fixed many, many grammar mistakes. | ||||
* | | | | | | | | Merge pull request #1016 from nero-luci/patch-3 | Geoff Liu | 2015-03-24 | -1/+3 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | [python3.html.mardown] Added a short statement about magic methods | ||||
| * | | | | | | | | [python3.html.mardown] Added a short statement about magic methods | Cornel Punga | 2015-03-24 | -1/+3 | |
|/ / / / / / / / | | | | | | | | | | | | | | | | | Terminology related to Python special functions | ||||
* | | | | | | | | Merge pull request #1015 from nero-luci/patch-2 | Levi Bostian | 2015-03-24 | -4/+2 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Update python3.html.markdown. Changes to spacing and online resources | ||||
| * | | | | | | | | Update python3.html.markdown. Changes to spacing and online resources | Cornel Punga | 2015-03-24 | -4/+2 | |
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | 1. Some changes related to spacing 2. Added an online resource | ||||
* | | | | | | | | Merge pull request #1013 from nadako/master | Levi Bostian | 2015-03-24 | -12/+21 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | fixes for haxe | ||||
| * | | | | | | | [haxe] polishing | Dan Korostelev | 2015-03-24 | -3/+3 | |
| | | | | | | | | |||||
| * | | | | | | | [haxe] some additions and fixes (closes #489) | Dan Korostelev | 2015-03-24 | -12/+21 | |
| | | | | | | | | |||||
| * | | | | | | | Use "haxe" highlighting instead of C# | Dan Korostelev | 2015-03-24 | -1/+1 | |
|/ / / / / / / | |||||
* | | | | | | | Merge pull request #1011 from iamrahil/ruby | Levi Bostian | 2015-03-23 | -0/+8 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | [ruby] Array and Hash specific functions | ||||
| * | | | | | | | add to ruby contributors | Rahil Momin | 2015-03-19 | -0/+1 | |
| | | | | | | | | |||||
| * | | | | | | | add has_key? and has_value? methods on hashes | Rahil Momin | 2015-03-19 | -0/+4 | |
| | | | | | | | | |||||
| * | | | | | | | add include? method on arrays | Rahil Momin | 2015-03-19 | -0/+3 | |
| | |_|_|/ / / | |/| | | | | | |||||
* | | | | | | | Merge pull request #1008 from jpmonette/master | ven | 2015-03-23 | -0/+438 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Adding Go French translation | ||||
| * | | | | | | | Updating French translation | Jean-Philippe Monette | 2015-03-17 | -67/+73 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Thanks vendethiel for all the suggestions! | ||||
| * | | | | | | | updating translators information | Jean-Philippe Monette | 2015-03-17 | -1/+3 | |
| | | | | | | | | |||||
| * | | | | | | | Adding Go French translation | Jean-Philippe Monette | 2015-03-17 | -0/+430 | |
| |/ / / / / / | |||||
* | | | | | | | Merge pull request #955 from suuuzi/master | ven | 2015-03-21 | -160/+253 | |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | Translating brainfuck & git to pt-br; Fixing typos in git pt-pt translation; Adding links refering other tutorials | ||||
| * | | | | | | Refering Python3 tutorial link | suuuzi | 2015-02-04 | -1/+1 | |
| | | | | | | | |||||
| * | | | | | | Python 3: Changing 'the other tutorial' to a link refering the other tutorial | suuuzi | 2015-02-04 | -1/+1 | |
| | | | | | | | |||||
| * | | | | | | Fixing some typos in Git pt-pt translation | suuuzi | 2015-02-04 | -7/+6 | |
| | | | | | | | |||||
| * | | | | | | Translating Git to pt-br | suuuzi | 2015-02-04 | -151/+161 | |
| | | | | | | | |||||
| * | | | | | | Translating brainfuck to pt-br | suuuzi | 2015-02-04 | -84/+0 | |
| | | | | | | |