Commit Graph

1543 Commits

Author SHA1 Message Date
Levi Bostian
5f49993e55 Merge pull request #607 from josedonizetti/golang_ptbr
[go/pt-br] add new learn source
2014-05-12 12:25:40 -05:00
Jose Donizetti
204ff03ec9 [go/pt-br] add new learn source 2014-05-12 01:21:27 -04:00
Levi Bostian
da60869d3d Merge pull request #606 from josedonizetti/golang_en
[go/en] add range index explication, and new learn source
2014-05-11 23:39:08 -05:00
Adam
58a5885da0 Fixed up line lengths, and removed syntax highlighting because it sucked. 2014-05-11 21:44:07 -02:30
Adam
495519df58 Merge branch 'master' of github.com:daturkel/learnxinyminutes-docs into daturkel-master 2014-05-11 21:33:05 -02:30
Adam
4f540a6f6e Fix xml 2014-05-11 20:56:22 -02:30
Jose Donizetti
163d97c162 [go/en] add range index explication, and new learn source 2014-05-11 16:33:08 -04:00
Nami-Doc
92a8aa8b1d Merge pull request #603 from ellimist/master
fixed typos, a little bit of formatting
2014-05-07 18:56:08 +02:00
Adrian Bordinc
e8264c3fa9 fixed typos, a little bit of formatting 2014-05-07 18:53:23 +02:00
Nami-Doc
7128cf39f8 Merge pull request #602 from astynax/master
language code and some markup fixes
2014-05-06 18:56:35 +02:00
Aleksey Pirogov
ee67fe2f3a links fixes 2014-05-06 20:51:09 +04:00
Aleksey Pirogov
6f9c10e6db language code and some markup fixes 2014-05-06 20:48:13 +04:00
Adam Bard
3cd801c786 Merge pull request #601 from weakish/patch-22
elixir-cn: fix typos
2014-05-06 11:31:52 -02:30
Jakukyo Friel
88be5767a7 elixir-cn: fix typos 2014-05-06 21:24:11 +08:00
Nami-Doc
c64784b3a7 Merge pull request #600 from astynax/master
russian translation of haskell tutorial
2014-05-06 14:02:55 +02:00
Astynax84
c50d1f613f russian translation of haskell tutorial 2014-05-06 14:58:45 +04:00
Adam Bard
a4e0544167 Update python->python3 so things don't get mixed up. 2014-05-03 22:46:28 -02:30
Louie Dinh
55660ce3c7 Add Python 3 tutorial 2014-05-03 17:17:43 -07:00
Nami-Doc
ca0a9a8c3d Merge pull request #599 from juanpastas/patch-1
Python: clearer add lists note.
2014-05-01 12:26:33 -07:00
Juan David Pastas
fce8598a74 Python: clearer add lists note. 2014-05-01 13:53:01 -05:00
Adam Bard
634f1b3807 Merge pull request #598 from ml242/master
Update css.html.markdown
2014-05-01 14:36:35 -02:30
Matt Lucas
4095671c92 Update css.html.markdown 2014-05-01 13:02:04 -04:00
Matt Lucas
61309e0edf Update css.html.markdown
'It's' reflected a grammatical mistake, I adjusted the sentence for a bit of clarity.
2014-04-30 20:00:53 -04:00
Nami-Doc
2113e4a6c4 Merge pull request #597 from josteink/master
Fix syntax-errors in logical errors in Elisp guide.
2014-04-29 22:17:05 +02:00
Jostein Kjønigsen
913ab2bc2e Syntax errors. Regexp needs to be greedier. 2014-04-29 22:10:55 +02:00
Levi Bostian
5dd3cb9274 Merge pull request #596 from weakish/patch-21
elixir-cn: fix typos & complete translation
2014-04-29 09:35:11 -05:00
Jakukyo Friel
4d62625660 elixir-cn: fix typos & complete translation 2014-04-29 15:11:59 +08:00
Nami-Doc
07294493d6 Merge pull request #595 from weakish/patch-20
elisp_CN: typo
2014-04-28 11:25:27 +02:00
Jakukyo Friel
ca6e9fefcc elisp_CN: typo 2014-04-28 17:20:58 +08:00
Nami-Doc
aabf7660d5 Merge pull request #593 from Qumeric/master
[go/en,ru] Update Russian translation of Go tutorial + small fix in tutorial itself.
2014-04-16 16:20:32 +02:00
Qumeric
40e320a754 Fix typos 2014-04-16 18:13:30 +04:00
Qumeric
07b229a425 Fix Go tutorial, especially ru translation 2014-04-16 18:06:58 +04:00
Nami-Doc
b2a47cf123 Merge pull request #592 from arnaud-f/master
Escaped a quote
2014-04-15 16:23:14 +02:00
Arnaud
be55775d5a Escaped a quote 2014-04-15 16:15:07 +02:00
Adam Bard
1afd1ac857 Merge pull request #591 from lyska/no-hashtags
Remove references to hash and hashtag in favor of number symbol
2014-04-14 12:15:40 -07:00
Sam Dodrill
777c333ff0 Remove references to hash and hashtag in favor of number symbol 2014-04-14 11:15:08 -07:00
Adam Bard
d2f6623cf6 Updated some headers 2014-04-10 23:48:34 +00:00
Adam Bard
77f28824af Fix syntax highlight.
Fixes #587 (Instead of using #588)
2014-04-06 19:46:58 -07:00
Nami-Doc
9b1f4f1cb3 Merge pull request #590 from jorams/cl-intro-typo
[common-lisp/en] Fix typo in Common Lisp introduction.
2014-04-03 11:03:01 +02:00
Joram Schrijver
5c70a9fa19 Fix typo in Common Lisp introduction. 2014-04-03 10:45:19 +02:00
Joram Schrijver
b5e4d6dd01 Fix invalid characters for Common Lisp symbols
The characters [ ] { and } are perfectly fine to use in variable names.

(defparameter b{l}a[b[l]]a "test") ; => B{L}A[B[L]]A
b{l}a[b[l]]a                       ; => "test"
2014-04-03 10:39:32 +02:00
Levi Bostian
6fcf30a78c Merge pull request #580 from ggarza/julia_spanish
[julia/es] Fix typos in Spanish Julia
2014-04-02 22:47:04 -05:00
Guillermo Garza
764f5967da More fixes to Spanish Julia. 2014-04-02 22:41:12 -05:00
Guillermo Garza
4e85becf28 Change lang declaration back to ruby from julia 2014-04-02 22:32:16 -05:00
Guillermo Garza
e5d15eec06 Fix typos in Spanish Julia 2014-04-02 22:32:16 -05:00
Nami-Doc
a732023f62 Merge pull request #585 from weakish/patch-19
css: add Chinese (zh_CN) translation
2014-04-02 17:10:05 +02:00
Jakukyo Friel
4f71e15742 css: add Chinese (zh_CN) translation 2014-04-02 23:08:39 +08:00
Adam Bard
ff4a2728e8 Update elixir-cn.html.markdown
Fix header things
2014-03-31 13:19:56 -07:00
Adam Bard
3c75a88118 Merge pull request #584 from lidashuang/patch-1
Patch 1
2014-03-31 13:19:18 -07:00
lidashuang
d6bd212e43 Update elixir-cn.html.markdown 2014-03-31 23:25:19 +08:00