Grant Timmerman
0d984535bd
Added swift docs
2014-06-04 00:50:17 -07:00
Levi Bostian
56f22971e9
Merge pull request #633 from JoaoGFarias/master
...
Translating C to PT-BR
2014-06-02 14:48:47 -05:00
Joao Farias
5d5fbc79a9
Translating C to PT-BR
2014-06-02 16:44:13 -03:00
Levi Bostian
7e3c94c41e
Merge pull request #632 from ins429/master
...
[go/ko-kr] add missing translations
2014-06-01 21:47:39 -05:00
Levi Bostian
71fcf67998
Merge pull request #631 from checkcheckzz/patch-2
...
[yaml/cn]: add last translation
2014-06-01 21:46:30 -05:00
ins429
befd5b66aa
[go/ko-kr] add missing translations
2014-06-01 16:25:55 -07:00
niuzhist
24cffa7536
[yaml/cn]: add last translation
2014-06-01 09:39:22 -07:00
Nami-Doc
a318fb3d1d
Merge pull request #630 from jcla1/go-de
...
[go/de] Added the German translation of the Go tutorial.
2014-06-01 18:32:42 +02:00
Joseph Adams
b351f1896f
Added rest of translation.
2014-06-01 17:19:55 +02:00
Joseph Adams
4f61f9b851
Translated function: learnConcurrency()
2014-06-01 17:08:20 +02:00
Joseph Adams
2b1e58f22c
Translated function: learnErrorHandling()
2014-06-01 16:52:53 +02:00
Joseph Adams
5a174230a3
Translated function: learnInterfaces()
2014-06-01 16:48:58 +02:00
Joseph Adams
67e28c96b9
Translated function: learnControlFlow()
2014-06-01 16:41:17 +02:00
Joseph Adams
23b6e66f8b
Translated function: learnMemory()
2014-06-01 16:31:07 +02:00
Joseph Adams
f3387dc621
Translated function: learnTypes()
2014-06-01 16:25:30 +02:00
Joseph Adams
ccdffbe0ca
Translation of next 2 functions.
2014-06-01 16:09:06 +02:00
Joseph Adams
0b541e789f
Start of initial translation: Go -> de-de.
2014-06-01 15:59:34 +02:00
Nami-Doc
11ff450efe
Merge pull request #629 from checkcheckzz/patch-2
...
yaml: Chinese translation
2014-06-01 14:35:30 +02:00
niuzhist
195735fd17
fix encoding issue
2014-05-31 18:34:05 -07:00
niuzhist
e8b6055e10
yaml: Chinese translation
2014-05-31 18:26:12 -07:00
Nami-Doc
a460857adb
Merge pull request #628 from checkcheckzz/patch-1
...
XML: Chinese translation
2014-06-01 00:34:23 +02:00
niuzhist
c93bb219f5
remove white space at the end of both xml files
2014-05-31 15:18:05 -07:00
niuzhist
070df0635c
XML: Chinese translation
2014-05-31 14:13:23 -07:00
Nami-Doc
7a5b695486
Merge pull request #626 from checkcheckzz/master
...
JSON: Chinese translation
2014-05-31 10:26:14 +02:00
niuzhist
b0eb92dd55
JSON: Chinese translation
2014-05-31 01:15:30 -07:00
Nami-Doc
b3182e1cc8
Merge pull request #625 from themiurgo/patch-1
...
Minor typo
2014-05-29 17:22:13 +02:00
Antonio Lima
101a75fcbc
Minor typo
2014-05-29 16:51:24 +02:00
Levi Bostian
5a8004c614
Merge pull request #624 from attomos/master
...
Added missing semicolons and correct some words.
2014-05-27 13:19:53 -05:00
Nattaphoom Ch
e8910da685
Added missing semicolons and correct some words.
2014-05-28 01:10:46 +07:00
Levi Bostian
25dbc80b2d
Merge pull request #623 from discomethod/patch-1
...
C# - minor typo
2014-05-26 12:33:10 -05:00
discomethod
4e6a111b6f
minor typo
2014-05-26 18:16:11 +01:00
Adam Bard
a4dc16c52f
Merge pull request #620 from kimtg/master
...
[racket/kr] added racket-kr
2014-05-26 18:05:29 +02:00
Adam
8eca57f470
link to racket
2014-05-26 18:04:02 +02:00
Adam
69140eb620
lisp -> scheme highlighting
2014-05-26 17:52:40 +02:00
Nami-Doc
591ef1048d
Merge pull request #622 from e99n09/patch-2
...
Fix accidentally-commented-out line
2014-05-24 19:15:51 +02:00
e99n09
ae44309270
Fix accidentally-commented-out line
...
Un-commented a line that should have been executable.
2014-05-24 13:11:07 -04:00
Nami-Doc
28eeb8f083
Merge pull request #618 from e99n09/patch-1
...
[R] Significant new content
2014-05-24 16:29:04 +02:00
e99n09
a8d8cee0d8
Update r.html.markdown
...
Minor changes to comments (fixing typos, etc.). Deleted "weird types" section; broke out "NULL" type into its own type category. Added instructions for dropping rows and columns in data.frame and data.table. How to make summary tables in data.table.
2014-05-24 08:54:39 -04:00
KIM Taegyoon
3a44e9de35
filename fixed
2014-05-24 18:36:25 +09:00
KIM Taegyoon
217d0b076c
added racket-kr
2014-05-24 18:19:57 +09:00
Nami-Doc
4bb7e24703
Merge pull request #619 from kimtg/master
...
added Paren
2014-05-24 10:56:07 +02:00
KIM Taegyoon
fbbbdd2414
added Paren
2014-05-24 13:44:26 +09:00
e99n09
31c74615e6
Significant new content
...
I moved some things around. I preserved isomorphismes' "no programming knowledge first" approach; I really like this. In the "programming-heavy" part of the tutorial, I emphasized from the very beginning that every "single" thing in R, like 4 or "foo", is really just a vector of length 1. I added in some whirlwind tours of data.table and ggplot2.
2014-05-23 15:37:15 -04:00
Levi Bostian
754472044b
Merge pull request #608 from gruiz17/patch-1
...
added additional resources to coffeescript file
2014-05-20 09:48:41 -05:00
Nami-Doc
3da1896a2e
Merge pull request #617 from jveiga/correct_elixir_message_sending
...
Elixir - Remove deprecated <- operator in favor of send
2014-05-20 09:30:40 +02:00
João Veiga
0d6b7513c7
replaced <- with send, corrected message sending
2014-05-20 07:51:34 +02:00
Levi Bostian
703f15b91b
Merge pull request #615 from weakish/patch-28
...
erlang: refine Chinese translation.
2014-05-19 19:42:05 -05:00
Nami-Doc
42a2661607
Merge pull request #611 from hirohope/master
...
Added python3 es
2014-05-19 15:43:46 +02:00
hirohope
5f3a6c01b8
fixed file name with es suffix
2014-05-19 09:21:17 -04:00
Jakukyo Friel
eae9850750
erlang: refine Chinese translation.
2014-05-19 17:05:44 +08:00