Commit Graph

2690 Commits

Author SHA1 Message Date
ven
218de8c34d Merge pull request #1031 from brxfork/patch-1
Update perl6.html.markdown // when and smartmatch
2015-04-01 15:39:32 +02:00
Philippe Bricout
4c46a456bd Update perl6.html.markdown
($_.chars > 50) ~~ True : this is always True.
2015-04-01 15:13:59 +02:00
Adam Bard
5e79da614c Added lang tag to go-fr 2015-03-31 15:46:34 -07:00
ven
ea7547b375 Merge pull request #1025 from nomatteus/erlang-if-fix
[erlang/en] Fix syntax error in erlang if-expression
2015-03-30 22:54:14 +02:00
nomatteus
3c565a5535 Fix syntax error: Remove semicolon from last branch of erlang if-expression.
http://erlang.org/doc/reference_manual/expressions.html#id78310
2015-03-30 16:13:26 -04:00
Geoff Liu
deda210b16 Merge pull request #1022 from jcmvbkbc/patch-1
c.html: fix #1021 (bitwise negation and shifting into the sign bit)
2015-03-30 09:57:43 -06:00
ven
6d01ff752b Merge pull request #1018 from erayaydin/master
[python/tr] Turkish Translate
2015-03-30 15:37:07 +02:00
Max Filippov
e267eed62c c.html: fix #1021 (bitwise negation and shifting into the sign bit)
0x0f is of type int, for 32-bit int the result is 0xfffffff0.
31'st bit is the sign bit of a 32-bit wide int.
2015-03-30 10:11:05 +03:00
Geoff Liu
1f49ae9306 Merge pull request #1006 from nero-luci/master
Update haskell.html.markdown. Wrong explanation about '$' operator
2015-03-27 10:48:10 -06:00
Cornel Punga
e8a1ee8912 [haskell.html.markdown] Explanation for Haskell '$' operator
with support from @geoffliu
2015-03-27 15:25:33 +02:00
Eray Aydın
c26eb3384b Ready To More? 2015-03-26 15:36:45 +02:00
Eray Aydın
fde928afa6 Advanced 2015-03-26 15:36:05 +02:00
Eray Aydın
4d74369df3 Modules 2015-03-26 15:23:45 +02:00
ven
bc7fd77654 Merge pull request #1017 from jefferickson/patch-1
Minor typo: fixed curly bracket direction (} -> {)
2015-03-26 00:06:17 +01:00
Jeff Erickson
965d7972d1 Minor typo: fixed curly bracket direction (} -> {) 2015-03-25 16:53:46 -04:00
Eray Aydın
e34c67290a Classes 2015-03-25 21:36:52 +02:00
Eray Aydın
71d6883796 Functions 2015-03-25 21:26:00 +02:00
Eray Aydın
1ab0a6eb5e Control Flow and Iterables 2015-03-25 21:05:25 +02:00
Eray Aydın
46273c1ffe Variables and Collections 2015-03-25 20:34:27 +02:00
Eray Aydın
c5c8004450 Primitive Datatypes and Operators 2015-03-25 19:50:46 +02:00
Cornel Punga
2f43da109f [haskell.html.markdown] Changed explanation for Haskell '$' operator 2015-03-25 18:08:32 +02:00
Levi Bostian
649e7b0f7a Merge pull request #1014 from fatiherikli/patch-1
Add brainfuck-visualizer link
2015-03-24 22:36:54 -05:00
Fatih Erikli
c7a9731b07 Change link format 2015-03-24 22:24:49 +02:00
Geoff Liu
012a4a8ae5 Merge pull request #964 from wincentbalin/master
Spelling and grammar fixes for German translation
2015-03-24 12:48:13 -06:00
Geoff Liu
4aa2eb3d29 Merge pull request #1016 from nero-luci/patch-3
[python3.html.mardown] Added a short statement about magic methods
2015-03-24 12:44:03 -06:00
Cornel Punga
44c37d5531 [python3.html.mardown] Added a short statement about magic methods
Terminology related to Python special functions
2015-03-24 19:26:19 +02:00
Levi Bostian
928afcc4c7 Merge pull request #1015 from nero-luci/patch-2
Update python3.html.markdown. Changes to spacing and online resources
2015-03-24 09:48:41 -05:00
Levi Bostian
0332828c95 Merge pull request #1013 from nadako/master
fixes for haxe
2015-03-24 09:48:00 -05:00
Cornel Punga
7e7a60d47c Update python3.html.markdown. Changes to spacing and online resources
1. Some changes related to spacing
2. Added an online resource
2015-03-24 12:29:01 +02:00
Dan Korostelev
0339887748 [haxe] polishing 2015-03-24 12:37:49 +03:00
Fatih Erikli
20d612ce5c Add brainfuck-visualizer link 2015-03-24 11:11:14 +02:00
Dan Korostelev
0e118934db [haxe] some additions and fixes (closes #489) 2015-03-24 01:21:28 +03:00
Dan Korostelev
f115995171 Use "haxe" highlighting instead of C# 2015-03-24 01:19:13 +03:00
Levi Bostian
c8237baf36 Merge pull request #1011 from iamrahil/ruby
[ruby] Array and Hash specific functions
2015-03-23 16:00:39 -05:00
ven
2eb86bb432 Merge pull request #1008 from jpmonette/master
Adding Go French translation
2015-03-23 10:40:33 +01:00
ven
74ae2554d2 Merge pull request #955 from suuuzi/master
Translating brainfuck & git to pt-br; Fixing typos in git pt-pt translation; Adding links refering other tutorials
2015-03-21 16:55:06 +01:00
ven
5806c4f298 Merge pull request #1012 from ronaldxs/patch-1
thrice .... gather ^3 counts three times "0 1 2" not 5
2015-03-20 22:55:26 +01:00
ronaldxs
7243f13fc6 thrice .... gather ^3 counts three times "0 1 2" not 5
Probably just a paste-o mistake.  Want to count 3 times not 5.
2015-03-20 16:40:25 -04:00
Rahil Momin
1246edea3f add to ruby contributors 2015-03-19 15:38:27 +05:30
Rahil Momin
37c00223d0 add has_key? and has_value? methods on hashes 2015-03-19 15:38:16 +05:30
Rahil Momin
1b1d10e2d9 add include? method on arrays 2015-03-19 15:37:42 +05:30
Jean-Philippe Monette
9922336a9d Updating French translation
Thanks vendethiel for all the suggestions!
2015-03-17 23:17:50 +00:00
Jean-Philippe Monette
290c0956d0 updating translators information 2015-03-17 20:29:01 +00:00
Jean-Philippe Monette
abce4e0a2f Adding Go French translation 2015-03-17 20:25:44 +00:00
ven
a6ea67e733 Merge pull request #1007 from geoffliu/haskell-minor
[Haskell/en] Make the two fib functions consistent
2015-03-16 21:21:47 +01:00
Geoff Liu
a81affb302 Make the two fib functions consistent 2015-03-16 14:11:32 -06:00
Cornel Punga
9fb21f1ce4 Haskell.html.markdown. Wrong result of an expression.
The seventh Fibonacci number is 13 (odd number), so the result of 'even 13' is false.
2015-03-16 21:24:21 +02:00
Adam Bard
cf342a04a1 Merge pull request #1004 from themiurgo/patch-1
No-space array notation type[]
2015-03-16 12:20:44 -07:00
Cornel Punga
adb92e5263 Merge pull request #1 from nero-luci/nero-luci-patch-1
Update haskell.html.markdown. Wrong explanation about '$' operator
2015-03-16 21:15:17 +02:00
Cornel Punga
4e00fa4734 Update haskell.html.markdown. Wrong explanation about '$' operator 2015-03-16 21:09:17 +02:00