Commit Graph

2061 Commits

Author SHA1 Message Date
Andre Polykanine A.K.A. Menelion Elensúlë
0001d590c6 Merge pull request #798 from asaskevich/master
[RU] coffeescript.html.markdown
2014-10-13 01:17:09 +03:00
Nami-Doc
1583f0102f Merge pull request #804 from weaselp/master
Fix a comment that indicates what "say @array" will print.
2014-10-12 23:14:21 +02:00
Peter Palfrader
74533ea292 Fix a comment that indicates what "say @array" will print.
We assigned 6 to @array[1] a few lines before, so say @array will print
"a 6 b", not "a 2 b".
2014-10-12 19:41:07 +02:00
Adam Bard
4feb1f380a Update scala.html.markdown 2014-10-12 12:48:32 +03:00
Alex Saskevich
fb9726b7be Update coffeescript-ru.html.markdown 2014-10-12 11:11:40 +03:00
Alex Saskevich
7519249a0e Update coffeescript-ru.html.markdown 2014-10-12 11:03:06 +03:00
Alex Saskevich
83217c2475 Nickname moved to translators section 2014-10-11 00:56:33 +03:00
Alex Saskevich
849f1d26e2 Fixed filename 2014-10-11 00:18:04 +03:00
Alex Saskevich
a994e73a23 Russian tranlation of coffeescript.html.markdown 2014-10-10 22:35:22 +03:00
Levi Bostian
132823d274 Merge pull request #795 from marvelousNinja/plus_signs_in_python
[python/en] Removed unnecessary plus signs in bool operators section
2014-10-09 20:07:57 -05:00
Levi Bostian
e2b5279510 Merge pull request #796 from Oire/python-exp
[python/en] Adding exponentiation operator
2014-10-09 20:06:57 -05:00
Andre Polykanine A.K.A. Menelion Elensúlë
a2043f3adb Gosh, what happened to me today?( Fixed the left bracket 2014-10-09 23:22:24 +03:00
Andre Polykanine A.K.A. Menelion Elensúlë
68c9aed134 Corrected as per @iirelu's comment 2014-10-09 23:06:24 +03:00
Andre Polykanine A.K.A. Menelion Elensúlë
39d8753d52 [python/en] Adding exponentiation operator 2014-10-09 22:49:47 +03:00
Alexander Sologub
6629b5cd39 [python/en] Removed unnecessary plus signs in bool operators section 2014-10-09 19:50:55 +03:00
Nami-Doc
ce3fb267f7 Merge pull request #793 from m90/csharp-typo
[c#/en] fix typo
2014-10-07 21:21:18 +02:00
m90
6ce6aa7b54 fix typo -> re(s)pository pattern 2014-10-07 20:38:14 +02:00
Nami-Doc
d786c94f84 Fix a braino
caught by @wryk++
2014-10-07 15:47:06 +02:00
Nami-Doc
254548a70a Merge pull request #752 from Oire/add-ru-python3
[python3/ru] Adding a Russian translation for Python 3.x tutorial
2014-10-03 10:24:40 +02:00
Nami-Doc
ed96a34e11 Merge pull request #771 from Jell-E/master
[coffeescript/nl] Added Dutch translation of the coffeescript tutorial
2014-10-03 10:23:52 +02:00
Nami-Doc
3495117c5b Merge pull request #788 from SDLyu/master
LiveScript translation of zh-cn
2014-10-03 10:23:41 +02:00
sdlyu
221d72bcb0 Correct typo and rewrite the meaning of := 2014-09-29 10:30:40 +08:00
Nami-Doc
c77c92818c Merge pull request #790 from adventuretc/patch-2
Correction to use the intended variables.
2014-09-27 21:59:11 +02:00
Nami-Doc
160c826847 Capturing captures, and numbering them
also, multi-indexing in arrays
also, labeled loops (draft)
also, arrays vs $() vs parcel vs ... (@moritz++)
2014-09-27 21:57:10 +02:00
adventuretc
a5b7319eac Correction to use the intended variables. 2014-09-27 21:38:30 +02:00
sdlyu
0c77c29c88 Add translators information. 2014-09-26 16:16:19 +08:00
sdlyu
6de3499277 Fix typo 2014-09-26 15:13:10 +08:00
sdlyu
83d20b05f3 Add chinese translate of LiveScript 2014-09-26 15:11:06 +08:00
Nami-Doc
66f62c63ca Merge pull request #787 from eternalthinker/patch-1
Added correct syntax for c++ inheritance.
2014-09-24 09:48:29 +02:00
eternalthinker
7b95a1e921 Added correct syntax for c++ inheritance.
[more] Minor indent correction at namespaces intro example
2014-09-24 08:42:21 +05:30
Nami-Doc
b6ba516743 Exception thingies! 2014-09-23 23:28:24 +02:00
Nami-Doc
40620d6816 Merge pull request #786 from Mienaikage/patch-1
Added 'lang: es-es'
2014-09-23 21:53:35 +02:00
Mienaikage
e68f2b4da1 Added 'lang: es-es' 2014-09-23 17:15:36 +01:00
Levi Bostian
007aa583ba Merge pull request #783 from g-liu/en-julia
Update the naming conventions in Julia
2014-09-22 19:42:44 -05:00
Nami-Doc
809bc8ce49 Merge pull request #784 from kb1/master
[go] Fix no new variables on left side of :=
2014-09-22 14:14:55 +02:00
kb
5e5a7a19fe [go] Fix no new variables on left side of :=
Cannot short declaration twice without at least one new var.  Also changing type from string to slice.

$ go run learnxiny.go
# command-line-arguments
./learnxiny.go:83: no new variables on left side of :=
./learnxiny.go:83: cannot use []int literal (type []int) as type string in assignment
./learnxiny.go:84: first argument to append must be slice; have string
./learnxiny.go:90: first argument to append must be slice; have string
2014-09-22 12:11:49 +00:00
Geoffrey Liu
54fad387b5 Naming conventions in Julia
As suggested in #768 by @ChristianPeel
2014-09-21 17:16:05 -07:00
Adam
41c3d0329a Ruby syntax for nimrod for now 2014-09-21 22:31:07 +02:00
Adam Bard
1d25d7a08c Merge pull request #772 from JasonJAyalaP/nim
Added Nim(rod)
2014-09-21 22:27:43 +02:00
Levi Bostian
c9446d4512 Merge pull request #782 from m90/patch-1
[json/en] JSON should not use single quote delimited strings
2014-09-21 11:47:17 -05:00
Frederik Ring
074d488aa2 [json/en] JSON should not use single quote delimited strings 2014-09-21 18:27:43 +02:00
Nami-Doc
1eb78e0a72 Merge pull request #781 from m90/css-de
[css/de] fix lots of typos, weird phrasings and translation errors
2014-09-21 11:46:26 +02:00
Nami-Doc
6090f083bf Merge pull request #778 from g-liu/en-julia
Fixes issue #747 pertaining to Julia
2014-09-21 11:17:42 +02:00
Nami-Doc
88c9cd50d7 Merge pull request #779 from g-liu/en-css
Update the CSS tutorial
2014-09-21 11:17:24 +02:00
m90
c3dc014180 fix lots of typos, weird phrasings and translation errors 2014-09-21 10:57:16 +02:00
Geoffrey Liu
1b90e0f41b Update the CSS tutorial
add more properties, formatting, spelling/grammar, more actual examples
2014-09-21 00:22:26 -07:00
Geoffrey Liu
92a2dbf34e Fixes issue #747 2014-09-21 00:07:34 -07:00
Jason J Ayala P
d7e939ffd7 minor tweaks 2014-09-20 07:07:06 -05:00
Jason J Ayala P
86022f3f3f proof reading 2014-09-19 20:33:21 -05:00
Jason J Ayala P
7c450ebc0c minor fix 2014-09-19 20:30:11 -05:00