Commit Graph

2574 Commits

Author SHA1 Message Date
ven
fe856e7117 Merge pull request #888 from swapnilmj/patch-1
Changed function name to match function call
2014-12-16 19:44:10 +01:00
Swapnil Joshi
12e01249b3 Changed function name to match function call 2014-12-16 22:33:08 +05:30
Levi Bostian
cb2e6b6f99 Merge pull request #887 from cbess/master
[swift/en] Add more code examples, update some code and comments
2014-12-13 20:30:21 -06:00
C. Bess
3a7e00127f - update examples, update comments
- add another Switch example
- add more complex func example
- fix playground error
- add another casting example
2014-12-13 20:01:08 -06:00
ven
9c31862620 Merge pull request #885 from adriancooney/csharp-en-indexers
[c#/en] Added an example of a custom indexer.
2014-12-10 16:27:15 +01:00
ven
69e6f40785 Merge pull request #886 from weakish/lua-cn
lua-cn: typos and refinements.
2014-12-10 16:26:45 +01:00
Jakukyo Friel
4f2f0116ed
lua-cn: typos and refinements. 2014-12-10 22:57:59 +08:00
Adrian Cooney
9a8d8f0e5d Added an example of custom Indexers in C-Sharp [en] 2014-12-10 12:48:45 +00:00
ven
7a3290e825 Merge pull request #881 from mariane-sm/master
Clojure translation to pt-br
2014-12-09 12:22:45 +01:00
Adam Bard
658c09f6e4 Update README.markdown 2014-12-08 23:42:24 +01:00
ven
0f1fac6ffd Merge pull request #883 from switchhax/patch-1
Update c.html.markdown
2014-12-08 13:56:33 +01:00
Ruben
8291fb2d7d Update c.html.markdown 2014-12-08 13:27:06 +01:00
ven
0654fc418d Merge pull request #714 from solomax2014/master
Russian translation of Lua tutorial.
2014-12-06 20:53:04 +01:00
Max
eab982dced Merge pull request #4 from Daniel-Cortez/master
And again...
2014-12-06 06:56:14 +03:00
Mariane Siqueira Machado
b3e0d27698 Improving a little bit more 2014-12-05 20:15:08 -02:00
Adam Bard
c5723d5e2a Fixes #882 2014-12-05 22:45:17 +01:00
Daniel-Cortez
d3d7a7c762 Forgot to remove commas 2014-12-05 18:37:50 +07:00
Daniel-Cortez
acaefff543 And the last(?) one 2014-12-05 17:59:04 +07:00
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