Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | 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 | |
| | | |||||
| * | [paren/ru] Translating Paren guide into Russian | TheDmitry | 2015-02-05 | -21/+20 | |
| | | |||||
| * | Added Paren-Ru Guide draft | TheDmitry | 2015-02-04 | -0/+197 | |
|/ | |||||
* | More line breaks for happy code blocks. | Adam Bard | 2015-02-04 | -0/+10 | |
| | |||||
* | Merge pull request #954 from uvtc/patch-1 | Adam Bard | 2015-02-04 | -29/+31 | |
|\ | | | | | javascript/en: added some md formatting | ||||
| * | javascript/en: added some md formatting | John Gabriele | 2015-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 article | Adam | 2015-02-03 | -0/+1 | |
| | |||||
* | Merge pull request #951 from devinmcginty/master | ven | 2015-02-02 | -1/+10 | |
|\ | | | | | Add more information on ranges in Haskell | ||||
| * | Merge pull request #2 from devinmcginty/haskell-requested-edits | Devin McGinty | 2015-02-01 | -1/+2 | |
| |\ | | | | | | | Add example of string-as-list and fix punctuation | ||||
| | * | Add example of string-as-list and fix punctuation | Devin McGinty | 2015-02-01 | -1/+2 | |
| |/ | |||||
| * | Merge pull request #1 from devinmcginty/devinmcginty-patch-1 | Devin McGinty | 2015-01-31 | -1/+9 | |
| |\ | | | | | | | Add more information on ranges in Haskell | ||||
| | * | Add more information on ranges in Haskell | Devin McGinty | 2015-01-31 | -1/+9 | |
| |/ | |||||
* | | Merge pull request #950 from Jakehp/master | Levi Bostian | 2015-02-02 | -0/+128 | |
|\ \ | | | | | | | asymptotic notation rough draft | ||||
| * \ | Merge pull request #1 from shortstuffsushi/patch-1 | Jake Prather | 2015-02-01 | -27/+19 | |
| |\ \ | | | | | | | | | More grammar fixes. Whitespace fixes for readability. | ||||
| | * | | Update asymptotic-notation.html.markdown | Graham Mueller | 2015-02-01 | -2/+2 | |
| | | | | | | | | | | | | Fixing newlines hopefully. Hard to tell in the editor. | ||||
| | * | | Update asymptotic-notation.html.markdown | Graham Mueller | 2015-02-01 | -27/+19 | |
| |/ / | | | | | | | | | | | | | Fixing some grammar and incorrect usage of it's. Replacing description of why not to use best case. Changing some formatting to hopefully make it read a little easier. | ||||
| * | | Added to 'why use worst case'. Formatting changes. | Jake Prather | 2015-02-01 | -2/+9 | |
| | | | |||||
| * | | formatting - removed italics | Jake Prather | 2015-02-01 | -2/+2 | |
| | | | |||||
| * | | formatting | Jake Prather | 2015-02-01 | -15/+19 | |
| | | |