Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge pull request #1086 from aloisdg/json-fr | ven | 2015-05-03 | -0/+62 |
|\ | | | | | [json/fr] Adding french to JSON guide | |||
| * | Fix Header | Alois | 2015-05-03 | -2/+2 |
| | | ||||
| * | Fix Markdown | Alois | 2015-05-03 | -1/+1 |
| | | ||||
| * | Update json-fr.html.markdown | Alois | 2015-05-03 | -2/+2 |
| | | | | | | Thank you @vendethiel for your comments | |||
| * | Create json-fr.html.markdown | Alois | 2015-05-03 | -0/+62 |
| | | ||||
* | | Merge pull request #1084 from garrison/julia03 | Geoff Liu | 2015-05-03 | -4/+4 |
|\ \ | | | | | | | [julia/en] Update for Julia 0.3 and fix a few typos | |||
| * | | [julia/en] Update for Julia 0.3 and fix a few typos | Jim Garrison | 2015-05-02 | -4/+4 |
|/ / | ||||
* | | Merge pull request #1080 from kryzhovnik/bash/clear-variable-default-value | Levi Bostian | 2015-05-02 | -1/+2 |
|\ \ | | | | | | | Clear explanation of default value expression | |||
| * | | Clear explanation of default value expression | Andrey Samsonov | 2015-05-02 | -1/+2 |
| | | | ||||
* | | | Merge pull request #1079 from kryzhovnik/bash/string-substitution | Levi Bostian | 2015-05-02 | -1/+2 |
|\ \ \ | | | | | | | | | Clear that length and position can be set by a variable in substring extraction | |||
| * | | | Clear that length and position can be set by variable in substring extraction | Andrey Samsonov | 2015-05-02 | -1/+2 |
| |/ / | ||||
* | | | Merge pull request #1077 from geoffliu/master | Levi Bostian | 2015-05-02 | -21/+21 |
|\ \ \ | | | | | | | | | [Python3/en] Python3 doc cleanup | |||
| * | | | Python3 doc cleanup | Geoff Liu | 2015-04-30 | -21/+21 |
| | | | | ||||
* | | | | Merge pull request #1083 from sinkswim/master | Geoff Liu | 2015-05-02 | -0/+275 |
|\ \ \ \ | |_|/ / |/| | | | [Bash/it] Italian translation of bash guide | |||
| * | | | Update bash-it.html.markdown | sinkswim | 2015-05-02 | -1/+1 |
| | | | | ||||
| * | | | rm .DS | robertmargelli | 2015-05-02 | -0/+0 |
| | | | | ||||
| * | | | added italian translation of bash | robertmargelli | 2015-05-02 | -0/+275 |
| | | | | ||||
* | | | | Merge pull request #1076 from rinoc/master | Geoff Liu | 2015-04-30 | -5/+5 |
|\ \ \ \ | |_|_|/ |/| | | | Fix Python typo. | |||
| * | | | Clarify wording for list reversal. | Rinoc Johnson | 2015-04-30 | -2/+2 |
| | | | | ||||
| * | | | Fix Python typo. | Rinoc Johnson | 2015-04-30 | -4/+4 |
|/ / / | ||||
* | | | Merge pull request #1069 from deryni/common-bash-variable-assignment-mistake | Levi Bostian | 2015-04-27 | -1/+9 |
|\ \ \ | | | | | | | | | [bash/en] Add another common bash variable assignment mistake | |||
| * | | | Follow variable capitalization on this branch. | Etan Reisner | 2015-04-27 | -2/+2 |
| | | | | ||||
| * | | | Add another very common shell variable assignment mistake. | Etan Reisner | 2015-04-26 | -1/+8 |
| | | | | ||||
| * | | | Add myself as a contributor. | Etan Reisner | 2015-04-26 | -0/+1 |
| | | | | ||||
* | | | | Merge pull request #1072 from TiddoLangerak/patch-1 | ven | 2015-04-27 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Fixed haskell foldr example | |||
| * | | | | Fixed haskell foldr example | Tiddo Langerak | 2015-04-27 | -1/+1 |
|/ / / / | | | | | | | | | For #1068 | |||
* | | | | Merge pull request #1067 from MoreMoschops/master | ven | 2015-04-27 | -2/+1 |
|\ \ \ \ | |/ / / |/| | | | Neither gcc nor clang accept void main. | |||
| * | | | Neither gcc nor clang accept void main. | MoreMoschops | 2015-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/master | ven | 2015-04-26 | -2/+22 |
|\ \ \ | | | | | | | | | [standard-ml] Standard ML has references! | |||
| * | | | Add myself as a contributor | James Baker | 2015-04-26 | -0/+1 |
| | | | | ||||
| * | | | Add examples of imperative-style control | James Baker | 2015-04-26 | -0/+19 |
| | | | | | | | | | | | | | | | | Make reference and update, add use of a while and use of seq | |||
| * | | | Standard ML has references | James Baker | 2015-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/master | Geoff Liu | 2015-04-25 | -0/+62 |
|\| | | | | | | | | [JSON/it] | |||
| * | | added italian JSON translation | robertmargelli | 2015-04-24 | -0/+62 |
|/ / | ||||
* | | Merge pull request #1060 from geoffliu/master | Levi Bostian | 2015-04-24 | -1/+1 |
|\| | | | | | [zh_CN/markdown] Fix issue #959 | |||
| * | Fix issue #959 | Geoff Liu | 2015-04-24 | -1/+1 |
| | | ||||
* | | Merge pull request #1059 from srirams6/python2-print | Geoff Liu | 2015-04-24 | -23/+19 |
|\ \ | |/ |/| | [python/en] Moved to default python2 print statements. | |||
| * | [python/en] Removed python3 print. | Sriram Sundarraj | 2015-04-24 | -7/+1 |
| | | ||||
| * | [python/en] Moved to default python2 print statements. | Sriram Sundarraj | 2015-04-24 | -19/+21 |
|/ | ||||
* | Merge pull request #1054 from srirams6/master | Geoff Liu | 2015-04-24 | -0/+24 |
|\ | | | | | [python/en] Range function arguments. | |||
| * | [python/en] Added range(start, stop). | Sriram Sundarraj | 2015-04-24 | -0/+12 |
| | | ||||
| * | [python/en] Range function arguments. | Sriram Sundarraj | 2015-04-23 | -0/+12 |
| | | | | | | | | Range function with start and stop. | |||
* | | Merge pull request #1056 from srirams6/bashlinefix | Geoff Liu | 2015-04-23 | -2/+4 |
|\ \ | | | | | | | [bash/en] Fixed overflowing line. | |||
| * | | [bash/en] Fixed overflowing line. | Sriram Sundarraj | 2015-04-24 | -2/+4 |
|/ / | ||||
* | | Merge pull request #1050 from srirams6/master | Geoff Liu | 2015-04-22 | -0/+2 |
|\| | | | | | [python3/en] Adding strings without + added. | |||
| * | Adding strings without + added. | Sriram Sundarraj | 2015-04-23 | -0/+2 |
| | | ||||
* | | Merge pull request #1048 from srirams6/master | Levi Bostian | 2015-04-22 | -0/+2 |
|\| | | | | | [python/en] Adding strings without + added. | |||
| * | [python/en] Adding strings without + added. | Sriram Sundarraj | 2015-04-23 | -0/+2 |
|/ | ||||
* | Merge pull request #1045 from bcc32/patch-1 | Levi Bostian | 2015-04-22 | -3/+5 |
|\ | | | | | fix the while macro for Common Lisp | |||
| * | fix the while macro for Common Lisp | Aaron Zeng | 2015-04-21 | -3/+5 |
| | | | | | | Earlier version was incorrect, as it only executed `body` once and then terminated, like an if statement instead. |