Commit Graph

2329 Commits

Author SHA1 Message Date
Mariane Siqueira Machado
283973e99d Swift translation to pt-br 2014-12-04 19:43:12 -02:00
Mariane Siqueira Machado
493812180f Clojure translation into pt-br 2014-12-04 14:38:45 -02:00
Levi Bostian
41fc9a3d77 Merge pull request #880 from geoffliu/master
[C++/en] Slight nit to pick.
2014-12-02 00:12:50 -06:00
Geoff Liu
62d014ce3a Merge remote-tracking branch 'upstream/master' 2014-12-01 21:42:58 -07:00
Geoff Liu
655ace16ca Merge 2014-12-01 21:42:44 -07:00
Geoff Liu
bf493c07ed Reassignment to reference doesn't cause error 2014-12-01 21:42:16 -07:00
Geoff Liu
8ea39ded5c Reassignment to reference doesn't cause error 2014-12-01 21:39:49 -07:00
Levi Bostian
64e8850f37 Merge pull request #878 from geoffliu/master
[Scala/en] Implicits
2014-11-28 10:04:19 -06:00
Geoff Liu
e1610bf1a9 Merge remote-tracking branch 'upstream/master' 2014-11-27 00:42:20 -07:00
Geoff Liu
448aee0ed7 Fix a typo 2014-11-27 00:40:36 -07:00
Geoff Liu
fa2a820906 Implicits 2014-11-27 00:38:54 -07:00
Adam Bard
1d7f26f2f4 Merge pull request #877 from pisandelli/master
Fixed some misspelling words for pt-br language
2014-11-26 00:30:33 +01:00
Pedro Pisandelli
d6ce2aa259 Fixed some misspelling words for pt-br language 2014-11-25 20:02:54 -03:00
Adam Bard
d97c65924e Merge pull request #876 from LOZORD/master
[git/en] Fixed some markdown formatting issuses
2014-11-25 22:08:44 +01:00
Leo Rudberg
0e42f4c928 Fixed some markdown formatting issuses 2014-11-25 13:47:03 -06:00
Adam Bard
76bf69f501 Merge pull request #875 from LOZORD/master
[git/en] Added `git stash`
2014-11-25 15:58:10 +01:00
LOZORD
b7f4ca7ea8 Added ourselves to the contributor section 2014-11-24 19:44:25 -06:00
LOZORD
295b40d272 Small formatting changes 2014-11-24 19:41:02 -06:00
LOZORD
8b442c2497 Only bashified the code sections 2014-11-24 19:39:44 -06:00
LOZORD
3a8b9f0fc5 Added 'git stash'! 2014-11-24 19:32:40 -06:00
Adam Bard
8d76e20278 Merge pull request #874 from martinhath/master
fix #873
2014-11-24 17:48:25 +01:00
Martin Thoresen
d179669f39 fix #873 2014-11-24 17:37:55 +01:00
Levi Bostian
da7f534df5 Merge pull request #872 from Jubobs/master
Fix some inaccuracies in haskell.html.markdown
2014-11-22 09:51:39 -06:00
Julien Cretel
458bbd063a Fix some inaccuracies in haskell.html.markdown
- The bottom of the "List and Tuples" section may mislead the reader
  into thinking that the `fst` and `snd` functions can be applied to any
  tuple; it's worth mentioning that those functions only apply to pairs.

- The example demonstrating the use of the function-application operator
  (`$`) in combination with the function-composition operator (`.`) seems a
  bit contrived. For completeness, I've added an example that uses `$` alone.

- "If statements" and "case statements" are actually expressions, in
  Haskell; I've replaced all occurences of the word "statement" appearing in
  that context by the word "expression".

- Minor wording improvement (replaced "because" by a semicolon).
2014-11-21 17:44:26 +00:00
ven
c37478f5b3 Merge pull request #871 from earthrid/master
Typo
2014-11-20 17:52:00 +01:00
Kevin Busby
f25d54b06b Typo
Typo: “addition” corrected to “edition”.
2014-11-20 16:26:56 +00:00
ven
43496001d5 Merge pull request #863 from HorseMD/master
[forth/en] Add article about Forth
2014-11-18 14:00:18 +01:00
HorseMD
39ac935c4f Reword arrays introduction. 2014-11-18 12:19:12 +00:00
HorseMD
1e1ff8bd10 Fix typo when demonstrating variables. 2014-11-18 12:01:59 +00:00
ven
cd9d68e35b Merge pull request #869 from harrymt/patch-1
Temp fix for Matlab syntax highlighting
2014-11-18 11:23:38 +01:00
Harry Mumford-Turner
1992190cd0 Temp fix for Matlab syntax highlighting
The single quote messed up the rest of the file.
2014-11-18 10:19:11 +00:00
Levi Bostian
5ec6d68989 Merge pull request #864 from geoffliu/master
[Scala/en] Some work on the Scala page
2014-11-17 19:42:20 -06:00
Adam Bard
0bd67da863 Merge pull request #868 from dilijev/master
[python/en] Fix 80 col limit and clarify a few points.
2014-11-17 16:16:19 +02:00
Doug Ilijev
d886036b59 [python/en] Fix 80 col limit and clarify a few points. 2014-11-17 01:26:19 -06:00
ven
a8e7f808d3 Merge pull request #867 from ugexe/patch-1
0 // 5 = 0
2014-11-16 21:24:13 +01:00
ugexe
acbea221a4 0 // 5 = 0
11:59 < nebuchadnezzar> m: say Any // Nil // 0 // 5
    11:59 <+camelia> rakudo-moar 38e77b: OUTPUT«0␤»
    11:59 < nebuchadnezzar> shouldn't it be 5?
    12:00 < ugexe> 0 is a defined value
    12:00 < ugexe> m: say Any || Nil || 0 || 5;
    12:00 <+camelia> rakudo-moar 38e77b: OUTPUT«5␤»
2014-11-16 12:16:26 -05:00
ven
191e755c8f Merge pull request #866 from anatolyburtsev/master
Update java-ru.html.markdown fix mistake in pre/post-increment
2014-11-15 15:01:14 +01:00
anatoly burtsev
bd728a065a Update java-ru.html.markdown
fix mistake in pre/post-increment
2014-11-15 16:55:39 +03:00
Geoff Liu
651e1e90d2 Some work on the Scala page 2014-11-14 15:01:16 -08:00
HorseMD
6e912f4b46 Fix return-comment indentation. 2014-11-14 16:49:25 +00:00
Adam Bard
bfabbc0923 Update yaml-fr.html.markdown 2014-11-14 17:08:27 +02:00
Adam Bard
453b6254c5 Update markdown-cn.html.markdown 2014-11-14 17:07:42 +02:00
HorseMD
ce1d44b308 Use our word 'square' in the loop example word 'squares'. 2014-11-14 12:12:30 +00:00
HorseMD
6b5c06d45a Remove unnecessary swap, give array helper word a better name. 2014-11-14 11:23:14 +00:00
HorseMD
a49ab049a5 Mention nip, rework Arrays section. 2014-11-14 11:13:39 +00:00
HorseMD
13a3c11394 More rewording, mention ?do. 2014-11-14 10:51:22 +00:00
HorseMD
eb83f36015 Trim down explainations. 2014-11-14 10:24:39 +00:00
HorseMD
f1688b8000 Illustrate parameters via loops. 2014-11-14 00:14:38 +00:00
HorseMD
601f06e72d Whoops, make lowercase. 2014-11-14 00:05:48 +00:00
HorseMD
6cf6ce3668 Reorder final notes section. 2014-11-13 23:59:37 +00:00