Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Update pointer examples and comments | Kai Mallea | 2013-06-28 | -6/+21 |
| | ||||
* | Updates | Adam | 2013-06-28 | -0/+4 |
| | ||||
* | Merge pull request #27 from lodin/master | Adam Bard | 2013-06-28 | -1/+3 |
|\ | | | | | Adding contact for feedback =] | |||
| * | Add contact info to python doc | Louie Dinh | 2013-06-28 | -0/+2 |
| | | ||||
| * | Merge remote-tracking branch 'upstream/master' | Louie Dinh | 2013-06-28 | -44/+487 |
| |\ | ||||
| * | | Remove however in unpacking commenting. It's confusing | Louie Dinh | 2013-06-27 | -1/+1 |
| | | | ||||
* | | | Merge pull request #30 from jeffcarp/master | Adam Bard | 2013-06-28 | -2/+2 |
|\ \ \ | |_|/ |/| | | Reverse "Omit the beginning" and "Omit the end" examples | |||
| * | | Reverse "omit the beginning|end" | Jeff Carpenter | 2013-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-1 | Adam Bard | 2013-06-28 | -0/+3 |
|\ \ | | | | | | | Added clojure dependency version | |||
| * | | Added clojure dependency version | Daniel Velkov | 2013-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-2 | Adam Bard | 2013-06-28 | -2/+2 |
|\ \ | | | | | | | Fixed misspellings | |||
| * | | Fixed misspellings | Miguel Lloreda | 2013-06-28 | -2/+2 |
|/ / | ||||
* | | Merge pull request #17 from mrshankly/patch-1 | Adam Bard | 2013-06-28 | -4/+4 |
|\ \ | | | | | | | Corrected the last element of li in the lists explanation | |||
| * | | Corrected the last element of li in the lists explanation. | mrshankly | 2013-06-28 | -4/+4 |
| | | | ||||
* | | | Merge pull request #19 from partkyle/dictionary-clarification | Adam Bard | 2013-06-28 | -0/+4 |
|\ \ \ | |/ / |/| | | Added some clarification on the default value for dictionary.get | |||
| * | | added some clarification on the default value for dictionary.get | Kyle Partridge | 2013-06-28 | -0/+4 |
|/ / | ||||
* | | Updates | Adam | 2013-06-28 | -1/+3 |
| | | ||||
* | | Merge branch 'master' of https://github.com/adambard/learnxinyminutes-docs | Adam | 2013-06-28 | -0/+21 |
|\ \ | ||||
| * \ | Merge pull request #11 from liteye/master | Adam Bard | 2013-06-28 | -0/+21 |
| |\ \ | | | | | | | | | Few supplementary codes to Python | |||
| | * | | add conditional expressions, get and setdefault for dictionary and a little ↵ | Liteye | 2013-06-28 | -0/+21 |
| |/ / | | | | | | | | | | | | | | | | tip about fuction calling. Signed-off-by: Liteye <yelite958@gmail.com> | |||
* | | | Fixed c thing | Adam | 2013-06-28 | -1/+1 |
| | | | ||||
* | | | Merge branch 'master' of https://github.com/adambard/learnxinyminutes-docs | Adam | 2013-06-28 | -1/+14 |
|\| | | ||||
| * | | Merge pull request #9 from jssevestre/master | Adam Bard | 2013-06-28 | -1/+14 |
| |\ \ | | | | | | | | | Inequality, compare and chained | |||
| | * | | Add inequality and chained comparisons | js.sevestre | 2013-06-28 | -1/+14 |
| |/ / | ||||
* / / | Took a run at C | Adam | 2013-06-28 | -0/+336 |
|/ / | ||||
* | | Fixed a typo | Adam | 2013-06-27 | -1/+1 |
| | | ||||
* | | Fixed any syntax errors | Adam | 2013-06-27 | -4/+16 |
| | | ||||
* | | Minor fixes to python doc | Adam | 2013-06-27 | -1/+15 |
| | | ||||
* | | edits | Adam | 2013-06-27 | -4/+5 |
| | | ||||
* | | Merged emarref's changes | Adam | 2013-06-27 | -25/+54 |
|\ \ | ||||
| * | | Use sinlge line breaks for clarity | Malcolm Fell | 2013-06-28 | -1/+2 |
| | | | ||||
| * | | Correct syntax error declaring final method | Malcolm Fell | 2013-06-28 | -2/+3 |
| | | | ||||
| * | | Replace tabs with spaces | Malcolm Fell | 2013-06-28 | -38/+38 |
| | | | ||||
| * | | Clarify anonymous functions as callbacks as arguments | Malcolm Fell | 2013-06-28 | -1/+5 |
| | | | ||||
| * | | Add example of currying | Malcolm Fell | 2013-06-28 | -0/+17 |
| | | | ||||
| * | | Make comparisons clearer when type juggling | Malcolm Fell | 2013-06-28 | -6/+11 |
| | | | ||||
| * | | Make if statement result clearer | Malcolm Fell | 2013-06-28 | -2/+2 |
| | | | ||||
| * | | Add description of typecasting | Malcolm Fell | 2013-06-28 | -0/+4 |
| | | | ||||
| * | | Move reference operator to site next to variable, as per docs | Malcolm Fell | 2013-06-28 | -1/+1 |
| | | | ||||
| * | | Mention print is a language construct | Malcolm Fell | 2013-06-28 | -0/+1 |
| | | | ||||
| * | | Correct form of string concatenation. | Malcolm Fell | 2013-06-28 | -1/+1 |
| | | | ||||
| * | | Fix spelling error concatinated -> concatenated | Malcolm Fell | 2013-06-28 | -10/+10 |
| | | | ||||
* | | | Merge pull request #5 from jvns/patch-1 | Adam Bard | 2013-06-27 | -1/+1 |
|\ \ \ | | | | | | | | | Fix typo in Python tutorial | |||
| * | | | Fix typo | Julia Evans | 2013-06-27 | -1/+1 |
|/ / / | | | | | | | 8-1 is 7 =) | |||
* | | | Small edits to python version | Adam | 2013-06-27 | -4/+12 |
| | | | ||||
* | | | Merge pull request #4 from lodin/master | Adam Bard | 2013-06-27 | -13/+44 |
|\ \ \ | | |/ | |/| | Added floats and slices. FIlled out the tuples section a bit. | |||
| * | | Added tuples, floats and slice syntax. A few minor edits too | Louie Dinh | 2013-06-27 | -13/+44 |
|/ / | ||||
* | | Fix up PHP | Adam | 2013-06-27 | -62/+135 |
| | | ||||
* | | Minor updates | Adam | 2013-06-27 | -40/+46 |
| | | ||||
* | | Merge pull request #3 from emarref/master | Adam Bard | 2013-06-27 | -0/+474 |
|\| | | | | | PHP |