Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Indentation fixes. | Eli Barzilay | 2013-07-16 | -14/+14 |
| | ||||
* | Remove spaces at end-of-lines. | Eli Barzilay | 2013-07-16 | -42/+42 |
| | ||||
* | Normalize top comments to start with ";;". | Eli Barzilay | 2013-07-16 | -78/+77 |
| | | | | Leave a single ";" for commented expressions and output indications. | |||
* | fix file name | Manu | 2013-07-16 | -1/+5 |
| | ||||
* | replace unless macro by a while macro | Manu | 2013-07-16 | -3/+11 |
| | ||||
* | corrections and suggestions | Manu | 2013-07-15 | -43/+116 |
| | ||||
* | added struct, quote | Manu | 2013-07-14 | -28/+83 |
| | ||||
* | added sets, hashes and objects | Manu | 2013-07-14 | -22/+86 |
| | ||||
* | added macros, conditionals. fixed some errors | Manu | 2013-07-12 | -31/+99 |
| | ||||
* | fix errors | Manu | 2013-07-12 | -7/+4 |
| | ||||
* | started on Racket | Manu | 2013-07-11 | -0/+199 |
| | ||||
* | Merge branch 'master' of https://github.com/adambard/learnxinyminutes-docs | Adam | 2013-06-29 | -1/+1 |
|\ | ||||
| * | Merge pull request #49 from astrieanna/patch-1 | Adam Bard | 2013-06-29 | -1/+1 |
| |\ | | | | | | | tiny typo fix in python | |||
| | * | tiny typo fix in python | Leah Hanson | 2013-06-29 | -1/+1 |
| |/ | | | | | we -> be | |||
* | | Massive edit on PHP | Adam | 2013-06-29 | -292/+284 |
| | | ||||
* | | A few fixes | Adam | 2013-06-29 | -14/+14 |
|/ | ||||
* | Merge pull request #39 from e99n09/master | Adam Bard | 2013-06-29 | -0/+332 |
|\ | | | | | Statistical computing language R | |||
| * | Create pets.csv | e99n09 | 2013-06-29 | -0/+4 |
| | | | | | | A .csv file (with complementary R tutorial) | |||
| * | Create r.html.markdown | e99n09 | 2013-06-29 | -0/+328 |
| | | | | | | An executable R tutorial (with complementary .csv file) | |||
* | | Merge pull request #46 from swlaschin/master | Adam Bard | 2013-06-29 | -25/+226 |
|\ \ | | | | | | | Updated F# examples | |||
| * | | Updated F# code with new list and collection examples, and extra examples ↵ | Scott Wlaschin | 2013-06-29 | -25/+226 |
| |/ | | | | | | | for data types. | |||
* | | Merge pull request #41 from joushx/patch-1 | Adam Bard | 2013-06-29 | -1/+1 |
|\ \ | | | | | | | Fixed typo | |||
| * | | Fixed typo | Johannes Mittendorfer | 2013-06-29 | -1/+1 |
| |/ | | | | | "Use return to return a value" instead "Use return a return a value" | |||
* | | Merge pull request #36 from jbub/fixsets | Adam Bard | 2013-06-29 | -1/+1 |
|\ \ | | | | | | | python set literals should be separated by comma | |||
| * | | python set literals should be separated by comma | Juraj Bubniak | 2013-06-29 | -1/+1 |
| |/ | ||||
* | | Merge pull request #44 from chrisdowns/patch-1 | Adam Bard | 2013-06-29 | -1/+1 |
|\ \ | |/ |/| | tiny typo fixed | |||
| * | tiny typo fixed | chrisdowns | 2013-06-29 | -1/+1 |
|/ | ||||
* | Fixes #16: Added new-style string formatting | Adam | 2013-06-28 | -0/+7 |
| | ||||
* | Fixes #26: triple-quoted strings are identified as such, not as comments | Adam | 2013-06-28 | -2/+3 |
| | ||||
* | Fixes #15: Set literals | Adam | 2013-06-28 | -6/+11 |
| | ||||
* | Fixes #14: Clarified if-as-expression wording in python tut | Adam | 2013-06-28 | -1/+1 |
| | ||||
* | Updated pass-by-reference bit in c tutorial. Fixes #31 | Adam | 2013-06-28 | -2/+2 |
| | ||||
* | Merge pull request #34 from theseoafs/master | Adam Bard | 2013-06-28 | -40/+57 |
|\ | | | | | Making C tutorial better | |||
| * | merging in new pointer section from origin | Ricky Stewart | 2013-06-28 | -9/+306 |
| |\ | ||||
| * | | style changes, made many of the comments more precise, corrected incorrect ↵ | Ricky Stewart | 2013-06-28 | -43/+61 |
| | | | | | | | | | | | | facts about type sizes | |||
* | | | Updated author url for dart | Adam | 2013-06-28 | -1/+1 |
| | | | ||||
* | | | Changed highlighting to javascript (no dart yet) | Adam | 2013-06-28 | -1/+1 |
| | | | ||||
* | | | Merge branch 'master' of github.com:jpedrosa/learnxinyminutes-docs into ↵ | Adam | 2013-06-28 | -0/+506 |
|\ \ \ | | | | | | | | | | | | | jpedrosa-master | |||
| * | | | Fix exception string content. | Joao Pedrosa | 2013-06-29 | -1/+1 |
| | | | | ||||
| * | | | Fix typo. | Joao Pedrosa | 2013-06-29 | -1/+1 |
| | | | | ||||
| * | | | Fix typo. | Joao Pedrosa | 2013-06-29 | -1/+1 |
| | | | | ||||
| * | | | Fix typo. | Joao Pedrosa | 2013-06-29 | -1/+1 |
| | | | | ||||
| * | | | Add Dart prefix to markdown. | Joao Pedrosa | 2013-06-29 | -1/+1 |
| | | | | ||||
| * | | | Added Dart tutorial. | Joao Pedrosa | 2013-06-29 | -0/+506 |
| | |/ | |/| | ||||
* | | | Use Csharp syntax highlighting for fsharp | Adam | 2013-06-28 | -10/+17 |
| | | | ||||
* | | | Merge branch 'master' into swlachin-master | Adam | 2013-06-28 | -0/+282 |
|\| | | ||||
| * | | Merge pull request #29 from egonSchiele/master | Adam Bard | 2013-06-28 | -0/+282 |
| |\ \ | | | | | | | | | Adding Haskell | |||
| | * | | fixes | Aditya Bhargava | 2013-06-28 | -38/+30 |
| | | | | ||||
| | * | | adding haskell | Aditya Bhargava | 2013-06-28 | -0/+290 |
| | | | | ||||
* | | | | Merge branch 'master' of github.com:swlaschin/learnxinyminutes-docs into ↵ | Adam | 2013-06-28 | -0/+431 |
|\ \ \ \ | |/ / / |/| | | | | | | | swlachin-master |