Commit Graph

140 Commits

Author SHA1 Message Date
Adam
bc0f1fca6c Removed filename from haskell tutorial (file is not executable) 2013-06-30 14:50:51 -07:00
Adam Bard
dbc1d70a01 Merge pull request #62 from egonSchiele/master
Fixing gripes about Haskell
2013-06-30 14:50:09 -07:00
Aditya Bhargava
7ee4774f9b fixing issues listed in "gripes about haskell" (fixes bug #45) 2013-06-30 10:03:42 -07:00
Adam Bard
35a27a3337 Merge pull request #61 from Jakehp/patch-1
Fixed url links. Now use markdown.
2013-06-30 09:20:07 -07:00
Jake Prather
2008bcc258 Fixed url links. Now use markdown. 2013-06-30 07:50:04 -05:00
Adam Bard
e80e36e142 Merge pull request #55 from emarref/master
PHP review
2013-06-29 23:18:21 -07:00
Adam
0615be257d Fixed line lengths 2013-06-29 23:16:48 -07:00
Adam
ba55f6fcaa Fix whitespace 2013-06-29 23:13:53 -07:00
Adam Bard
776fe991c6 Merge pull request #59 from Jakehp/master
java addition
2013-06-29 23:11:55 -07:00
Jake Prather
0523de70a1 Update java.html.markdown 2013-06-29 22:56:22 -05:00
Jake Prather
9c9f2c6b9a Update java.html.markdown 2013-06-29 22:54:53 -05:00
Jake Prather
64c292a059 Update java.html.markdown 2013-06-29 22:54:10 -05:00
Malcolm Fell
c3df7c1c53 Clarify includes and open tags.
If it's not PHP, it doesn't need the open tag.
2013-06-30 15:52:45 +12:00
Jake Prather
5b29da12e6 Update java.html.markdown 2013-06-29 22:52:18 -05:00
Adam
db04a0c728 Merge branch 'master' of https://github.com/adambard/learnxinyminutes-docs 2013-06-29 20:38:40 -07:00
Adam
789cc2c2a7 Merged in (and formatted line lenghts for) emarref's require commit 2013-06-29 20:38:22 -07:00
Adam
6f08caf978 Merged PHP review from emarref 2013-06-29 20:25:21 -07:00
Adam
83aeecb68a Added filename parameter 2013-06-29 20:19:14 -07:00
Adam Bard
8e0e1f79f5 Merge pull request #56 from emarref/readme-update-python
Remove python as requested language from README
2013-06-29 20:18:17 -07:00
Jake Prather
4b873348fc Update java.html.markdown 2013-06-29 22:12:03 -05:00
Malcolm Fell
e8f407728d Remove python as requested language from README 2013-06-30 13:13:25 +12:00
Adam
7135adbd49 Updated clojure. Fixes #54 2013-06-29 15:38:04 -07:00
Adam
0a65fd6171 Updated clojure 2013-06-29 15:37:42 -07:00
Adam Bard
c84881bc9d Merge pull request #53 from DR6/master
Added IO to haskell's tutorial
2013-06-29 15:34:08 -07:00
DR6
59d801c0df Added IO to haskell's tutorial 2013-06-29 23:10:47 +01:00
Adam
2838738a58 Merge branch 'master' of https://github.com/adambard/learnxinyminutes-docs 2013-06-29 14:35:06 -07:00
Adam
4d0576490a Massive edit on PHP 2013-06-29 14:34:54 -07:00
Adam Bard
eeab516302 Merge pull request #49 from astrieanna/patch-1
tiny typo fix in python
2013-06-29 14:32:08 -07:00
Leah Hanson
03461ad0de tiny typo fix in python
we -> be
2013-06-29 16:21:55 -04:00
Jakehp
d32bad8aed up 2013-06-29 12:46:34 -05:00
Jakehp
2669bc8ff6 java 2013-06-29 12:12:23 -05:00
Adam
6e3e273451 A few fixes 2013-06-29 08:52:41 -07:00
Adam Bard
c3083760f6 Merge pull request #39 from e99n09/master
Statistical computing language R
2013-06-29 08:45:10 -07:00
Adam Bard
47da17c37f Merge pull request #46 from swlaschin/master
Updated F# examples
2013-06-29 08:44:47 -07:00
Scott Wlaschin
142b6b1f18 Updated F# code with new list and collection examples, and extra examples for data types. 2013-06-29 15:54:14 +01:00
Adam Bard
1d5d89af3d Merge pull request #41 from joushx/patch-1
Fixed typo
2013-06-29 07:38:55 -07:00
Adam Bard
91283b4d8d Merge pull request #36 from jbub/fixsets
python set literals should be separated by comma
2013-06-29 07:37:43 -07:00
Adam Bard
e1cf0fb958 Merge pull request #44 from chrisdowns/patch-1
tiny typo fixed
2013-06-29 07:36:56 -07:00
chrisdowns
a793e2a77d tiny typo fixed 2013-06-29 08:53:49 -05:00
Johannes Mittendorfer
5d15e5c048 Fixed typo
"Use return to return a value" instead "Use return a return a value"
2013-06-29 12:22:01 +02:00
e99n09
5a1aad1c41 Create pets.csv
A .csv file (with complementary R tutorial)
2013-06-29 03:38:34 -04:00
e99n09
9f4c2399d6 Create r.html.markdown
An executable R tutorial (with complementary .csv file)
2013-06-29 03:37:14 -04:00
Juraj Bubniak
c51d0ec1a7 python set literals should be separated by comma 2013-06-29 08:22:19 +02:00
Adam
a6bcf5f8d7 Fixes #16: Added new-style string formatting 2013-06-28 21:20:08 -07:00
Adam
4789dd1097 Fixes #26: triple-quoted strings are identified as such, not as comments 2013-06-28 21:17:29 -07:00
Adam
04cedf9844 Fixes #15: Set literals 2013-06-28 21:15:50 -07:00
Adam
e1424579e7 Fixes #14: Clarified if-as-expression wording in python tut 2013-06-28 21:11:54 -07:00
Adam
879d31e2c6 Updated pass-by-reference bit in c tutorial. Fixes #31 2013-06-28 21:08:58 -07:00
Adam Bard
561b879c0d Merge pull request #34 from theseoafs/master
Making C tutorial better
2013-06-28 21:01:02 -07:00
Adam
ede5c4ea3e Updated author url for dart 2013-06-28 21:00:16 -07:00