summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* Merge pull request #1926 from hopesenddreams/patch-1Adam Bard2015-10-31-1/+1
|\ | | | | Fixed typo at BigInteger assignment
| * Fixed typo at BigInteger assignmentAndy2015-10-31-1/+1
| |
* | Merge pull request #1933 from denniskeller/scala/deAdam Bard2015-10-31-247/+271
|\ \ | | | | | | [scala/de] Fix ``` usage
| * | Merge remote-tracking branch 'upstream/master' into scala/deDennis Keller2015-10-31-30/+303
| |\|
| * | [scala/de] Fix ``` usageDennis Keller2015-10-28-247/+271
| | |
* | | Merge pull request #1925 from benpious/masterAdam Bard2015-10-31-0/+46
|\ \ \ | | | | | | | | [Objective-C/en] Adds description of how to define generic classes in Xcode 7.0
| * | | Adds description of how to define generic classes in Xcode 7.0Ben Pious2015-10-30-0/+46
| | | |
* | | | Merge pull request #1927 from TheRakken/patch-1Adam Bard2015-10-31-1/+1
|\ \ \ \ | | | | | | | | | | [python] Minor correction
| * | | | Minor correctionElijah Karari2015-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-1Adam Bard2015-10-31-1/+2
|\ \ \ \ | | | | | | | | | | [python] Updated tuple examples for clarity
| * | | | Updated tuple examples for clarityElijah Karari2015-10-31-1/+2
| |/ / /
* | | | Merge pull request #1929 from hopesenddreams/patch-2Adam Bard2015-10-31-1/+6
|\ \ \ \ | | | | | | | | | | Added BigDecimal float constructor caveat
| * | | | Added BigDecimal float constructor caveatAndy2015-10-31-1/+6
| |/ / /
* | | | Merge pull request #1930 from abdalim/js-myAdam Bard2015-10-31-0/+588
|\ \ \ \ | | | | | | | | | | [JavaScript/ms-my] Added Malay (Malaysia) translation for JavaScript
| * | | | Added Bahasa Malaysia translation of the JavaScript fileAbdul Alim2015-10-31-0/+588
| |/ / /
* | | | Merge pull request #1931 from hopesenddreams/patch-3Adam Bard2015-10-31-3/+3
|\ \ \ \ | | | | | | | | | | Improved int division comment and code
| * | | | Added missing new in HashSet instantiationAndy2015-10-31-1/+1
| | | | |
| * | | | Improved int division comment and codeAndy2015-10-31-2/+2
| |/ / /
* | | | Merge pull request #1932 from xou/haskell-finite-list-indexingAdam Bard2015-10-31-1/+1
|\ \ \ \ | |/ / / |/| | | [haskell/en]: Fix !! operator
| * | | Haskell: Fix !! operatorNiko Weh2015-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-7Geoff Liu2015-10-31-1/+1
|\ \ \ | |/ / |/| | Delete unused double quote.
| * | Delete unused double quote.Nasgul2015-10-30-1/+1
|/ / | | | | Delete unused double quote.
* | Merge pull request #1867 from ditam/coffee_hunven2015-10-29-0/+106
|\ \ | | | | | | [coffeescript/hu] add Hungarian translation
| * | add language suffix to filenameditam2015-10-28-1/+1
| | |
| * | add Hungarian translationditam2015-10-28-0/+106
| | |
* | | Merge pull request #1526 from raphaelbn/patch-3Geoff Liu2015-10-29-0/+58
|\ \ \ | | | | | | | | [java/en] Enum Type
| * | | [java/en] Enum TypeRaphael Nascimento2015-10-29-4/+15
| | | |
| * | | [java/en] Enum TypeRaphael Nascimento2015-10-21-7/+22
| | | |
| * | | [java/en] Enum TypeRaphael Nascimento2015-10-15-6/+2
| | | | | | | | | | | | Outputs in line.
| * | | [java/en] Enum TypeRaphael Nascimento2015-10-14-0/+63
| | | | | | | | | | | | Short overview about enum type.
* | | | Merge pull request #1881 from nasgul/patch-2Geoff Liu2015-10-29-2/+0
|\ \ \ \ | | | | | | | | | | Delete unnecessary line on english.
| * | | | Delete unnecessary line on english.Nasgul2015-10-29-2/+0
| | | | | | | | | | | | | | | Delete unnecessary line on english.
* | | | | Merge pull request #1676 from vipulroxx/patch-1Geoff Liu2015-10-29-2/+6
|\ \ \ \ \ | |/ / / / |/| | | | Modified string format [python/en]
| * | | | 80 char and proper commentingVipul Sharma2015-10-29-1/+2
| | | | |
| * | | | Modified string format [python/en]Vipul Sharma2015-10-20-2/+5
| | | | |
* | | | | Merge pull request #1866 from Pink401k/javascriptAdam Brenecki2015-10-29-0/+4
|\ \ \ \ \ | |_|_|/ / |/| | | | [javascript/en] Adding a small blurb to extend upon string concatenation
| * | | | Adding a small blurb to extend upon string concatinationKyle Mendes2015-10-28-0/+4
|/ / / /
* | | | Merge pull request #1848 from jodizzle/fix/cven2015-10-28-7/+2
|\ \ \ \ | | | | | | | | | | [C/en] Fix VLA example
| * | | | Edit variable-length array exampleJody Leonard2015-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/masterven2015-10-28-1/+1
|\ \ \ \ \ | | | | | | | | | | | | [livescript/fr] Correct the translator github repository
| * | | | | [livescript/fr] Correct the translator github repositoryMorgan2015-10-28-1/+1
|/ / / / /
* | | | | Merge pull request #1694 from jsyeo/feature-ednGeoff Liu2015-10-28-0/+108
|\ \ \ \ \ | | | | | | | | | | | | [edn/en] Add a short tutorial for EDN
| * | | | | Kinda -> Kind ofJason Yeo2015-10-28-1/+1
| | | | | |
| * | | | | Fix minor typographical errorsJason Yeo2015-10-28-6/+7
| | | | | |
| * | | | | Reword the intro, make section more obviousJason Yeo2015-10-20-9/+9
| | | | | |
| * | | | | Add a short tutorial for ednJason Yeo2015-10-20-0/+107
| | |/ / / | |/| | |
* | | | | Merge pull request #1252 from gaotongfei/masterGeoff Liu2015-10-28-3/+3
|\ \ \ \ \ | | | | | | | | | | | | [haskell/zh-cn]fix error
| * | | | | fix errorTaff2015-09-29-3/+3
| | | | | |
* | | | | | Merge pull request #1701 from gczh/fix-broken-links-cnGeoff Liu2015-10-28-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | [java/cn] Fix broken links for chinese version of java docs
| * | | | | | fix java code conventions in the chinese versionGabriel SoHappy2015-10-21-1/+1
| | | | | | |