Commit Graph

100 Commits

Author SHA1 Message Date
e99n09
442652961d Update r.html.markdown
Fixed the mistake about integers that yuhui brought up. Deleted the confusing suggestion about command-enter (doesn't work for all GUIs or on Windows). Added some more information about vectors. Added some information about conditional clauses. Included some information at the very end on where to get R and R GUIs
2013-07-01 22:00:22 -04: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
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
Daniel Velkov
89d8d8a84e Added clojure dependency version
(take 4 (range)) doesn't work in versions < 1.2. Added a comment pointing that out.
2013-06-28 15:56:52 -07:00
Brian Rue
6f255a5e62 Use consistent example for demonstrating integer vs. float division
I had to do a decent amount of mental math to figure out the old example (11 / 4 => 2).

This one (5 / 2 => 2) is easier, and makes the difference vs. float division (5.0 / 2.0 => 2.5) easier to spot.
2013-06-28 15:55:23 -07:00
Adam Bard
0c0117a138 Merge pull request #20 from mlloreda/patch-2
Fixed misspellings
2013-06-28 14:17:55 -07:00
Miguel Lloreda
8167fcd187 Fixed misspellings 2013-06-28 17:15:49 -04:00
Adam Bard
63b8f04c57 Merge pull request #17 from mrshankly/patch-1
Corrected the last element of li in the lists explanation
2013-06-28 14:02:45 -07:00
Adam Bard
16199fe04c Merge pull request #19 from partkyle/dictionary-clarification
Added some clarification on the default value for dictionary.get
2013-06-28 14:02:13 -07:00
Kyle Partridge
fe5f72d868 added some clarification on the default value for dictionary.get 2013-06-28 13:55:16 -07:00
mrshankly
f7352567f4 Corrected the last element of li in the lists explanation. 2013-06-28 21:29:03 +01:00
Adam
2e805c8c02 Updates 2013-06-28 12:59:45 -07:00