summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* Change formattingldinh2013-06-30-5/+3
|
* Add line breaksldinh2013-06-30-0/+2
|
* Add to Python reference materialldinh2013-06-30-1/+4
|
* Fix some inconsistencies so that the doc can be read top to bottomldinh2013-06-30-29/+18
|
* Merge branch 'patch-2' of github.com:Jakehp/learnxinyminutes-docs into ↵Adam2013-06-30-177/+200
|\ | | | | | | jakehp-patch-2
| * Added file name param and more. See description.Jake Prather2013-06-30-177/+200
| | | | | | | | | | -Fixed some minor issues/details -Can actually compile now (not just a bunch of random snippets) -Added more text & explanation to a few parts
* | Merge pull request #51 from noahlz/masterAdam Bard2013-06-30-0/+4
|\ \ | | | | | | Fix issue #50
| * | Fix issue #50noahlz2013-06-29-0/+4
| | |
* | | Removed filename from haskell tutorial (file is not executable)Adam2013-06-30-1/+0
| | |
* | | Merge pull request #62 from egonSchiele/masterAdam Bard2013-06-30-18/+48
|\ \ \ | |_|/ |/| | Fixing gripes about Haskell
| * | fixing issues listed in "gripes about haskell" (fixes bug #45)Aditya Bhargava2013-06-30-18/+48
|/ /
* | Merge pull request #61 from Jakehp/patch-1Adam Bard2013-06-30-8/+9
|\ \ | | | | | | Fixed url links. Now use markdown.
| * | Fixed url links. Now use markdown.Jake Prather2013-06-30-8/+9
|/ /
* | Merge pull request #55 from emarref/masterAdam Bard2013-06-29-1/+1
|\ \ | | | | | | PHP review
| * | Clarify includes and open tags.Malcolm Fell2013-06-30-1/+1
| | | | | | | | | | | | If it's not PHP, it doesn't need the open tag.
* | | Fixed line lengthsAdam2013-06-29-10/+16
| | |
* | | Fix whitespaceAdam2013-06-29-245/+248
| | |
* | | Merge pull request #59 from Jakehp/masterAdam Bard2013-06-29-0/+319
|\ \ \ | |/ / |/| | java addition
| * | Update java.html.markdownJake Prather2013-06-29-6/+6
| | |
| * | Update java.html.markdownJake Prather2013-06-29-6/+12
| | |
| * | Update java.html.markdownJake Prather2013-06-29-0/+32
| | |
| * | Update java.html.markdownJake Prather2013-06-29-185/+114
| | |
| * | Update java.html.markdownJake Prather2013-06-29-146/+144
| | |
| * | upJakehp2013-06-29-32/+17
| | |
| * | javaJakehp2013-06-29-0/+369
| |/
* | Merge branch 'master' of https://github.com/adambard/learnxinyminutes-docsAdam2013-06-29-1/+0
|\ \
| * \ Merge pull request #56 from emarref/readme-update-pythonAdam Bard2013-06-29-1/+0
| |\ \ | | | | | | | | Remove python as requested language from README
| | * | Remove python as requested language from READMEMalcolm Fell2013-06-30-1/+0
| |/ /
* | | Merged in (and formatted line lenghts for) emarref's require commitAdam2013-06-29-10/+53
| | |
* | | Merged PHP review from emarrefAdam2013-06-29-72/+98
| | |
* | | Added filename parameterAdam2013-06-29-3/+14
|/ /
* | Updated clojure. Fixes #54Adam2013-06-29-1/+26
|\ \
| * \ Merge pull request #53 from DR6/masterAdam Bard2013-06-29-1/+26
| |\ \ | | | | | | | | Added IO to haskell's tutorial
| | * | Added IO to haskell's tutorialDR62013-06-29-1/+26
| |/ /
* / / Updated clojureAdam2013-06-29-2/+4
|/ /
* | Merge branch 'master' of https://github.com/adambard/learnxinyminutes-docsAdam2013-06-29-1/+1
|\ \
| * \ Merge pull request #49 from astrieanna/patch-1Adam Bard2013-06-29-1/+1
| |\ \ | | |/ | |/| tiny typo fix in python
| | * tiny typo fix in pythonLeah Hanson2013-06-29-1/+1
| |/ | | | | we -> be
* | Massive edit on PHPAdam2013-06-29-292/+284
| |
* | A few fixesAdam2013-06-29-14/+14
|/
* Merge pull request #39 from e99n09/masterAdam Bard2013-06-29-0/+332
|\ | | | | Statistical computing language R
| * 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)
* | Merge pull request #46 from swlaschin/masterAdam Bard2013-06-29-25/+226
|\ \ | | | | | | Updated F# examples
| * | Updated F# code with new list and collection examples, and extra examples ↵Scott Wlaschin2013-06-29-25/+226
| |/ | | | | | | for data types.
* | Merge pull request #41 from joushx/patch-1Adam Bard2013-06-29-1/+1
|\ \ | | | | | | Fixed typo
| * | Fixed typoJohannes Mittendorfer2013-06-29-1/+1
| |/ | | | | "Use return to return a value" instead "Use return a return a value"
* | Merge pull request #36 from jbub/fixsetsAdam Bard2013-06-29-1/+1
|\ \ | | | | | | python set literals should be separated by comma
| * | python set literals should be separated by commaJuraj Bubniak2013-06-29-1/+1
| |/
* | Merge pull request #44 from chrisdowns/patch-1Adam Bard2013-06-29-1/+1
|\ \ | |/ |/| tiny typo fixed