summaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAgeLines
...
* | | Merge pull request #23 from brianr/patch-1Adam Bard2013-06-28-2/+2
|\ \ \
| * | | 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
| |/ /
* | | Merge pull request #33 from esneider/patch-1Adam Bard2013-06-28-2/+2
|\ \ \
| * | | Fix precision typo with C integer typesDario Sneidermanis2013-06-28-2/+2
| | |/ | |/|
* | | Merge pull request #32 from kaimallea/masterAdam Bard2013-06-28-6/+22
|\ \ \ | |/ / |/| |
| * | 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
|\ \
| * | 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|end"Jeff Carpenter2013-06-28-2/+2
|/ / /
* | | Merge pull request #24 from djv/patch-1Adam Bard2013-06-28-0/+3
|\ \ \ | |_|/ |/| |
| * | Added clojure dependency versionDaniel Velkov2013-06-28-0/+3
|/ /
* | Merge pull request #20 from mlloreda/patch-2Adam Bard2013-06-28-2/+2
|\ \
| * | 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.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.getKyle Partridge2013-06-28-0/+4
|/ /
* | UpdatesAdam2013-06-28-1/+3
* | Merge branch 'master' of https://github.com/adambard/learnxinyminutes-docsAdam2013-06-28-0/+21
|\ \
| * \ Merge pull request #11 from liteye/masterAdam Bard2013-06-28-0/+21
| |\ \
| | * | add conditional expressions, get and setdefault for dictionary and a little t...Liteye2013-06-28-0/+21
| |/ /
* | | Fixed c thingAdam2013-06-28-1/+1
* | | Merge branch 'master' of https://github.com/adambard/learnxinyminutes-docsAdam2013-06-28-1/+14
|\| |
| * | Merge pull request #9 from jssevestre/masterAdam Bard2013-06-28-1/+14
| |\ \
| | * | Add inequality and chained comparisonsjs.sevestre2013-06-28-1/+14
| |/ /
* / / Took a run at CAdam2013-06-28-0/+336
|/ /
* | Fixed a typoAdam2013-06-27-1/+1
* | Fixed any syntax errorsAdam2013-06-27-4/+16
* | Minor fixes to python docAdam2013-06-27-1/+15
* | editsAdam2013-06-27-4/+5
* | Merged emarref's changesAdam2013-06-27-25/+54
|\ \
| * | Use sinlge line breaks for clarityMalcolm Fell2013-06-28-1/+2
| * | Correct syntax error declaring final methodMalcolm Fell2013-06-28-2/+3
| * | Replace tabs with spacesMalcolm Fell2013-06-28-38/+38
| * | Clarify anonymous functions as callbacks as argumentsMalcolm Fell2013-06-28-1/+5
| * | Add example of curryingMalcolm Fell2013-06-28-0/+17
| * | Make comparisons clearer when type jugglingMalcolm Fell2013-06-28-6/+11
| * | Make if statement result clearerMalcolm Fell2013-06-28-2/+2
| * | Add description of typecastingMalcolm Fell2013-06-28-0/+4
| * | Move reference operator to site next to variable, as per docsMalcolm Fell2013-06-28-1/+1
| * | Mention print is a language constructMalcolm Fell2013-06-28-0/+1
| * | Correct form of string concatenation.Malcolm Fell2013-06-28-1/+1
| * | Fix spelling error concatinated -> concatenatedMalcolm Fell2013-06-28-10/+10
* | | Merge pull request #5 from jvns/patch-1Adam Bard2013-06-27-1/+1
|\ \ \