summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
...
| | * | | | Fix Nim a bitdef2015-03-01-2/+10
| |/ / / /
| * | | | Merge pull request #977 from brxfork/patch-1Levi Bostian2015-02-28-1/+1
| |\ \ \ \ | | |/ / / | |/| | | Update perl6.html.markdown
| | * | | Update perl6.html.markdownPhilippe Bricout2015-02-27-1/+1
| |/ / / | | | | | | | | typo, wrong sub name in comment : mod => x-store
| * | | Merge pull request #973 from Commador/patch-1Levi Bostian2015-02-25-0/+2
| |\ \ \ | | | | | | | | | | Update java.html.markdown
| | * | | Update java.html.markdownTim Miller2015-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-semicolonLevi Bostian2015-02-25-1/+1
| |\ \ \ \ | | | | | | | | | | | | [Javascript/en] Add semicolon to maximine consistency.
| | * | | | Add semicolon to maximine consistency.Nimit Kalra2015-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/masterGeoff Liu2015-02-25-2/+2
| |\ \ \ \ | | |/ / / | |/| | | fixed some typos on C++
| | * | | fixed some typosRiku-Pekka Silvola2015-02-25-2/+2
| |/ / /
| * | | Merge pull request #972 from AaronJan/patch-1ven2015-02-21-2/+2
| |\ \ \ | | | | | | | | | | fixed typo, little polishing
| | * | | fixed typo, little polishingAaronJan2015-02-21-2/+2
| |/ / /
| * | | Merge pull request #967 from stecman/hack-relative-url-fixLevi Bostian2015-02-18-3/+3
| |\ \ \ | | | | | | | | | | [hack/en] Fix link to other learnxinyminutes article
| | * | | [hack/en] Fix link to other learnxinyminutes articleStephen Holdaway2015-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-1Levi Bostian2015-02-18-1/+1
| |\ \ \ \ | | | | | | | | | | | | [lua/ru] a probable solution #957
| | * | | | #957TheDmitry2015-02-18-1/+1
| | |/ / /
| * | | | Merge pull request #968 from awalGarg/patch-1Levi Bostian2015-02-18-3/+6
| |\ \ \ \ | | |/ / / | |/| | | [css/en] corrected definition of ~ selector, added |
| | * | | corrected definition of ~ selector, added |awalGarg2015-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-langLevi Bostian2015-02-17-0/+307
| |\ \ \ | | | | | | | | | | [hack/en] Add english Hack language page
| | * | | [hack/en] Add english Hack language pageStephen Holdaway2015-02-18-0/+307
| |/ / /
| * | | Merge pull request #963 from mrmlnc/masterAndre Polykanine A.K.A. Menelion Elensúlë2015-02-16-5/+5
| |\ \ \ | | |_|/ | |/| | [css/en] Fix typos
| | * | [css/en] Fix typosDenis Malinochkin2015-02-16-5/+5
| |/ /
| * | Merge pull request #962 from TheDmitry/xml-ruAndre Polykanine A.K.A. Menelion Elensúlë2015-02-14-0/+130
| |\ \ | | | | | | | | [xml/ru] Translating XML guide into Russian
| | * | [xml/ru] TypoTheDmitry2015-02-14-5/+5
| | | |
| | * | FixTheDmitry2015-02-13-22/+23
| | | |
| | * | [xml/ru] DTD descriptionTheDmitry2015-02-13-9/+9
| | | |
| | * | [xml/ru] DTDTheDmitry2015-02-12-5/+5
| | | |
| | * | [xml/ru] Well-Formatted DocumentTheDmitry2015-02-11-7/+7
| | | |
| | * | XML DescriptionTheDmitry2015-02-11-9/+9
| | | |
| | * | [xml/ru] Translating comment twoTheDmitry2015-02-10-6/+6
| | | |
| | * | [xml/ru] XML DocumentTheDmitry2015-02-09-9/+9
| | | |
| | * | [xml/ru] Translating First DescriptionTheDmitry2015-02-09-0/+129
| | | |
| * | | Merge pull request #961 from duanchenggang/ocamlven2015-02-12-6/+11
| |\ \ \ | | | | | | | | | | [ocaml/en] Change the example of mutually recursive functions
| | * | | [ocaml/en] Fix typoChenggang Duan2015-02-12-1/+1
| | | | |
| | * | | [ocaml/en] Change the example of mutually recursive functionsChenggang Duan2015-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-ruAndre Polykanine A.K.A. Menelion Elensúlë2015-02-09-0/+196
| |\ \ \ | | |/ / | |/| | [paren/ru] Translating Paren guide into Russian
| | * | [paren/ru] Fix typoTheDmitry2015-02-09-8/+8
| | | |
| | * | [paren/ru] Translating Paren guide into RussianTheDmitry2015-02-05-21/+20
| | | |
| | * | Added Paren-Ru Guide draftTheDmitry2015-02-04-0/+197
| |/ /
| * | More line breaks for happy code blocks.Adam Bard2015-02-04-0/+10
| | |
| * | Merge pull request #954 from uvtc/patch-1Adam Bard2015-02-04-29/+31
| |\ \ | | | | | | | | javascript/en: added some md formatting
| | * | javascript/en: added some md formattingJohn Gabriele2015-02-03-29/+31
| |/ / | | | | | | | | | | | | Added some markdown formatting to the comments throughout to clarify meaning. Also tweaked a couple of other quote marks as well. Also shortened a couple of long lines. More to do, but stopped here for now. :)
| * | Added name to asymptotic notation articleAdam2015-02-03-0/+1
| | |
| * | Merge pull request #951 from devinmcginty/masterven2015-02-02-1/+10
| |\ \ | | | | | | | | Add more information on ranges in Haskell
| | * \ Merge pull request #2 from devinmcginty/haskell-requested-editsDevin McGinty2015-02-01-1/+2
| | |\ \ | | | | | | | | | | Add example of string-as-list and fix punctuation
| | | * | Add example of string-as-list and fix punctuationDevin McGinty2015-02-01-1/+2
| | |/ /
| | * | Merge pull request #1 from devinmcginty/devinmcginty-patch-1Devin McGinty2015-01-31-1/+9
| | |\ \ | | | | | | | | | | Add more information on ranges in Haskell
| | | * | Add more information on ranges in HaskellDevin McGinty2015-01-31-1/+9
| | |/ /
| * | | Merge pull request #950 from Jakehp/masterLevi Bostian2015-02-02-0/+128
| |\ \ \ | | | | | | | | | | asymptotic notation rough draft
| | * \ \ Merge pull request #1 from shortstuffsushi/patch-1Jake Prather2015-02-01-27/+19
| | |\ \ \ | | | | | | | | | | | | More grammar fixes. Whitespace fixes for readability.
| | | * | | Update asymptotic-notation.html.markdownGraham Mueller2015-02-01-2/+2
| | | | | | | | | | | | | | | | | | Fixing newlines hopefully. Hard to tell in the editor.