summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* Update r.html.markdowne99n092013-07-01-29/+46
| | | 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
* Create pets.csve99n092013-06-29-0/+4
| | | A .csv file (with complementary R tutorial)
* Create r.html.markdowne99n092013-06-29-0/+328
| | | An executable R tutorial (with complementary .csv file)
* Fixes #16: Added new-style string formattingAdam2013-06-28-0/+7
|
* Fixes #26: triple-quoted strings are identified as such, not as commentsAdam2013-06-28-2/+3
|
* Fixes #15: Set literalsAdam2013-06-28-6/+11
|
* Fixes #14: Clarified if-as-expression wording in python tutAdam2013-06-28-1/+1
|
* Updated pass-by-reference bit in c tutorial. Fixes #31Adam2013-06-28-2/+2
|
* Merge pull request #34 from theseoafs/masterAdam Bard2013-06-28-40/+57
|\ | | | | Making C tutorial better
| * merging in new pointer section from originRicky Stewart2013-06-28-9/+306
| |\
| * | style changes, made many of the comments more precise, corrected incorrect ↵Ricky Stewart2013-06-28-43/+61
| | | | | | | | | | | | facts about type sizes
* | | Updated author url for dartAdam2013-06-28-1/+1
| | |
* | | Changed highlighting to javascript (no dart yet)Adam2013-06-28-1/+1
| | |
* | | Merge branch 'master' of github.com:jpedrosa/learnxinyminutes-docs into ↵Adam2013-06-28-0/+506
|\ \ \ | | | | | | | | | | | | jpedrosa-master
| * | | Fix exception string content.Joao Pedrosa2013-06-29-1/+1
| | | |
| * | | Fix typo.Joao Pedrosa2013-06-29-1/+1
| | | |
| * | | Fix typo.Joao Pedrosa2013-06-29-1/+1
| | | |
| * | | Fix typo.Joao Pedrosa2013-06-29-1/+1
| | | |
| * | | Add Dart prefix to markdown.Joao Pedrosa2013-06-29-1/+1
| | | |
| * | | Added Dart tutorial.Joao Pedrosa2013-06-29-0/+506
| | |/ | |/|
* | | Use Csharp syntax highlighting for fsharpAdam2013-06-28-10/+17
| | |
* | | Merge branch 'master' into swlachin-masterAdam2013-06-28-0/+282
|\| |
| * | Merge pull request #29 from egonSchiele/masterAdam Bard2013-06-28-0/+282
| |\ \ | | | | | | | | Adding Haskell
| | * | fixesAditya Bhargava2013-06-28-38/+30
| | | |
| | * | adding haskellAditya Bhargava2013-06-28-0/+290
| | | |
* | | | Merge branch 'master' of github.com:swlaschin/learnxinyminutes-docs into ↵Adam2013-06-28-0/+431
|\ \ \ \ | |/ / / |/| | | | | | | swlachin-master
| * | | Added F# examples.Scott Wlaschin2013-06-29-0/+431
| |/ /
* | | Merge pull request #23 from brianr/patch-1Adam Bard2013-06-28-2/+2
|\ \ \ | | | | | | | | Use consistent example for demonstrating integer vs. float division
| * | | Use consistent example for demonstrating integer vs. float divisionBrian Rue2013-06-28-1/+1
| | | |
| * | | Use consistent example for demonstrating integer vs. float divisionBrian Rue2013-06-28-1/+1
| |/ / | | | | | | | | | | | | 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.
* | | Merge pull request #33 from esneider/patch-1Adam Bard2013-06-28-2/+2
|\ \ \ | | | | | | | | Fix precision typo with C integer types
| * | | Fix precision typo with C integer typesDario Sneidermanis2013-06-28-2/+2
| | |/ | |/|
* | | Merge pull request #32 from kaimallea/masterAdam Bard2013-06-28-6/+22
|\ \ \ | |/ / |/| | Modifications to comments and example addition to pointers section
| * | Update commentKai Mallea2013-06-28-0/+1
| | |
| * | Update pointer examples and commentsKai Mallea2013-06-28-6/+21
|/ /
* | UpdatesAdam2013-06-28-0/+4
| |
* | Merge pull request #27 from lodin/masterAdam Bard2013-06-28-1/+3
|\ \ | | | | | | Adding contact for feedback =]
| * | Add contact info to python docLouie Dinh2013-06-28-0/+2
| | |
| * | Merge remote-tracking branch 'upstream/master'Louie Dinh2013-06-28-44/+487
| |\ \
| * | | Remove however in unpacking commenting. It's confusingLouie Dinh2013-06-27-1/+1
| | | |
* | | | Merge pull request #30 from jeffcarp/masterAdam Bard2013-06-28-2/+2
|\ \ \ \ | |_|/ / |/| | | Reverse "Omit the beginning" and "Omit the end" examples
| * | | Reverse "omit the beginning|end"Jeff Carpenter2013-06-28-2/+2
|/ / / | | | | | | While reading I thought this might be a mistake (or I'm just going crazy).
* | | Merge pull request #24 from djv/patch-1Adam Bard2013-06-28-0/+3
|\ \ \ | |_|/ |/| | Added clojure dependency version
| * | Added clojure dependency versionDaniel Velkov2013-06-28-0/+3
|/ / | | | | (take 4 (range)) doesn't work in versions < 1.2. Added a comment pointing that out.
* | Merge pull request #20 from mlloreda/patch-2Adam Bard2013-06-28-2/+2
|\ \ | | | | | | Fixed misspellings
| * | Fixed misspellingsMiguel Lloreda2013-06-28-2/+2
|/ /
* | Merge pull request #17 from mrshankly/patch-1Adam Bard2013-06-28-4/+4
|\ \ | | | | | | Corrected the last element of li in the lists explanation
| * | Corrected the last element of li in the lists explanation.mrshankly2013-06-28-4/+4
| | |
* | | Merge pull request #19 from partkyle/dictionary-clarificationAdam Bard2013-06-28-0/+4
|\ \ \ | |/ / |/| | Added some clarification on the default value for dictionary.get
| * | added some clarification on the default value for dictionary.getKyle Partridge2013-06-28-0/+4
|/ /