Alois
|
c09e8af49e
|
Update json-fr.html.markdown
Thank you @vendethiel for your comments
|
2015-05-03 18:49:19 +02:00 |
|
Alois
|
288fcf7c2e
|
Create json-fr.html.markdown
|
2015-05-03 18:37:52 +02:00 |
|
Jim Garrison
|
88dd3f24da
|
[julia/en] Update for Julia 0.3 and fix a few typos
|
2015-05-02 22:26:12 -07:00 |
|
Levi Bostian
|
7bc99fcaf4
|
Merge pull request #1080 from kryzhovnik/bash/clear-variable-default-value
Clear explanation of default value expression
|
2015-05-02 20:55:53 -05:00 |
|
Levi Bostian
|
ba76fa9f8f
|
Merge pull request #1079 from kryzhovnik/bash/string-substitution
Clear that length and position can be set by a variable in substring extraction
|
2015-05-02 20:55:31 -05:00 |
|
Levi Bostian
|
d26900150d
|
Merge pull request #1077 from geoffliu/master
[Python3/en] Python3 doc cleanup
|
2015-05-02 20:44:44 -05:00 |
|
Geoff Liu
|
a5fdabc7e6
|
Merge pull request #1083 from sinkswim/master
[Bash/it] Italian translation of bash guide
|
2015-05-02 18:30:44 -06:00 |
|
sinkswim
|
df788639e6
|
Update bash-it.html.markdown
|
2015-05-02 17:24:45 -07:00 |
|
robertmargelli
|
e5c7c1db4c
|
rm .DS
|
2015-05-02 17:03:38 -07:00 |
|
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 |
|
Fabio Souto
|
1cf3a8d797
|
Added missing section and fixes some typos
|
2015-04-27 17:03:00 +02: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 |
|
Andreas L. F
|
6e6378f139
|
translating done
|
2015-04-26 16:22:36 +02:00 |
|
Andreas L. F
|
e89ee08e73
|
Made no-nb dir (Norwegian Bokmål) and copied bash, translated ca 1/2
|
2015-04-26 16:21:54 +02: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 |
|