Commit Graph

1029 Commits

Author SHA1 Message Date
Madison Dickson
338862e732 Added '?' conditional logic example
Also added myself as a contributor.
2013-09-13 11:58:46 -04:00
Madison Dickson
18da2a4244 fixing language tag
was also displaying incorrectly on the main site
2013-09-13 11:49:15 -04:00
Adam Brenecki
a4b20388af Merge branch 'master' of https://github.com/adambard/learnxinyminutes-docs 2013-09-13 20:21:36 +09:30
Adam Brenecki
9d1015232c Wrapped setTimeout note to 80 chars 2013-09-13 20:21:14 +09:30
Adam
c515c37bd9 Fix c# es 2013-09-12 09:53:20 -07:00
JohnYangSam
1528dd4fbe Correct bash for...in loop example
Removed the $ in the variable declaration of the for...in bash loop to correct the code.
2013-09-12 02:01:52 -07:00
Artem Medeusheyev
5d6866f39b [go/ru-ru] russian translation for Go language 2013-09-12 09:31:22 +06:00
jeroenransijn
3f9ba06563 Note aboute setTimeout 2013-09-11 15:51:21 +02:00
Adrian Espinosa
2ab5910d38 Spanish translation fix. 2013-09-10 00:44:29 +02:00
Adrian Espinosa
f9b2c181a3 Go spanish translation. 2013-09-10 00:42:39 +02:00
Adrian Espinosa
38ff402322 Half done through the translation
I need moar time gosh >.<
2013-09-09 16:40:07 +02:00
Adam
b28900b889 Fixed up so it builds 2013-09-08 22:52:09 -07:00
Adam
3cf89d5146 Updated new contributions 2013-09-08 22:05:15 -07:00
Adam
6172fee1a4 Merge branch 'master' of https://github.com/adambard/learnxinyminutes-docs 2013-09-08 21:52:54 -07:00
Adam
a933d419e0 Some fixes 2013-09-08 21:52:47 -07:00
Adam Bard
599ed0df30 Merge pull request #313 from mix3d/patch-1
Including for each loop example
2013-09-08 21:49:26 -07:00
Adam Bard
f423f54d42 Merge pull request #323 from ntns/go-portuguese
Add Portuguese translation of go.html.markdown
2013-09-08 21:47:16 -07:00
Adam Bard
ee8c021765 Merge pull request #312 from nathan-hoad/master
Fixed typo in c.html.markdown
2013-09-08 21:46:08 -07:00
Adam Bard
67becff146 Merge pull request #314 from tomhebbron/patch-1
Update r.html.markdown
2013-09-08 21:45:48 -07:00
Adam Bard
6e1c0b7b7c Merge pull request #319 from MattyDub/master
Added links to source and package documentation for go.html.markdown
2013-09-08 21:45:21 -07:00
Adam Bard
aba13c39e9 Merge pull request #321 from yadongwen/master
added Chinese translation of perl.html.markdown
2013-09-08 21:45:08 -07:00
Adam Bard
82e081d8ad Merge pull request #322 from ggb/elixir-de
[elixir/de]: German translation of elixir.html.markdown
2013-09-08 21:44:51 -07:00
Adam Bard
f32e9670d3 Merge pull request #329 from FeepingCreature/master
[neat/en] Document Neat language
2013-09-08 21:43:56 -07:00
Adam Bard
3e0ec767cd Merge pull request #326 from rafaeljegundo/master
Adding transalation of git for pt-pt
2013-09-08 21:43:31 -07:00
Adam Bard
ac31bec4fd Merge pull request #325 from harshadsabne/master
[Matlab/en]
2013-09-08 21:42:16 -07:00
Adam Bard
35521ce67e Merge pull request #324 from gprestes/erlang_pt-br
[erlang/pt] Added PT-BR Erlang version
2013-09-08 21:42:00 -07:00
Adam Bard
410e60e538 Merge pull request #327 from nbouscal/patch-2
Fix grammar in ruby-ecosystem.html.markdown
2013-09-08 21:41:26 -07:00
Adam Bard
cae8dd6c66 Merge pull request #331 from warmwaffles/ruby-modules
Added module extension and inclusion examples
2013-09-08 21:41:00 -07:00
Adam Bard
9d0465cc50 Merge pull request #330 from sylzys/master
Added Python French translation
2013-09-08 21:40:48 -07:00
Adam Bard
d77a82ab23 Merge pull request #332 from warmwaffles/fix/php
Fixed line wrapping for PHP documentation
2013-09-08 21:40:33 -07:00
Adam Bard
bac1ef1083 Merge pull request #333 from hako/master
Fixed floating point issue in objective-c.html.markdown
2013-09-08 21:40:21 -07:00
Wesley Hill
3ea52a1084 corrected issue on floating point literals. 2013-09-09 01:30:43 +01:00
Matthew Johnston
4f0206f5aa Fixed line wrapping 2013-09-08 15:31:46 -05:00
Adrian Espinosa
b392e48e71 Working on spanish translation 2013-09-08 19:43:37 +02:00
Matthew Johnston
9cc1982c48 Added module extension and inclusion examples
Also added examples for callbacks made when modules are included
and extended.
2013-09-08 11:46:08 -05:00
Syl Zys
46dbf0f52c Merge branch 'master' of github.com:sylzys/learnxinyminutes-docs 2013-09-08 16:52:44 +02:00
Syl Zys
b466a86d9d typo corrections, thanks to Nami-Doc for re-reading 2013-09-08 16:51:51 +02:00
Syl Zys
1b8a617b97 typo corrections 2013-09-08 16:27:38 +02:00
Syl Zys
d22029e0d0 Added Python French translation 2013-09-08 14:53:33 +02:00
FeepingCreature
f5f3f2b3e5 Document appender arrays and scope guards 2013-09-08 13:40:48 +02:00
FeepingCreature
ff24568b09 Fix small syntax bug 2013-09-08 13:15:38 +02:00
FeepingCreature
ff6cf18364 Amend cast doc to account for dynamic class casts 2013-09-08 13:12:45 +02:00
FeepingCreature
c38f2c1deb Fix module filename; I misunderstood the directory layout there 2013-09-08 13:10:41 +02:00
FeepingCreature
26a633f0de Add documentation for Neat, my D1-lite. 2013-09-08 13:09:24 +02:00
Nathan Bouscal
1f04c99ca4 Fix grammar in ruby-ecosystem.html.markdown 2013-09-08 04:24:37 -04:00
Rafael Jegundo
c41efedd20 added first version of git in PT-PT 2013-09-07 23:07:38 +01:00
Harshad Sabne
53e121b37d Update matlab.html.markdown
Added subsection "Common vector functions"
2013-09-06 20:54:32 +05:30
Harshad Sabne
9190044dee Update matlab.html.markdown
Multiple function additions to "Common matrix functions" subsection.
2013-09-06 19:58:05 +05:30
Guilherme Heuser Prestes
cfa0593731 updated header to reflect instructions 2013-09-05 21:07:47 -03:00
Guilherme Heuser Prestes
d184d0337b added PT-BR Erlang version 2013-09-05 15:09:18 -03:00