summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
...
| * | | rm .DSrobertmargelli2015-05-02-0/+0
| | | |
| * | | added italian translation of bashrobertmargelli2015-05-02-0/+275
| | | |
* | | | Merge pull request #1076 from rinoc/masterGeoff Liu2015-04-30-5/+5
|\ \ \ \ | |_|_|/ |/| | | Fix Python typo.
| * | | Clarify wording for list reversal.Rinoc Johnson2015-04-30-2/+2
| | | |
| * | | Fix Python typo.Rinoc Johnson2015-04-30-4/+4
|/ / /
* | | Merge pull request #1069 from deryni/common-bash-variable-assignment-mistakeLevi Bostian2015-04-27-1/+9
|\ \ \ | | | | | | | | [bash/en] Add another common bash variable assignment mistake
| * | | Follow variable capitalization on this branch.Etan Reisner2015-04-27-2/+2
| | | |
| * | | Add another very common shell variable assignment mistake.Etan Reisner2015-04-26-1/+8
| | | |
| * | | Add myself as a contributor.Etan Reisner2015-04-26-0/+1
| | | |
* | | | Merge pull request #1072 from TiddoLangerak/patch-1ven2015-04-27-1/+1
|\ \ \ \ | | | | | | | | | | Fixed haskell foldr example
| * | | | Fixed haskell foldr exampleTiddo Langerak2015-04-27-1/+1
|/ / / / | | | | | | | | For #1068
* | | | Merge pull request #1067 from MoreMoschops/masterven2015-04-27-2/+1
|\ \ \ \ | |/ / / |/| | | Neither gcc nor clang accept void main.
| * | | Neither gcc nor clang accept void main.MoreMoschops2015-04-26-2/+1
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Neither gcc nor clang accept void main. Remove this bad information. Tested as follows: $ cat 045.cpp void main() { } $ g++ 045.cpp 045.cpp:1:11: error: ‘::main’ must return ‘int’ void main() ^ $ clang++ 045.cpp 045.cpp:1:1: error: 'main' must return 'int' void main() ^~~~ int 1 error generated. $ g++ --version g++ (Ubuntu 4.8.2-19ubuntu1) 4.8.2 $ clang++ --version Ubuntu clang version 3.4.2-3ubuntu2~xedgers (tags/RELEASE_34/dot2-final) (based on LLVM 3.4.2)
* | | Merge pull request #1065 from j-baker/masterven2015-04-26-2/+22
|\ \ \ | | | | | | | | [standard-ml] Standard ML has references!
| * | | Add myself as a contributorJames Baker2015-04-26-0/+1
| | | |
| * | | Add examples of imperative-style controlJames Baker2015-04-26-0/+19
| | | | | | | | | | | | | | | | Make reference and update, add use of a while and use of seq
| * | | Standard ML has referencesJames Baker2015-04-26-2/+2
|/ / / | | | | | | | | | | | | Standard ML is not a pure language and has imperative structures like references while and seq
* | | Merge pull request #1063 from sinkswim/masterGeoff Liu2015-04-25-0/+62
|\| | | | | | | | [JSON/it]
| * | added italian JSON translationrobertmargelli2015-04-24-0/+62
|/ /
* | Merge pull request #1060 from geoffliu/masterLevi Bostian2015-04-24-1/+1
|\| | | | | [zh_CN/markdown] Fix issue #959
| * Fix issue #959Geoff Liu2015-04-24-1/+1
| |
* | Merge pull request #1059 from srirams6/python2-printGeoff Liu2015-04-24-23/+19
|\ \ | |/ |/| [python/en] Moved to default python2 print statements.
| * [python/en] Removed python3 print.Sriram Sundarraj2015-04-24-7/+1
| |
| * [python/en] Moved to default python2 print statements.Sriram Sundarraj2015-04-24-19/+21
|/
* Merge pull request #1054 from srirams6/masterGeoff Liu2015-04-24-0/+24
|\ | | | | [python/en] Range function arguments.
| * [python/en] Added range(start, stop).Sriram Sundarraj2015-04-24-0/+12
| |
| * [python/en] Range function arguments.Sriram Sundarraj2015-04-23-0/+12
| | | | | | | | Range function with start and stop.
* | Merge pull request #1056 from srirams6/bashlinefixGeoff Liu2015-04-23-2/+4
|\ \ | | | | | | [bash/en] Fixed overflowing line.
| * | [bash/en] Fixed overflowing line.Sriram Sundarraj2015-04-24-2/+4
|/ /
* | Merge pull request #1050 from srirams6/masterGeoff Liu2015-04-22-0/+2
|\| | | | | [python3/en] Adding strings without + added.
| * Adding strings without + added.Sriram Sundarraj2015-04-23-0/+2
| |
* | Merge pull request #1048 from srirams6/masterLevi Bostian2015-04-22-0/+2
|\| | | | | [python/en] Adding strings without + added.
| * [python/en] Adding strings without + added.Sriram Sundarraj2015-04-23-0/+2
|/
* Merge pull request #1045 from bcc32/patch-1Levi Bostian2015-04-22-3/+5
|\ | | | | fix the while macro for Common Lisp
| * fix the while macro for Common LispAaron Zeng2015-04-21-3/+5
| | | | | | Earlier version was incorrect, as it only executed `body` once and then terminated, like an if statement instead.
* | Merge pull request #1047 from SamuelMarks/patch-1Levi Bostian2015-04-22-2/+10
|\ \ | | | | | | Fixed grammar, added explanation of function signature and arguments
| * | FallthroughSamuel Marks2015-04-23-0/+4
| | |
| * | Fixed grammar, added explanation of function signature and argumentsSamuel Marks2015-04-22-2/+6
|/ /
* | Merge pull request #1046 from eush77/fix/typescript-typoGeoff Liu2015-04-21-1/+1
|\ \ | |/ |/| [typescript/en] Fix typo
| * [typescript/en] Fix typoEugene Sharygin2015-04-21-1/+1
|/
* Merge pull request #1044 from thisiskevinchoi/patch-1Levi Bostian2015-04-21-0/+2
|\ | | | | Add default case to switch statement in Go
| * Add default case to switch statement in GoKev Choi2015-04-20-0/+2
|/
* Merge pull request #1042 from Arnie97/patch-1Levi Bostian2015-04-19-12/+20
|\ | | | | [tmux/en] replace html tags with markdown
| * Update tmux.html.markdownArnie972015-04-19-1/+2
| |
| * Update tmux.html.markdownArnie972015-04-19-12/+19
| |
* | Merge pull request #1043 from astahlman/masterLevi Bostian2015-04-19-1/+1
|\ \ | |/ |/| Fixed spelling of 'arithmetic' in Clojure Macros tutorial.
| * Fixed spelling of 'arithmetic' in Clojure Macros tutorial.Andrew Stahlman2015-04-19-1/+1
|/
* Merge pull request #1035 from Arnie97/masterGeoff Liu2015-04-17-0/+572
|\ | | | | Translate [c++/en] into [c++/cn]
| * Remove duplicate code.Arnie972015-04-17-18/+0
| |
| * More bug fixes.Arnie972015-04-17-2/+2
| |