Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | | | | | | | | | | | | Merge pull request #1927 from TheRakken/patch-1 | Adam Bard | 2015-10-31 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [python] Minor correction | ||||
| * | | | | | | | | | | | | Minor correction | Elijah Karari | 2015-10-31 | -1/+1 | |
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | calling li.index(2) with li as [1, 2, 3, 4, 5, 6] will return 1 not 3 | ||||
* | | | | | | | | | | | | Merge pull request #1928 from TheRakken/TheRakken-patch-1 | Adam Bard | 2015-10-31 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [python] Updated tuple examples for clarity | ||||
| * | | | | | | | | | | | | Updated tuple examples for clarity | Elijah Karari | 2015-10-31 | -1/+2 | |
| |/ / / / / / / / / / / | |||||
* | | | | | | | | | | | | Merge pull request #1929 from hopesenddreams/patch-2 | Adam Bard | 2015-10-31 | -1/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Added BigDecimal float constructor caveat | ||||
| * | | | | | | | | | | | | Added BigDecimal float constructor caveat | Andy | 2015-10-31 | -1/+6 | |
| |/ / / / / / / / / / / | |||||
* | | | | | | | | | | | | Merge pull request #1930 from abdalim/js-my | Adam Bard | 2015-10-31 | -0/+588 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [JavaScript/ms-my] Added Malay (Malaysia) translation for JavaScript | ||||
| * | | | | | | | | | | | | Added Bahasa Malaysia translation of the JavaScript file | Abdul Alim | 2015-10-31 | -0/+588 | |
| |/ / / / / / / / / / / | |||||
* | | | | | | | | | | | | Merge pull request #1931 from hopesenddreams/patch-3 | Adam Bard | 2015-10-31 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Improved int division comment and code | ||||
| * | | | | | | | | | | | | Added missing new in HashSet instantiation | Andy | 2015-10-31 | -1/+1 | |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Improved int division comment and code | Andy | 2015-10-31 | -2/+2 | |
| |/ / / / / / / / / / / | |||||
* | | | | | | | | | | | | Merge pull request #1932 from xou/haskell-finite-list-indexing | Adam Bard | 2015-10-31 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | / / / / / / / / | | |_|/ / / / / / / / | |/| | | | | | | | | | [haskell/en]: Fix !! operator | ||||
| * | | | | | | | | | | Haskell: Fix !! operator | Niko Weh | 2015-10-31 | -1/+1 | |
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use a finite list, as infinite lists are not introduced yet - Use a list starting from 1 instead of 0, to make it obvious that the element returned comes from the list (and is not the second argument to !!). | ||||
* | | | | | | | | | | Merge pull request #1906 from nasgul/patch-7 | Geoff Liu | 2015-10-31 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | Delete unused double quote. | ||||
| * | | | | | | | | | Delete unused double quote. | Nasgul | 2015-10-30 | -1/+1 | |
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | Delete unused double quote. | ||||
* | | | | | | | | | Merge pull request #1867 from ditam/coffee_hun | ven | 2015-10-29 | -0/+106 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [coffeescript/hu] add Hungarian translation | ||||
| * | | | | | | | | | add language suffix to filename | ditam | 2015-10-28 | -1/+1 | |
| | | | | | | | | | | |||||
| * | | | | | | | | | add Hungarian translation | ditam | 2015-10-28 | -0/+106 | |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #1526 from raphaelbn/patch-3 | Geoff Liu | 2015-10-29 | -0/+58 | |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | [java/en] Enum Type | ||||
| * | | | | | | | | | | [java/en] Enum Type | Raphael Nascimento | 2015-10-29 | -4/+15 | |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | [java/en] Enum Type | Raphael Nascimento | 2015-10-21 | -7/+22 | |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | [java/en] Enum Type | Raphael Nascimento | 2015-10-15 | -6/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Outputs in line. | ||||
| * | | | | | | | | | | [java/en] Enum Type | Raphael Nascimento | 2015-10-14 | -0/+63 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Short overview about enum type. | ||||
* | | | | | | | | | | | Merge pull request #1881 from nasgul/patch-2 | Geoff Liu | 2015-10-29 | -2/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Delete unnecessary line on english. | ||||
| * | | | | | | | | | | | Delete unnecessary line on english. | Nasgul | 2015-10-29 | -2/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Delete unnecessary line on english. | ||||
* | | | | | | | | | | | | Merge pull request #1676 from vipulroxx/patch-1 | Geoff Liu | 2015-10-29 | -2/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | Modified string format [python/en] | ||||
| * | | | | | | | | | | | 80 char and proper commenting | Vipul Sharma | 2015-10-29 | -1/+2 | |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Modified string format [python/en] | Vipul Sharma | 2015-10-20 | -2/+5 | |
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge pull request #1866 from Pink401k/javascript | Adam Brenecki | 2015-10-29 | -0/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | [javascript/en] Adding a small blurb to extend upon string concatenation | ||||
| * | | | | | | | | | | Adding a small blurb to extend upon string concatination | Kyle Mendes | 2015-10-28 | -0/+4 | |
|/ / / / / / / / / / | |||||
* | | | | | | | | | | Merge pull request #1848 from jodizzle/fix/c | ven | 2015-10-28 | -7/+2 | |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | [C/en] Fix VLA example | ||||
| * | | | | | | | | | | Edit variable-length array example | Jody Leonard | 2015-10-26 | -7/+2 | |
| | |_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current example seems to be trying to set a size for a char buffer, use fgets to populate that buffer, and then use strtoul to convert the char content to an unsigned integer. However, this doesn't work as intended (in fact, it results in printing "sizeof array = 0"), and so adapt to a simpler fscanf example. Also remove some ambiguous language in the example output. | ||||
* | | | | | | | | | | Merge pull request #1846 from dotmobo/master | ven | 2015-10-28 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | [livescript/fr] Correct the translator github repository | ||||
| * | | | | | | | | | [livescript/fr] Correct the translator github repository | Morgan | 2015-10-28 | -1/+1 | |
|/ / / / / / / / / | |||||
* | | | | | | | | | Merge pull request #1694 from jsyeo/feature-edn | Geoff Liu | 2015-10-28 | -0/+108 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [edn/en] Add a short tutorial for EDN | ||||
| * | | | | | | | | | Kinda -> Kind of | Jason Yeo | 2015-10-28 | -1/+1 | |
| | | | | | | | | | | |||||
| * | | | | | | | | | Fix minor typographical errors | Jason Yeo | 2015-10-28 | -6/+7 | |
| | | | | | | | | | | |||||
| * | | | | | | | | | Reword the intro, make section more obvious | Jason Yeo | 2015-10-20 | -9/+9 | |
| | | | | | | | | | | |||||
| * | | | | | | | | | Add a short tutorial for edn | Jason Yeo | 2015-10-20 | -0/+107 | |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge pull request #1252 from gaotongfei/master | Geoff Liu | 2015-10-28 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [haskell/zh-cn]fix error | ||||
| * | | | | | | | | | fix error | Taff | 2015-09-29 | -3/+3 | |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #1701 from gczh/fix-broken-links-cn | Geoff Liu | 2015-10-28 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | [java/cn] Fix broken links for chinese version of java docs | ||||
| * | | | | | | | | | | fix java code conventions in the chinese version | Gabriel SoHappy | 2015-10-21 | -1/+1 | |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | fix broken link for java code conventions | Gabriel SoHappy | 2015-10-21 | -1/+1 | |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Fixed bracket placement | Sawyer Charles | 2015-10-21 | -5/+2 | |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | removed () | Sawyer Charles | 2015-10-21 | -1/+1 | |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | [javascript/en] Added setInterval | Sawyer Charles | 2015-10-21 | -0/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added the setInterval function provided by most browsers | ||||
* | | | | | | | | | | | Merge pull request #1717 from payet-s/python-fix-typos | Geoff Liu | 2015-10-28 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [python/en] Fix typos | ||||
| * | | | | | | | | | | | [python/en] Fix typos | payet-s | 2015-10-22 | -2/+2 | |
| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge pull request #1719 from pelmers/indent_fixes | Geoff Liu | 2015-10-28 | -5/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [java,matlab/en] Inconsistent tabs and spaces. |