Commit Graph

2932 Commits

Author SHA1 Message Date
robertmargelli
3a9138beaf added italian translation of bash 2015-05-02 17:00:56 -07:00
Andrey Samsonov
af9588f8ad Bash Russian translation 2015-05-03 00:19:06 +04:00
Andrey Samsonov
6848f45ebe Clear explanation of default value expression 2015-05-02 16:21:03 +04:00
Andrey Samsonov
8758bb845b Clear that length and position can be set by variable in substring extraction 2015-05-02 15:34:56 +04:00
Andrey Samsonov
a4c0f3536b WIP 2015-05-02 15:31:56 +04:00
Geoff Liu
ffc5ac247c Python3 doc cleanup 2015-04-30 23:44:09 -06:00
Geoff Liu
7f1c4293e4 Merge pull request #1076 from rinoc/master
Fix Python typo.
2015-04-30 23:31:16 -06:00
Rinoc Johnson
5ebe2dcb6e Clarify wording for list reversal. 2015-04-30 19:31:38 -04:00
Rinoc Johnson
e13e00945d Fix Python typo. 2015-04-30 17:56:01 -04:00
Alois
abd5437b6d Update typescript-fr.html.markdown
Adjust to 80 columns
2015-04-30 18:54:07 +02:00
Alois
f5fec6341b Update typescript-fr.html.markdown
Fix translation
2015-04-30 18:47:21 +02:00
Alois
0964b9e1ed Update typescript-fr.html.markdown
Add classe block
2015-04-30 18:42:13 +02:00
Alois
6f96532a59 Update typescript-fr.html.markdown
Translate functions block
2015-04-30 17:12:54 +02:00
Alois
5bff1e956e Create typescript-fr.html.markdown
Translate the reading block, the introduction part and the type part.
2015-04-30 16:49:49 +02:00
Levi Bostian
f4beb3bea9 Merge pull request #1069 from deryni/common-bash-variable-assignment-mistake
[bash/en] Add another common bash variable assignment mistake
2015-04-27 22:31:05 -05:00
Etan Reisner
aa11cc659d Follow variable capitalization on this branch. 2015-04-27 07:30:17 -04:00
ven
bb9caecca4 Merge pull request #1072 from TiddoLangerak/patch-1
Fixed haskell foldr example
2015-04-27 11:39:15 +02:00
Tiddo Langerak
745ce28d7e Fixed haskell foldr example
For #1068
2015-04-27 10:16:16 +02:00
ven
d394fcc96a Merge pull request #1067 from MoreMoschops/master
Neither gcc nor clang accept void main.
2015-04-27 00:52:02 +02:00
Etan Reisner
e2ca2c9550 Add another very common shell variable assignment mistake. 2015-04-26 13:32:41 -04:00
Etan Reisner
9d34629536 Add myself as a contributor. 2015-04-26 13:22:48 -04:00
MoreMoschops
7d5368eda1 Neither gcc nor clang accept void main.
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)
2015-04-26 15:33:29 +01:00
ven
fcd17c238c Merge pull request #1065 from j-baker/master
[standard-ml] Standard ML has references!
2015-04-26 12:50:26 +02:00
James Baker
183ca56459 Add myself as a contributor 2015-04-26 10:08:17 +01:00
James Baker
f8260574d9 Add examples of imperative-style control
Make reference and update, add use of a while and use of seq
2015-04-26 10:00:21 +01:00
James Baker
02bc518351 Standard ML has references
Standard ML is not a pure language and has imperative structures like
references while and seq
2015-04-26 09:59:15 +01:00
Geoff Liu
ac8d9dde18 Merge pull request #1063 from sinkswim/master
[JSON/it]
2015-04-25 00:39:26 -06:00
robertmargelli
f3ba1c8a19 added italian JSON translation 2015-04-24 22:45:14 -07:00
Jonathan Scott Duff
0410644161 Add a link about parrot suspension 2015-04-24 17:11:31 -05:00
Levi Bostian
e23d925c26 Merge pull request #1060 from geoffliu/master
[zh_CN/markdown] Fix issue #959
2015-04-24 16:01:11 -05:00
Geoff Liu
8347fa0187 Merge pull request #1059 from srirams6/python2-print
[python/en] Moved to default python2 print statements.
2015-04-24 13:00:40 -06:00
Sriram Sundarraj
c2963cdc31 [python/en] Removed python3 print. 2015-04-24 23:29:01 +05:30
Geoff Liu
10ece6fabb Fix issue #959 2015-04-24 11:34:48 -06:00
Sriram Sundarraj
6b6342a7dc [python/en] Moved to default python2 print statements. 2015-04-24 22:57:33 +05:30
Geoff Liu
4ee011100b Merge pull request #1054 from srirams6/master
[python/en] Range function arguments.
2015-04-24 11:19:51 -06:00
Geoff Liu
50d59adb72 Merge pull request #1056 from srirams6/bashlinefix
[bash/en] Fixed overflowing line.
2015-04-23 15:55:22 -06:00
Sriram Sundarraj
19f6739cba [bash/en] Fixed overflowing line. 2015-04-24 02:36:54 +05:30
Sriram Sundarraj
98aa4ef43c [python/en] Added range(start, stop). 2015-04-24 01:50:17 +05:30
Geoff Liu
04eed19763 Merge pull request #1050 from srirams6/master
[python3/en] Adding strings without + added.
2015-04-22 15:45:21 -06:00
Sriram Sundarraj
8cfb7ba02f [python/en] Range function arguments.
Range function with start and stop.
2015-04-23 02:06:43 +05:30
Sriram Sundarraj
d20eb1fb94 Adding strings without + added. 2015-04-23 01:48:18 +05:30
Levi Bostian
2ae6322bf6 Merge pull request #1048 from srirams6/master
[python/en] Adding strings without + added.
2015-04-22 15:10:25 -05:00
Sriram Sundarraj
2ad26dd44a [python/en] Adding strings without + added. 2015-04-23 01:30:40 +05:30
Levi Bostian
9dd6e173f7 Merge pull request #1045 from bcc32/patch-1
fix the while macro for Common Lisp
2015-04-22 11:09:50 -05:00
Levi Bostian
97ce4be0cd Merge pull request #1047 from SamuelMarks/patch-1
Fixed grammar, added explanation of function signature and arguments
2015-04-22 11:05:52 -05:00
Samuel Marks
1faab2901e Fallthrough 2015-04-23 00:02:33 +10:00
Samuel Marks
3bf74b3dda Fixed grammar, added explanation of function signature and arguments 2015-04-22 23:54:16 +10:00
Geoff Liu
8071dd3f6b Merge pull request #1046 from eush77/fix/typescript-typo
[typescript/en] Fix typo
2015-04-21 14:04:47 -06:00
Eugene Sharygin
107861875f [typescript/en] Fix typo 2015-04-21 23:01:08 +03:00
Aaron Zeng
6b2d8d5fe2 fix the while macro for Common Lisp
Earlier version was incorrect, as it only executed `body` once and then terminated, like an if statement instead.
2015-04-21 15:08:39 -04:00