Commit Graph

914 Commits

Author SHA1 Message Date
Adam Brenecki
de36671ac1 [python] Change to print function, as per #119 2013-09-20 19:49:38 +09:30
Adam Brenecki
6d8ffb19b4 [python] Fix typo in comment, as per #265 2013-09-20 19:33:39 +09:30
Adam Brenecki
1405dc6387 [python] Clarify setdefault, as per #234 2013-09-20 19:32:58 +09:30
Adam Brenecki
750b2a2f21 [javascript] clarify constructor prototype example, as per #204 2013-09-20 19:22:00 +09:30
Adam Brenecki
49b30c38e2 Add missing semicolon 2013-09-20 19:17:10 +09:30
Adam
bc4fbec14d Updated perl-es 2013-09-19 23:23:20 -07:00
Adam Bard
ffc6d5aa60 Merge pull request #347 from jamesscottbrown/master
[matlab/en] Extend MATLAB article
2013-09-19 23:20:23 -07:00
Adam Bard
55d018b3fe Merge pull request #348 from arnelbucio/patch-1
[php/en] Fix typo
2013-09-19 23:18:28 -07:00
Adam Bard
a62bb8d553 Merge pull request #353 from hkulekci/php-update
[php/tr] added latest updates from php-en
2013-09-19 23:18:15 -07:00
Adam Bard
f3956625ff Merge pull request #354 from hkulekci/obj-c-update
[obj-c/tr] objective-c translating to Turkish language
2013-09-19 23:18:01 -07:00
Adam Bard
0b69ee9c3a Merge pull request #355 from hkulekci/brainfuck-update
[brainfuck/tr] translating Brainfuck programming language to turkish
2013-09-19 23:17:40 -07:00
Adam Bard
78c26e5c48 Merge pull request #356 from frncscgmz/master
[perl/es-es] Perl spanish translation.
2013-09-19 23:16:25 -07:00
Adam Bard
432869b397 Merge pull request #358 from graue/patch-1
Haskell: fix comment out of sync with code
2013-09-19 23:08:48 -07:00
Scott Feeney
9e14fd6d36 Haskell: fix comment out of sync with code 2013-09-20 01:25:36 -04:00
Francisco Gomez
abb39e92d4 Perl spanish translation. 2013-09-18 11:58:59 -07:00
James Scott-Brown
c3fcedf70f Fix typo - misspelt 'receive' 2013-09-18 18:08:31 +01:00
James Scott-Brown
4ddcd660f8 Explain difference between command and function syntax 2013-09-18 18:05:29 +01:00
Haydar Kulekci
f46b6cda6e [brainfuck/tr] translating Brainfuck programming language to turkish 2013-09-18 17:57:19 +03:00
Haydar Kulekci
e9634e0741 objective-c translating to Turkish language 2013-09-18 16:18:29 +03:00
Haydar Kulekci
75a7261f7e added latest updates from php-en 2013-09-18 15:51:20 +03:00
James Scott-Brown
3eb4dbab9a Typos 2013-09-15 16:06:26 +01:00
Arnel Bucio
a3476993b1 Fix typo 2013-09-15 14:15:53 +08:00
James Scott-Brown
28f0e163e2 Typos 2013-09-15 02:53:32 +01:00
James Scott-Brown
e0f9a4dab3 Comment explaining LU decomposition 2013-09-15 01:48:02 +01:00
James Scott-Brown
372e79a3fb Relabel a section to 'Matrix Factorisations 2013-09-15 01:42:13 +01:00
James Scott-Brown
5bf3efe165 Matlab: more plotting functions, anonymous functions, matrix factorisations, and other features. Fix some typos. 2013-09-15 01:41:27 +01:00
Adam Bard
17c69eeb16 Merge pull request #344 from armed/master
[go/ru-ru] typos and edits
2013-09-14 14:23:52 -07:00
Adam Bard
8d3a9661c0 Merge pull request #345 from jamesscottbrown/master
[matlab/en] Extend and improve MATLAB article
2013-09-14 14:23:37 -07:00
James Scott-Brown
f7ef4e6f8f Extend and improve MATLAB article 2013-09-14 22:17:41 +01:00
Artem Medeusheyev
937eddf44e [go/ru-ru] typos and edits 2013-09-14 20:56:37 +06:00
Adam
1dd0e00f22 Fixed a bunch of headers 2013-09-13 10:28:48 -07:00
Adam Bard
b3b4afedae Merge pull request #316 from aesptux/master
[c/en][go/es-es] Update C doc to fix a long line. / [go/es] translation
2013-09-13 10:25:58 -07:00
Adam Bard
dcb1392bb7 Merge pull request #339 from armed/master
[go/ru-ru] russian translation for Go language
2013-09-13 10:15:06 -07:00
Adam Bard
4723fc11da Merge pull request #340 from JohnYangSam/patch-1
[bash/en] Correct bash for...in loop example
2013-09-13 10:14:41 -07:00
Adam Bard
b1a70dd998 Merge pull request #343 from mix3d/patch-3
Added '?' conditional logic example
2013-09-13 10:14:19 -07:00
Adam Bard
925b0afd8f Merge pull request #342 from mix3d/patch-2
fixing language tag
2013-09-13 10:13:43 -07:00
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