Commit Graph

6161 Commits

Author SHA1 Message Date
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
Adam
35249e917e Merge branch 'master' of github.com:jpedrosa/learnxinyminutes-docs into jpedrosa-master 2013-06-28 20:56:41 -07:00
Joao Pedrosa
7b76a3367e Fix exception string content. 2013-06-29 00:56:37 -03:00
Adam
aac147f3e9 Use Csharp syntax highlighting for fsharp 2013-06-28 20:53:43 -07:00
Joao Pedrosa
bd1c5a1ef1 Fix typo. 2013-06-29 00:49:30 -03:00
Ricky Stewart
2ad3be3860 merging in new pointer section from origin 2013-06-28 23:43:00 -04:00
Joao Pedrosa
2e4245b6e4 Fix typo. 2013-06-29 00:39:14 -03:00
Joao Pedrosa
04ba86b2ed Fix typo. 2013-06-29 00:35:20 -03:00
Joao Pedrosa
8881d2571d Add Dart prefix to markdown. 2013-06-29 00:26:03 -03:00
Joao Pedrosa
f48ea85cc2 Added Dart tutorial. 2013-06-29 00:24:17 -03:00
Adam
745760ff18 Merge branch 'master' into swlachin-master 2013-06-28 20:10:19 -07:00
Adam Bard
2f54e2fe37 Merge pull request #29 from egonSchiele/master
Adding Haskell
2013-06-28 20:09:55 -07:00
Adam
f30022b072 Merge branch 'master' of github.com:swlaschin/learnxinyminutes-docs into swlachin-master 2013-06-28 20:06:50 -07:00
Adam Bard
4f50dedd5c Merge pull request #23 from brianr/patch-1
Use consistent example for demonstrating integer vs. float division
2013-06-28 19:56:09 -07:00
Adam Bard
d1e222727a Merge pull request #33 from esneider/patch-1
Fix precision typo with C integer types
2013-06-28 19:55:34 -07:00
Adam Bard
58d8059fce Merge pull request #32 from kaimallea/master
Modifications to comments and example addition to pointers section
2013-06-28 19:50:29 -07:00
Ricky Stewart
aac6cb65c1 style changes, made many of the comments more precise, corrected incorrect facts about type sizes 2013-06-28 22:49:08 -04:00
Dario Sneidermanis
30e0d68cd9 Fix precision typo with C integer types 2013-06-28 23:19:25 -03:00
Kai Mallea
db168d11be Update comment 2013-06-28 21:54:28 -04:00
Kai Mallea
86885dab5c Update pointer examples and comments 2013-06-28 21:47:31 -04:00
Adam
86273dec2f Updates 2013-06-28 17:21:24 -07:00
Adam Bard
8af9965751 Merge pull request #27 from lodin/master
Adding contact for feedback =]
2013-06-28 17:21:00 -07:00
Adam Bard
823f5d2ab8 Merge pull request #30 from jeffcarp/master
Reverse "Omit the beginning" and "Omit the end" examples
2013-06-28 17:15:43 -07:00
Jeff Carpenter
e2fe947b79 Reverse "omit the beginning|end"
While reading I thought this might be a mistake (or I'm just going crazy).
2013-06-28 17:11:32 -07:00
Aditya Bhargava
be8f92d804 fixes 2013-06-28 17:09:34 -07:00
Aditya Bhargava
301e021fb6 adding haskell 2013-06-28 17:01:58 -07:00
Brian Rue
cf98f74d61 Use consistent example for demonstrating integer vs. float division 2013-06-28 16:56:42 -07:00
Louie Dinh
199e037682 Add contact info to python doc 2013-06-28 16:32:26 -07:00
Louie Dinh
a87a1ea3fd Merge remote-tracking branch 'upstream/master' 2013-06-28 16:29:46 -07:00
Scott Wlaschin
6c4de9853c Added F# examples. 2013-06-29 00:26:34 +01:00
Adam Bard
3301f77062 Merge pull request #24 from djv/patch-1
Added clojure dependency version
2013-06-28 16:08:08 -07:00