summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* [logtalk/en] fix typo in example code (#2669)Paulo Moura2017-02-21-1/+1
|
* [dynamic-programming/cn]Add Translation (#2663)EtaoinWu2017-02-21-0/+57
| | | | | | * [dynamic-programming/cn]Add Translation * Update dynamic-programming-cn.html.markdown
* [julia/en] Julia mailing list converted to forums (#2666)Jesse Johnson2017-02-17-1/+1
|
* [python3/en] Fix two "getter" output examples (#2658)lilhandsbgdreams2017-02-16-2/+2
|
* Merge pull request #2657 from ebroda/masterAndre Polykanine A.K.A. Menelion Elensúlë2017-02-15-1/+1
|\ | | | | [java/de] Add missing closing parenthesis
| * Add missing closing parenthesisEike Broda2017-02-15-1/+1
|/
* [logtalk/it-it] Enable syntax coloring for code blocks (#2656)Paulo Moura2017-02-13-34/+33
|
* fix further reading url (#2655)Louis-Philippe Asselin2017-02-12-1/+1
| | | Original link displays "This file has moved to process/coding-style.rst"
* [bash/en-us]Fix spelling (#2654)Rholais Lii2017-02-12-1/+1
| | | | | | * Fix spelling * Remove the contributor tag
* Update PULL_REQUEST_TEMPLATE.mdAdam Bard2017-02-11-0/+1
|
* Get the fuck out with your plagarismAdam Bard2017-02-11-567/+0
|
* [logtalk/it-it] Add Italian translation of the Logtalk tutorial] (#2652)Paulo Moura2017-02-12-0/+551
| | | | | | * [logtalk/it-it] Add Italian translation of the Logtalk tutorial] * Add `en` tag to link to the official website in the Italian translation for the Logtalk tutorial
* Fixes and improvements to the Logtalk tutorial (#2651)Paulo Moura2017-02-11-1/+1
|
* Fix omitting end / beginning in ranges (#2649)Adrian Sieber2017-02-10-2/+2
|
* [standard-ml/en-en] Format fixing and some APIs (#2645)Yu Zhang2017-02-10-6/+15
| | | | | | | | | | * [standard-ml/en-en] Format fixing * [standard-ml/en-en] Add descriptions for `map` and `foldl` * [standard-ml/en-en] Add myself as a contributor * review
* tmux lithuanian translation added (#2582)zygimantus2017-02-09-0/+254
|
* `[fr/elisp]` Add french translation of the elisp tutorial (#2570)Bastien2017-02-09-2/+374
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * clojure.html.markdown: Fix an error (s/value/key) * Add french translation of the elisp tutorial. * elisp: s/http/https * fr-fr/elisp: Fix typo and missing translation. * fr-fr/elisp: Fix spaces * elisp: Add contributor. * fr-fr/elisp: s/mini-buffer/minibuffer. * fr-fr/elisp: Fix translation. * fr-fr/elisp: Fix translation. * fr-fr/elisp: Fix typo. * fr-fr/elisp: Fix missing translation. * fr-fr/elisp: Fix content. * fr-fr/elisp: Fix typo. * fr-fr/elisp: Fix keybindings display. * fr-fr/elisp: Fix double space. * fr-fr/elisp: Fix double space. * fr-fr/elisp: Fix more spaces. * fr-fr:elisp: Fix double space.
* [csharp/en] Add exception filters, pragma directives (#2409)angelsl2017-02-09-3/+89
| | | | | | * [csharp/en] Add exception filters, pragma directives * Remove redundant catch
* Python decorators example added (#2408)Evan2017-02-09-0/+19
|
* added group information (#2568)Jonny Press2017-02-09-1/+3
|
* [zh-cn/common-lisp] when describe return values of gethash, 两个值是t -> ↵c46052017-02-09-1/+1
| | | | 第二个值是t (#2614)
* [perl/en] more perlish iterations on perl5 (#2489)Chris C2017-02-09-5/+3
| | | | | | | | | | * more perlish iteration c-style 'for' isn't perlish * Update perl.html.markdown removed one of the array iterator loops
* Small modifications to definitions of functions (#2495)Abhishek C Sharma2017-02-09-12/+12
|
* #2550ven2017-02-09-2/+2
|
* [haskell/en] some minor fixes (#2550)Patrik Jansson2017-02-09-15/+14
| | | | | | * [haskell/en] some minor fixes * Minor fixes after comments from @vendethiel
* #2533ven2017-02-09-1/+1
|
* [yaml/de] improved on german translation for better understanding (#2533)Senuros2017-02-09-1/+1
|
* Remove duplicate int declarations (#2521)Andrew Gallasch2017-02-09-3/+3
| | | Duplicate declarations break the build
* Update java-pt.html.markdownven2017-02-09-1/+0
|
* Some translation fixes. (#2421)Yuri Alessandro Martins2017-02-09-11/+16
| | | Improving the consistency of a few sentences.
* Brief explanation about ' (quote) (#2449)coelhotopetudo2017-02-09-0/+2
|
* Fit some more things into 80 columns in the Perl 6 docSamantha McVey2017-02-06-18/+20
|
* Merge pull request #2564 from technikyle/technikyle-patch-1Adam Bard2017-02-01-0/+5
|\ | | | | [swift\en] Added nil-coalescing operator
| * Added nil-coalescing operatorKyle Rokita2016-11-11-0/+5
| |
* | Merge pull request #2571 from Smosker/patch-1Adam Bard2017-02-01-0/+1
|\ \ | | | | | | [python/en] Fix a bug
| * | Fix a bugSmosker2016-11-15-0/+1
| | | | | | | | | | | | | | | | | | | | | Should add return to double_numbers function, without it next expression wiil fall with "TypeError: 'NoneType' object is not iterable" error for value in double_numbers(range(1000000)): # `test_non_generator` print value if value > 5: break
* | | Merge pull request #2576 from dvkndn/patch-2Adam Bard2017-02-01-1/+1
|\ \ \ | | | | | | | | [typescript/en-us] Use ```ts for typescript syntax highlight
| * | | Use ts for typescript syntaxThien Do2016-11-21-1/+1
| | | |
* | | | Merge pull request #2630 from remigiusz-suwalski/masterAdam Bard2017-02-01-0/+444
|\ \ \ \ | | | | | | | | | | [haskell/pl-pl] Translate Haskell docs from English to Polish
| * | | | Add a missing letterRemigiusz Suwalski2017-01-13-1/+1
| | | | |
| * | | | Translate functionsRemigiusz Suwalski2017-01-13-23/+20
| | | | |
| * | | | Translate more functionsRemigiusz Suwalski2017-01-13-22/+22
| | | | |
| * | | | Translate Haskell IORemigiusz Suwalski2017-01-13-34/+28
| | | | |
| * | | | Translate REPLRemigiusz Suwalski2017-01-11-15/+17
| | | | |
| * | | | Translate Flow controlRemigiusz Suwalski2017-01-10-16/+17
| | | | |
| * | | | Translate type signaturesRemigiusz Suwalski2017-01-10-7/+9
| | | | |
| * | | | Translate data typesRemigiusz Suwalski2017-01-10-9/+8
| | | | |
| * | | | Translate functionsRemigiusz Suwalski2017-01-10-20/+19
| | | | |
| * | | | Lists and tuplesRemigiusz Suwalski2017-01-10-23/+23
| | | | |
| * | | | Initial commitRemigiusz Suwalski2017-01-10-0/+450
| | | | |