Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge pull request #978 from kamidox/master | Geoff Liu | 2015-03-02 | -113/+529 |
|\ | | | | | Add two swift feature and make a full translation for swift to zh-cn | |||
| * | correct typo | Joey Huang | 2015-03-03 | -2/+2 |
| | | ||||
| * | correct typo | Joey Huang | 2015-03-03 | -1/+1 |
| | | ||||
| * | correct more typo | Joey Huang | 2015-03-02 | -22/+26 |
| | | ||||
| * | correct typo | Joey Huang | 2015-03-02 | -4/+5 |
| | | ||||
| * | make full translation of swift language | Joey Huang | 2015-02-28 | -112/+471 |
| | | ||||
| * | add optional init and enum with associated values | Joey Huang | 2015-02-28 | -0/+52 |
| | | ||||
* | | Merge pull request #982 from bwiklund/patch-1 | ven | 2015-03-02 | -1/+1 |
|\ \ | | | | | | | Fixed spelling | |||
| * | | Update nim.html.markdown | Ben Wiklund | 2015-03-01 | -1/+1 |
| | | | ||||
* | | | Merge pull request #980 from brxfork/patch-2 | ven | 2015-03-02 | -1/+1 |
|\ \ \ | | | | | | | | | Perl6, minor change in comments | |||
| * | | | Perl6, minor change in comments | Philippe Bricout | 2015-03-01 | -1/+1 |
| |/ / | | | | | | | It seems "when" should be replace by "given" at the end of the comment. | |||
* | | | Merge pull request #981 from munrocape/patch-1 | Adam Bard | 2015-03-01 | -3/+3 |
|\ \ \ | |/ / |/| | | Moved explanation of indexing into a list earlier | |||
| * | | Moved explanation of indexing into a list earlier | Zach Munro-Cape | 2015-03-01 | -3/+3 |
|/ / | | | | | This way, it is clear what [1..] !! 999 means later on. | |||
* | | Merge pull request #979 from def-/master | ven | 2015-03-01 | -2/+10 |
|\ \ | | | | | | | Fix Nim a bit | |||
| * | | Fix Nim a bit | def | 2015-03-01 | -2/+10 |
|/ / | ||||
* | | Merge pull request #977 from brxfork/patch-1 | Levi Bostian | 2015-02-28 | -1/+1 |
|\ \ | |/ |/| | Update perl6.html.markdown | |||
| * | Update perl6.html.markdown | Philippe Bricout | 2015-02-27 | -1/+1 |
|/ | | | typo, wrong sub name in comment : mod => x-store | |||
* | Merge pull request #973 from Commador/patch-1 | Levi Bostian | 2015-02-25 | -0/+2 |
|\ | | | | | Update java.html.markdown | |||
| * | Update java.html.markdown | Tim Miller | 2015-02-23 | -0/+2 |
| | | | | | | Added "Thinking In Java" by Bruce Eckel to the book list. It's the best Java book I've ever read. | |||
* | | Merge pull request #974 from qw3rtman/add-semicolon | Levi Bostian | 2015-02-25 | -1/+1 |
|\ \ | | | | | | | [Javascript/en] Add semicolon to maximine consistency. | |||
| * | | Add semicolon to maximine consistency. | Nimit Kalra | 2015-02-25 | -1/+1 |
| |/ | | | | | | | | | | | Added a semicolon to conform with statement at top of guide: // Because those cases can cause unexpected results, we'll keep on using // semicolons in this guide. | |||
* | | Merge pull request #975 from riqpe/master | Geoff Liu | 2015-02-25 | -2/+2 |
|\ \ | |/ |/| | fixed some typos on C++ | |||
| * | fixed some typos | Riku-Pekka Silvola | 2015-02-25 | -2/+2 |
|/ | ||||
* | Merge pull request #972 from AaronJan/patch-1 | ven | 2015-02-21 | -2/+2 |
|\ | | | | | fixed typo, little polishing | |||
| * | fixed typo, little polishing | AaronJan | 2015-02-21 | -2/+2 |
|/ | ||||
* | Merge pull request #967 from stecman/hack-relative-url-fix | Levi Bostian | 2015-02-18 | -3/+3 |
|\ | | | | | [hack/en] Fix link to other learnxinyminutes article | |||
| * | [hack/en] Fix link to other learnxinyminutes article | Stephen Holdaway | 2015-02-18 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I had assumed a relative link to another markdown file in this project would work, but it renders as: http://learnxinyminutes.com/docs/hack/php.html.markdown instead of the desired: http://learnxinyminutes.com/docs/php/ I've replaced this relative link with an absolute link to where the target page is located on the published site. This commit also fixes a typo in markdown syntax at the end of the document. | |||
* | | Merge pull request #966 from TheDmitry/patch-1 | Levi Bostian | 2015-02-18 | -1/+1 |
|\ \ | | | | | | | [lua/ru] a probable solution #957 | |||
| * | | #957 | TheDmitry | 2015-02-18 | -1/+1 |
| |/ | ||||
* | | Merge pull request #968 from awalGarg/patch-1 | Levi Bostian | 2015-02-18 | -3/+6 |
|\ \ | |/ |/| | [css/en] corrected definition of ~ selector, added | | |||
| * | corrected definition of ~ selector, added | | awalGarg | 2015-02-19 | -3/+6 |
|/ | | | | | | | [attr~='foo'] will not select <el attr="foobar">, it will only select <el attr="bar foo baz"> Also added definition for [attr|='pre'] style selector Refs: https://developer.mozilla.org/en-US/docs/Web/CSS/Attribute_selectors, http://jsfiddle.net/awalGarg/72k3ptsk/ | |||
* | Merge pull request #965 from stecman/add-hack-lang | Levi Bostian | 2015-02-17 | -0/+307 |
|\ | | | | | [hack/en] Add english Hack language page | |||
| * | [hack/en] Add english Hack language page | Stephen Holdaway | 2015-02-18 | -0/+307 |
|/ | ||||
* | Merge pull request #963 from mrmlnc/master | Andre Polykanine A.K.A. Menelion Elensúlë | 2015-02-16 | -5/+5 |
|\ | | | | | [css/en] Fix typos | |||
| * | [css/en] Fix typos | Denis Malinochkin | 2015-02-16 | -5/+5 |
|/ | ||||
* | Merge pull request #962 from TheDmitry/xml-ru | Andre Polykanine A.K.A. Menelion Elensúlë | 2015-02-14 | -0/+130 |
|\ | | | | | [xml/ru] Translating XML guide into Russian | |||
| * | [xml/ru] Typo | TheDmitry | 2015-02-14 | -5/+5 |
| | | ||||
| * | Fix | TheDmitry | 2015-02-13 | -22/+23 |
| | | ||||
| * | [xml/ru] DTD description | TheDmitry | 2015-02-13 | -9/+9 |
| | | ||||
| * | [xml/ru] DTD | TheDmitry | 2015-02-12 | -5/+5 |
| | | ||||
| * | [xml/ru] Well-Formatted Document | TheDmitry | 2015-02-11 | -7/+7 |
| | | ||||
| * | XML Description | TheDmitry | 2015-02-11 | -9/+9 |
| | | ||||
| * | [xml/ru] Translating comment two | TheDmitry | 2015-02-10 | -6/+6 |
| | | ||||
| * | [xml/ru] XML Document | TheDmitry | 2015-02-09 | -9/+9 |
| | | ||||
| * | [xml/ru] Translating First Description | TheDmitry | 2015-02-09 | -0/+129 |
| | | ||||
* | | Merge pull request #961 from duanchenggang/ocaml | ven | 2015-02-12 | -6/+11 |
|\ \ | | | | | | | [ocaml/en] Change the example of mutually recursive functions | |||
| * | | [ocaml/en] Fix typo | Chenggang Duan | 2015-02-12 | -1/+1 |
| | | | ||||
| * | | [ocaml/en] Change the example of mutually recursive functions | Chenggang Duan | 2015-02-12 | -5/+10 |
|/ / | | | | | | | | | Change the example to a meaningful and self-contained example of mutually recursive functions. | |||
* | | Merge pull request #956 from TheDmitry/paren-ru | Andre Polykanine A.K.A. Menelion Elensúlë | 2015-02-09 | -0/+196 |
|\ \ | |/ |/| | [paren/ru] Translating Paren guide into Russian | |||
| * | [paren/ru] Fix typo | TheDmitry | 2015-02-09 | -8/+8 |
| | |