Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge pull request #111 from P7h/master | Adam Bard | 2013-07-07 | -38/+93 |
|\ | | | | | Fixed Java language docs and added few missing features from the document. | |||
| * | Fixed few mistakes. Added few missing features. | Prashanth Babu | 2013-07-07 | -38/+93 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Added JavaDoc comments. 2. Mentioned and used tab character by giving an example on escape character for Tab. 3. Fixed the condition evaluation to true or false instead of 1 or 0. 4. Added switch case statement example for Strings. 5. Added default access level modifier to the Java class. 6. Added Java Tutorial trail to links for further research. 7. Added link for OOP Concepts for Java and have put all the corresponding links as a children to this. 8. Fixed various other statements for consistency. | |||
* | | Merge pull request #106 from alco/patch-1 | Adam Bard | 2013-07-07 | -5/+6 |
|\ \ | |/ |/| | Ruby: nil != false | |||
| * | Ruby: nil != false | Alexei Sholik | 2013-07-05 | -5/+6 |
|/ | | | Instead of saying `nil == false` (which is incorrect), show that negating `nil` and `false` produces `true`. Negating anything else will produce `false`. | |||
* | Merge pull request #105 from Jakehp/patch-3 | Adam Bard | 2013-07-05 | -0/+2 |
|\ | | | | | annotations explanation | |||
| * | annotations explanation | Jake Prather | 2013-07-04 | -0/+2 |
|/ | ||||
* | Merge pull request #102 from sergiokas/master | Adam Bard | 2013-07-04 | -0/+30 |
|\ | | | | | Adding small function pointers example in C | |||
| * | #102, moving function pointers section to the end of the doc | sergiokas | 2013-07-04 | -27/+30 |
| | | ||||
| * | Update c.html.markdown | sergiokas | 2013-07-04 | -3/+6 |
| | | ||||
| * | Adding small function pointers example | sergiokas | 2013-07-03 | -0/+24 |
| | | ||||
* | | Minor edits to javascript | Adam | 2013-07-04 | -16/+11 |
| | | ||||
* | | Merge pull request #42 from adambrenecki/javascript | Adam Bard | 2013-07-04 | -0/+438 |
|\ \ | | | | | | | JavaScript | |||
| * | | Miscellaneous additions | Adam Brenecki | 2013-07-04 | -2/+14 |
| | | | ||||
| * | | Added 'functions, scope and closures' section | Adam Brenecki | 2013-07-04 | -0/+65 |
| | | | ||||
| * | | Miscellaneous edits to JavaScript | Adam Brenecki | 2013-07-03 | -22/+49 |
| | | | ||||
| * | | Add control structures | Adam Brenecki | 2013-06-30 | -3/+57 |
| | | | ||||
| * | | Continue work on objects cont'd section | Adam Brenecki | 2013-06-30 | -21/+52 |
| | | | ||||
| * | | Tidy up section on variables, arrays and objects | Adam Brenecki | 2013-06-30 | -5/+8 |
| | | | ||||
| * | | Edits to section on strings and numbers | Adam Brenecki | 2013-06-30 | -13/+22 |
| | | | ||||
| * | | Added links to MDN, tidied intro | Adam Brenecki | 2013-06-30 | -2/+12 |
| | | | ||||
| * | | Merge pull request #1 from DrJonOsterman/patch-1 | Adam Brenecki | 2013-06-29 | -5/+5 |
| |\ \ | | | | | | | | | comment syntax fix | |||
| | * | | comment syntax fix | DrJonOsterman | 2013-06-29 | -5/+5 |
| |/ / | ||||
| * | | Begin writing about JavaScript arrays and dictionaries | Adam Brenecki | 2013-06-29 | -8/+113 |
| | | | ||||
| * | | Add the rest of the tutorial's structure | Adam Brenecki | 2013-06-29 | -0/+8 |
| | | | ||||
| * | | Start work on the JavaScript tutorial | Adam Brenecki | 2013-06-29 | -0/+114 |
| | | | ||||
* | | | Merge pull request #103 from ilyagr/patch-1 | Adam Bard | 2013-07-03 | -5/+5 |
|\ \ \ | | | | | | | | | Update haskell.html.markdown | |||
| * | | | Update haskell.html.markdown | ilyagr | 2013-07-03 | -5/+5 |
|/ / / | | | | | | | Minor improvements to polymorphic types | |||
* | | | Line length edit for ruby | Adam | 2013-07-03 | -2/+3 |
| | | | ||||
* | | | Edit for line length | Adam | 2013-07-03 | -8/+8 |
| | | | ||||
* | | | Authors -> Contributors | Adam | 2013-07-03 | -29/+27 |
| | | | ||||
* | | | Ruby updates | Adam | 2013-07-03 | -4/+5 |
| | | | ||||
* | | | Merged haskell changes from ilyagr | Adam | 2013-07-03 | -16/+71 |
| |/ |/| | ||||
* | | Merge pull request #100 from ilyagr/before | Adam Bard | 2013-07-03 | -1/+1 |
|\ \ | | | | | | | Update haskell.html.markdown | |||
| * | | Update haskell.html.markdown | ilyagr | 2013-07-03 | -1/+1 |
| | | | | | | | | | Fixed unmatched parentheses | |||
* | | | Merge pull request #99 from adelq/master | Adam Bard | 2013-07-03 | -1/+1 |
|\ \ \ | | | | | | | | | Fix minor grammatical error on python page | |||
| * | | | Fix grammatical errors | Adel Qalieh | 2013-07-03 | -1/+1 |
| | |/ | |/| | ||||
* | | | Merge pull request #18 from davefp/ruby | Adam Bard | 2013-07-03 | -0/+306 |
|\ \ \ | | | | | | | | | Ruby | |||
| * | | | Updates YAML front-matter to match #97 | David Underwood | 2013-07-03 | -2/+2 |
| | | | | ||||
| * | | | Adds class documentation written by @joelwalden in #95 | David Underwood | 2013-07-03 | -0/+52 |
| | | | | ||||
| * | | | Adds emphasis about the object-oriented nature of ruby, and removes ↵ | David Underwood | 2013-07-02 | -28/+31 |
| | | | | | | | | | | | | | | | | references to lesser-used array functions | |||
| * | | | changes string interpolation text as suggested by @fbernier | David Underwood | 2013-07-02 | -2/+2 |
| | | | | ||||
| * | | | Adds sections for symbols, hashes, and yields | David Underwood | 2013-07-01 | -1/+50 |
| | | | | ||||
| * | | | fixes typos in the boolean results | David Underwood | 2013-06-29 | -4/+4 |
| | | | | ||||
| * | | | Initial WIP commit for ruby | David Underwood | 2013-06-28 | -0/+202 |
| | | | | ||||
* | | | | Merge branch 'master' of https://github.com/adambard/learnxinyminutes-docs | Adam | 2013-07-03 | -0/+5 |
|\ \ \ \ | ||||
| * \ \ \ | Merge pull request #92 from paolomainardi/master | Adam Bard | 2013-07-03 | -0/+5 |
| |\ \ \ \ | | | | | | | | | | | | | Ternary operator example | |||
| | * | | | | Ternary operator example | Paolo Mainardi | 2013-07-03 | -0/+5 |
| |/ / / / | ||||
* / / / / | Small fix in python | Adam | 2013-07-03 | -1/+2 |
|/ / / / | ||||
* | | | | Edited elixir doc for length and runnability | Adam | 2013-07-02 | -8/+14 |
| | | | | ||||
* | | | | Edited julia code for line length and runnability | Adam | 2013-07-02 | -46/+106 |
| | | | |