summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
...
| * | | 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
| | | | | | |
| * | | | | | fix broken link for java code conventionsGabriel SoHappy2015-10-21-1/+1
| | | | | | |
| * | | | | | Fixed bracket placementSawyer Charles2015-10-21-5/+2
| | | | | | |
| * | | | | | removed ()Sawyer Charles2015-10-21-1/+1
| | | | | | |
| * | | | | | [javascript/en] Added setIntervalSawyer Charles2015-10-21-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Added the setInterval function provided by most browsers
* | | | | | | Merge pull request #1717 from payet-s/python-fix-typosGeoff Liu2015-10-28-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [python/en] Fix typos
| * | | | | | | [python/en] Fix typospayet-s2015-10-22-2/+2
| | | | | | | |
* | | | | | | | Merge pull request #1719 from pelmers/indent_fixesGeoff Liu2015-10-28-5/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [java,matlab/en] Inconsistent tabs and spaces.
| * | | | | | | | Fix a few spots where inconsistently tabs and spaces are used for alignment.Peter Elmers2015-10-21-5/+5
| |/ / / / / / /
* | | | | | | | Merge pull request #1760 from jtrestik/chapelGeoff Liu2015-10-28-2/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [chapel/en] Fix typos
| * | | | | | | | Fix typosJana Trestikova2015-10-24-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | undestanding -> understanding uninterupted -> uninterrupted
* | | | | | | | | Merge pull request #1808 from sholland1/masterven2015-10-28-3/+3
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | [fsharp/en] correct a few simple mistakes
| * | | | | | | | change language in examples back to csharpsholland12015-10-27-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | parser does not support fsharp syntax highlighting
| * | | | | | | | [fsharp/en] correct a few simple mistakessholland2015-10-26-4/+4
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | change github flavored markdown programming language to fsharp correct typos
* | | | | | | | [javascript/en] Re-add note about truthiness of wrapped primitivesAdam Brenecki2015-10-28-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previous incarnations of this section had `Number(0)` instead of `new Number(0)`, which actually returns `0` due to the absence of the `new` keyword; this commit re-adds that section and better still, makes it actually correct!
* | | | | | | | [javascript/en] Formatting fixAdam Brenecki2015-10-28-1/+1
| | | | | | | |
* | | | | | | | [javascript/en] Move comparisons to other languages into preambleAdam Brenecki2015-10-28-5/+8
| | | | | | | |
* | | | | | | | Merge pull request #1837 from corbanmailloux/patch-2Adam Brenecki2015-10-28-8/+9
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [javascript/en] Spacing and capitalization of comments
| * | | | | | | | [javascript/en] Spacing and capitalization of commentsCorban Mailloux2015-10-27-8/+9
|/ / / / / / / / | | | | | | | | | | | | | | | | ... and a few grammar fixes.
* | | | | | | | Merge pull request #1836 from corbanmailloux/patch-1Adam Brenecki2015-10-28-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [javascript/en] "wan't" -> "want"