summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* Update python3.html.markdownAdam Bard2016-03-30-1/+0
| | | Remove TODO
* Merge pull request #2220 from Atcold/patch-1Adam Bard2016-03-30-3/+3
|\ | | | | Update python3.html.markdown
| * Update python3.html.markdownAlfredo Canziani2016-03-30-1/+1
| | | | | | | | | | | | | | | | | | The same happens for `filter`. ```pythob filter(lambda x: x > 5, [3, 4, 5, 6, 7]) <filter at 0x110567320> list(filter(lambda x: x > 5, [3, 4, 5, 6, 7])) [6, 7] ```
| * Update python3.html.markdownAlfredo Canziani2016-03-30-2/+2
|/ | | `map` requires `list` in order to convert the mapping to its list. E.g. `<map at 0x11057ce48>` to `[11, 12, 13]`.
* Merge pull request #2219 from warmchang/masterven2016-03-29-1/+1
|\ | | | | the filenameis is "learn-cn.lua", so the command should be "lua learn-cn.lua".
| * Update lua-cn.html.markdownWilliam Chang2016-03-29-1/+1
|/ | | the filenameis is "learn-cn.lua", so the command should be "lua learn-cn.lua".
* Delete r.html.markdown~ven2016-03-29-807/+0
|
* Merge pull request #2215 from blackdev1l/patch-1ven2016-03-28-0/+1
|\ | | | | Add `lang: it-it` to metadata
| * Add `lang: it-it` to metadataCristian Achille2016-03-28-0/+1
|/
* Merge pull request #2211 from alisvlouis/patch-1Geoff Liu2016-03-27-0/+2
|\ | | | | [Common Lisp/zh-cn] Add ANSI Common Lisp
| * Update common-lisp-cn.html.markdownLouis Victory Alis2016-03-27-0/+2
|/ | | add ANSI Common Lisp
* Merge pull request #2208 from juan70/ocaml-filterAdam Bard2016-03-26-1/+1
|\ | | | | Change anonymous function in List.filter example
| * Change anonymous function in List.filter examplejuan702016-03-26-1/+1
|/ | | Change into what is supposed to be better style, or maybe a more idiomatic way of writing the predicate.
* Merge pull request #2183 from ukazap/masterven2016-03-25-0/+622
|\ | | | | [ruby/id-id] Added Indonesian translation for Ruby
| * [ruby/id-id] Added Indonesian translation for RubyUkaza Perdana2016-03-10-0/+622
| |
* | Merge pull request #2207 from ajimu/patch-1Adam Bard2016-03-23-1/+1
|\ \ | | | | | | [nim/en] Correct syntax highlighting
| * | [nim/en] Correct syntax highlightingajimu2016-03-23-1/+1
|/ / | | | | The language was changed to JavaScript in [this commit](https://github.com/adambard/learnxinyminutes-docs/commit/f3b10beb01795bf7513ec8d06c9e90ab98df7a83).
* | Merge pull request #2206 from ryebr3ad/masterven2016-03-22-3/+3
|\ \ | | | | | | [c/en] issue 2205: Change variable 'size' to 'array_size'
| * | issue 2205: Change variable 'size' to 'array_size'Ryan Rauschenberg2016-03-22-3/+3
|/ /
* | Merge pull request #1700 from blackdev1l/masterven2016-03-22-0/+144
|\ \ | | | | | | [ruby/it] Translation of Ruby ecosystem in italian
| * | Huge typoCristian Achille2015-10-20-3/+3
| | |
| * | [ruby/it] initial commitCristian Achille2015-10-20-0/+144
| | |
* | | Update json-lt.html.markdownAdam Bard2016-03-21-1/+1
| | |
* | | Update bash-it.html.markdownAdam Bard2016-03-21-1/+1
| | |
* | | Update python3.html.markdownAdam Bard2016-03-21-1/+1
| | |
* | | Update c++-es.html.markdownAdam Bard2016-03-21-1/+1
| | |
* | | Merge pull request #2204 from williadc/masterAdam Bard2016-03-20-1/+1
|\ \ \ | | | | | | | | [perl6/en] Fixed instance where wrong variable name was used
| * | | Fixed instance where wrong variable name was usedDustin Williams2016-03-20-1/+1
|/ / /
* | | Merge pull request #2203 from oliverpool/patch-1ven2016-03-20-1/+1
|\ \ \ | | | | | | | | [LaTeX/en] Typo: table columns are separated by '&'
| * | | Typo: LaTeX table columns are separated by '&'oliverpool2016-03-20-1/+1
|/ / /
* | | Merge pull request #2200 from divayprakash/typos-fix9ven2016-03-19-41/+56
|\ \ \ | | | | | | | | fixed whitespaces, content extending beyond 80 chars
| * | | fixed whitespaces, content extending beyond 80 charsDivay Prakash2016-03-18-41/+56
| | | |
* | | | Merge pull request #2202 from s-webber/masterven2016-03-19-3/+4
|\ \ \ \ | | | | | | | | | | [kotlin/en] Add links to other resources
| * | | | updated further reading sections-webber2016-03-19-2/+3
| | | | |
| * | | | removed unnecessary bracketss-webber2016-03-19-1/+1
| | | | |
* | | | | Merge pull request #2201 from acidflip/masterAdam Bard2016-03-18-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Update pythonstatcomp.html.markdown
| * | | | | Update pythonstatcomp.html.markdownJason Kinetec2016-03-18-1/+0
| | | | | |
| * | | | | Update pythonstatcomp.html.markdownJason Kinetec2016-03-18-2/+3
|/ / / / /
* | | | | Merge pull request #2198 from divayprakash/typos-fix7ven2016-03-18-15/+16
|\ \ \ \ \ | | | | | | | | | | | | fixed whitespaces & content extending beyond 80 chars
| * | | | | fixed whitespaces & content extending beyond 80 charsDivay Prakash2016-03-18-15/+16
| | |/ / / | |/| | |
* | | | | Merge pull request #2199 from divayprakash/typos-fix8ven2016-03-18-7/+11
|\ \ \ \ \ | |/ / / / |/| | | | fixed content extending beyond 80 chars
| * | | | fixed content extending beyond 80 charsDivay Prakash2016-03-18-7/+11
|/ / / /
* | | | Merge pull request #2196 from JacobCWard/typos-5Jacob Ward2016-03-17-19/+39
|\ \ \ \ | | | | | | | | | | [css/en] several fixes
| * | | | [css/en] several fixesJacob Ward2016-03-16-19/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Reduced almost all lines to less than 80 characters in length. - ie -> e.g. - occuring -> occurring (line 209)
* | | | | Merge pull request #2147 from shawnzhang009/masterGeoff Liu2016-03-17-0/+173
|\ \ \ \ \ | | | | | | | | | | | | [TypeScript/zh-cn] Create the zh-cn version of TypeScript
| * \ \ \ \ Merge remote-tracking branch 'upstream/master'Shawn Zhang2016-03-15-494/+11916
| |\ \ \ \ \
| * | | | | | fixed some sentencesShawn.Zhang2016-03-15-5/+5
| | | | | | |
| * | | | | | Create the zh-cn version of typescriptShawn Zhang2016-02-19-0/+173
| | | | | | |
* | | | | | | Merge pull request #1276 from theSuess/masterAdam Bard2016-03-16-0/+250
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | [d/de] Added German translation for D
| * | | | | | Update d-de.html.markdownDominik Süß2016-03-16-3/+4
| | | | | | |