Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge pull request #96 from paierlep/master | Adam Bard | 2013-08-01 | -1/+16 |
|\ | | | | | added a few sentences about constants | |||
| * | Update php.html.markdown | paierlep | 2013-07-03 | -1/+1 |
| | | | | | | ?> instead of ? > | |||
| * | Update php.html.markdown | paierlep | 2013-07-03 | -0/+15 |
| | | | | | | a few sentences to constants | |||
* | | An assortment | Adam | 2013-08-01 | -20/+314 |
| | | ||||
* | | Merge branch 'master-cn' of https://github.com/adambard/learnxinyminutes-docs | Adam | 2013-08-01 | -0/+415 |
|\ \ | ||||
| * \ | Merge pull request #151 from lichenbo/master-cn | Adam Bard | 2013-08-01 | -0/+415 |
| |\ \ | | | | | | | | | add js-cn | |||
| | * | | add js-cn | Chenbo Li | 2013-08-01 | -0/+415 |
| | | | | ||||
* | | | | Merge pull request #143 from lukeholder/patch-1 | Adam Bard | 2013-07-31 | -0/+13 |
|\ \ \ \ | | | | | | | | | | | Explained syntactic sugar is really just method calls. | |||
| * | | | | Fixed comment style | Luke Holder | 2013-07-30 | -2/+2 |
| | | | | | ||||
| * | | | | Updated location, and reduced examples | Luke Holder | 2013-07-30 | -17/+12 |
| | | | | | | | | | | | | | | | also added array [] access example. | |||
| * | | | | Explained syntactic sugar is really just method calls. | Luke Holder | 2013-07-29 | -0/+18 |
| | | | | | | | | | | | | | | | Objects in ruby receive a message via the . (dot) notation. The arithmetic operators are just syntactic sugar of the . message notation. | |||
* | | | | | Merge pull request #104 from brianfmartin/patch-1 | Adam Bard | 2013-07-31 | -0/+248 |
|\ \ \ \ \ | | | | | | | | | | | | | Create Visual Basic | |||
| * | | | | | Create Visual Basic | Brian Martin | 2013-07-05 | -0/+248 |
| | | | | | | | | | | | | | | | | | | Contributing Visual Basic. | |||
* | | | | | | Merge branch 'master' of https://github.com/adambard/learnxinyminutes-docs | Adam | 2013-07-31 | -0/+292 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||
| * | | | | | Merge pull request #150 from L8D/master | Adam Bard | 2013-07-31 | -0/+55 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Started on the addition of coffeescript | |||
| | * | | | | | Started on the addition of coffeescript | L8D | 2013-07-31 | -0/+55 |
| | | | | | | | ||||
| * | | | | | | Merge pull request #148 from L8D/patch-1 | Adam Bard | 2013-07-31 | -0/+237 |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | Added Whip LISP dialect | |||
| | * | | | | | Added Whip LISP dialect | Tenor Biel | 2013-07-31 | -0/+237 |
| |/ / / / / | ||||
* | | | | | | Merge pull request #147 from lichenbo/master-cn | Adam Bard | 2013-07-31 | -0/+1773 |
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | | | Chinese translated version of c and elisp tutorial | |||
| * | | | | add php-cn | U-lichenbo-PC\lichenbo | 2013-08-01 | -0/+635 |
| | | | | | ||||
| * | | | | add java-cn | U-lichenbo-PC\lichenbo | 2013-07-31 | -0/+404 |
| | | | | | ||||
| * | | | | add c-cn.html.markdown | U-lichenbo-PC\lichenbo | 2013-07-31 | -0/+394 |
| | | | | | ||||
| * | | | | add elisp-cn | U-lichenbo-PC\lichenbo | 2013-07-30 | -0/+340 |
|/ / / / | ||||
* | | | | Merged Bastien's changes | Adam | 2013-07-29 | -6/+10 |
|\ \ \ \ | |_|/ / |/| | | | ||||
| * | | | Fix more typos. | Bastien Guerry | 2013-07-29 | -3/+7 |
| | | | | ||||
| * | | | Merge pull request #2 from lichenbo/master | Bastien | 2013-07-29 | -2/+2 |
| |\ \ \ | | | | | | | | | | | Fix typos in elisp | |||
| | * | | | typo | Chenbo Li | 2013-07-29 | -1/+1 |
| | | | | | ||||
| | * | | | Fix typos in elisp | Chenbo Li | 2013-07-29 | -1/+1 |
| | | | | | | | | | | | | | | | Fix typos | |||
| * | | | | Merge pull request #3 from lichenbo/patch-1 | Bastien | 2013-07-29 | -1/+1 |
| |\ \ \ \ | | |/ / / | |/| | | | another semicolon typo | |||
| | * | | | another semicolon typo | Chenbo Li | 2013-07-29 | -1/+1 |
| |/ / / | ||||
* | | | | Small edits to elisp | Adam | 2013-07-29 | -2/+2 |
| | | | | ||||
* | | | | Merge pull request #122 from iirelu/master | Adam Bard | 2013-07-29 | -0/+3 |
|\ \ \ \ | | | | | | | | | | | Added link to Javascript Garden | |||
| * | | | | Added link to Javascript Garden | Anna Harren | 2013-07-15 | -0/+3 |
| | | | | | ||||
* | | | | | Merge pull request #136 from bzg/master | Adam Bard | 2013-07-29 | -0/+349 |
|\ \ \ \ \ | | |/ / / | |/| | | | New file elisp.html.markdown for Emacs Lisp in 15 minutes. | |||
| * | | | | Merge pull request #1 from LinXitoW/patch-1 | Bastien | 2013-07-28 | -0/+0 |
| |\ \ \ \ | | | | | | | | | | | | | fix hotkey typo | |||
| | * | | | | fix hotkey typo | LinXitoW | 2013-07-28 | -1/+1 |
| | | | | | | | | | | | | | | | | | | o in c-xo instead of j | |||
| * | | | | | Fix more typos. | Bastien Guerry | 2013-07-28 | -5/+5 |
| |/ / / / | ||||
| * | | | | elisp.html.markdown: Fix typos. | Bastien Guerry | 2013-07-26 | -9/+10 |
| | | | | | | | | | | | | | | | | | | | | Thanks to Alan Schmitt for reporting them. | |||
| * | | | | elisp.html.markdown: Bump to v0.2. | Bastien Guerry | 2013-07-26 | -20/+59 |
| | | | | | ||||
| * | | | | Fix typo. | Bastien Guerry | 2013-07-25 | -1/+1 |
| | | | | | ||||
| * | | | | New file elisp.html.markdown for Emacs Lisp in 15 minutes. | Bastien Guerry | 2013-07-25 | -0/+309 |
| | | | | | ||||
* | | | | | Merge pull request #139 from amrnt/master | Adam Bard | 2013-07-29 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | fix fib function for Lua: fib(0) must eql 0 not 1 | |||
| * | | | | | fix fib function for Lua: fib(0) must eql 0 not 1 | Amr Tamimi | 2013-07-28 | -1/+1 |
| |/ / / / | ||||
* | | | | | Merge pull request #138 from mhr/patch-1 | Adam Bard | 2013-07-29 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Spelling error one of the comments in erlang.html.markdown | |||
| * | | | | | Spelling error one of the comments in erlang.html.markdown | mhr | 2013-07-28 | -1/+1 |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | % Percent sign starts an one-line comment. should be: % Percent sign starts a one-line comment. | |||
* | | | | | Merge pull request #142 from gustavoschmidt/master | Adam Bard | 2013-07-29 | -5/+10 |
|\ \ \ \ \ | |/ / / / |/| | | | | Fix hygienic macro example in racket.html.markdown | |||
| * | | | | Fix hygienic macro example in racket.html.markdown | Gustavo Schmidt | 2013-07-28 | -5/+10 |
|/ / / / | ||||
* | | | | Updates to git | Adam | 2013-07-23 | -37/+53 |
|\ \ \ \ | ||||
| * \ \ \ | Merge pull request #133 from tylerneylon/master | Adam Bard | 2013-07-22 | -34/+36 |
| |\ \ \ \ | | | | | | | | | | | | | Copyedits in git.html.markdown. | |||
| | * | | | | Copyedits in git.html.markdown. | Tyler Neylon | 2013-07-22 | -34/+36 |
| |/ / / / |