Roberto Perez
12b39c739f
Groovy: added installation, colletions, maps, beans, logical branching and loops
2013-08-17 11:23:36 -05:00
Roberto Perez
767fb174f8
Groovy: Added references
2013-08-17 10:19:47 -05:00
Roberto Perez
c903f5a73d
created groovy markdown
2013-08-17 10:12:25 -05:00
Adam Bard
9a9b5a31e0
Merge pull request #225 from SlaF/master
...
Add russian translate for php language [new]
2013-08-16 08:50:52 -07:00
Adam Bard
5486b435f6
Merge pull request #227 from dacechavez/master
...
Fixed 2 typos around function pointers
2013-08-16 08:50:20 -07:00
Adam Bard
0e10d93d9f
Merge pull request #237 from wikibook/master
...
Translated Java tutorial into Korean!
2013-08-16 08:50:12 -07:00
Adam Bard
7aa9c3cf6e
Merge pull request #232 from y-gagar1n/python-ru
...
Russian translate for python
2013-08-16 08:50:04 -07:00
Adam Bard
c62d00320a
Merge pull request #221 from brunohenrique/pt-br
...
[Ruby] Brazilian translation
2013-08-16 08:49:38 -07:00
Adam Bard
9346b65643
Merge pull request #239 from astynax/master
...
Russian translation for "clojure.html.markdown"
2013-08-16 08:49:23 -07:00
Adam Bard
b2ade710d3
Merge pull request #238 from rduerig/master
...
Update java.html.markdown
2013-08-16 08:48:08 -07:00
Adam Bard
452b06c1e1
Merge pull request #236 from sergiokas/patch-1
...
Fixed typo
2013-08-16 08:47:29 -07:00
Adam Bard
ad899184da
Merge pull request #235 from sevab/master
...
Update objective-c.html.markdown
2013-08-16 08:46:59 -07:00
Adam Bard
fc0ec0b55f
Merge pull request #233 from y-gagar1n/master
...
Fixed typo in C spanish version adressed in #230
2013-08-16 08:46:36 -07:00
Adam Bard
4d1c252471
Merge pull request #229 from pantaovay/master
...
Add Chinese translation for go.html.markdown
2013-08-16 08:45:31 -07:00
Adam Bard
c0b17c5d77
Merge pull request #228 from H2CO3/patch-1
...
Fix mistakes in the C tutorial
2013-08-16 08:44:45 -07:00
Adam Bard
4cef3f95b8
Merge pull request #223 from GRoguelon/new-ruby-fr
...
Ruby French translation
2013-08-16 08:41:38 -07:00
Adam Bard
d9d2c9e6ea
Merge pull request #222 from GRoguelon/fix-ruby-en
...
Fixed a missing character in Ruby language.
2013-08-16 08:40:30 -07:00
Astynax84
0746979b8f
fixed typos in russian translation of clojure.html.markdown
2013-08-16 15:28:16 +04:00
Astynax84
41be9b2843
Russian translation of clojure.html.markdown
2013-08-16 15:25:10 +04:00
rduerig
43d602b0c0
Update java.html.markdown
...
added a reference to a book
2013-08-16 12:37:40 +02:00
wikibook
f840436ea2
added Korean version of Java tutorial
2013-08-16 14:42:26 +09:00
sergiokas
91db568e0d
Fixed typo
...
Fixed a typo. Nice tutorial, by the way.
2013-08-15 19:29:27 -03:00
Seva Baskin
50ac50f05f
Update objective-c.html.markdown
...
Fixed a few typos
2013-08-15 23:25:51 +01:00
Yury
cf5730cebc
fixed typo in C spanish version adressed in #230
2013-08-16 00:21:28 +04:00
Yury
e0b44e5aad
Russian translate for python
2013-08-15 23:47:46 +04:00
Tao Pan
dffa1b4f74
修改
2013-08-15 19:44:39 +08:00
godtao
3497a0858a
Add go-zh.html.markdown
2013-08-15 19:40:05 +08:00
Adam Brenecki
80f97751a2
[javascript] Add semicolons. Closes #214 .
2013-08-15 21:05:27 +09:30
Árpád Goretity
273c08d1fe
fixed header, added switch statement
2013-08-15 13:08:52 +02:00
Adam Brenecki
05c3ca9044
[javascript] Remove anonymous function assignment example. ref #215
2013-08-15 20:33:44 +09:30
Árpád Goretity
f2c41a8a99
whoops, fixed typos and added missing info
2013-08-15 12:36:29 +02:00
Adam Brenecki
6ff1d84385
Merge branch 'master' of https://github.com/adambard/learnxinyminutes-docs
2013-08-15 20:03:04 +09:30
Árpád Goretity
24fd870589
Update c.html.markdown
2013-08-15 12:30:22 +02:00
Geoffrey Roguelon
7f8e5deba1
Fix a word of French Ruby language.
2013-08-15 12:22:36 +02:00
dacechavez
7cb78e94d2
Fixed 2 typos around function pointers
2013-08-15 12:12:19 +02:00
Geoffrey Roguelon
ba34fa65ec
Fix the comments of French Ruby file from the Nami-Doc's comments ( adambard/learnxinyminutes-docs#223 ).
...
Thanks to him.
2013-08-15 10:45:06 +02:00
Vyacheslav Redkin
c4f86cbf70
Add russian translate for php language
2013-08-15 09:40:34 +04:00
Adam Bard
bc614fda28
Merge pull request #224 from avsej/master
...
Fix typo about how pointers are declared
2013-08-14 13:29:52 -07:00
Sergey Avseyev
162b5bb60d
Fix typo about how pointers are declared
...
Of course it is completely valid that star can go right after type
name, but it might be not that obvious that during declaration the
star is associated to the variable, not with the type name.
2013-08-14 23:18:10 +03:00
Geoffrey Roguelon
ae73dd671f
Add the French translation of the Ruby language.
2013-08-14 22:06:32 +02:00
Geoffrey Roguelon
6062618d35
Fix a missing character in the comment.
...
remove useless whitespace at the end of the lines.
2013-08-14 22:00:56 +02:00
Bruno Henrique - Garu
c0d8457202
Add link to contributor
2013-08-14 13:34:10 -03:00
Bruno Henrique - Garu
2f4dd69821
Merge pull request #2 from katyanna/pt-br
...
finalizando review
2013-08-14 09:28:22 -07:00
Katyanna Moura
c1b08624fb
removing lines of code in english
2013-08-14 13:20:47 -03:00
Adam Bard
991e7b0045
Merge pull request #220 from pabloelices/master
...
Split long line.
2013-08-14 09:11:11 -07:00
Pablo Elices
e938d244fc
Split long line.
2013-08-14 17:56:15 +02:00
Katyanna Moura
d9a27d3aa4
adding name and removing lines in English
2013-08-14 12:52:39 -03:00
Adam Bard
212e99b226
Merge pull request #217 from wikibook/master
...
[Python] Korean translation
2013-08-14 08:29:02 -07:00
Adam Bard
fa5354ebb3
Merge pull request #218 from pabloelices/master
...
CoffeeScript Spanish Translation.
2013-08-14 08:28:19 -07:00
Adam Bard
6298fadf79
Merge pull request #219 from peterjmit/patch-1
...
Update clojure.html.markdown
2013-08-14 08:27:57 -07:00