Commit Graph

5091 Commits

Author SHA1 Message Date
Michael Lee
79c26e6679 Added a few lines about truthiness, how lists can contain arbitrary data types, how you can unpack both tuples and lists, using ange, assigning lambdas to variables, dictionary comprehensions, modules, and links to more info about the standard library. 2013-06-29 21:35:11 -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
David Underwood
b9e0c189ee fixes typos in the boolean results 2013-06-29 18:04:37 -04: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
noahlz
7e4bd6d17e Fix issue #50 2013-06-29 17:17:52 -04: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
Adam Brenecki
cecd27b9df Merge pull request #1 from DrJonOsterman/patch-1
comment syntax fix
2013-06-29 06:22:17 -07:00
DrJonOsterman
325ecf20a0 comment syntax fix 2013-06-29 08:46:34 -04:00
Adam Brenecki
9c81beb811 Begin writing about JavaScript arrays and dictionaries 2013-06-29 21:09:19 +09:30
Adam Brenecki
a8672f19bf Add the rest of the tutorial's structure 2013-06-29 19:58:54 +09:30
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
Adam Brenecki
a19ba3205d Start work on the JavaScript tutorial 2013-06-29 19:44:10 +09:30
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
Adam
bc6992045f Changed highlighting to javascript (no dart yet) 2013-06-28 20:58:04 -07:00