summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* 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
| | | | |
* | | | | [bash/no-nb] removes to lines of english (#2641)enra2017-01-31-2/+0
| | | | | | | | | | | | | | | removes to lines of english already translated in the two lines below
* | | | | Update tcl.html.markdown (#2640)siva0082017-01-28-1/+1
| | | | | | | | | | | | | | | Fixed fold example to return actual result instead of the word "res"
* | | | | [python3/en] Add examples to Bool operators with ints (#2639)ghostduck2017-01-28-0/+3
| | | | |
* | | | | Fix swift-tr filenameven2017-01-28-1/+1
| | | | | | | | | | | | | | | fixes #2635
* | | | | [PT-BR/Scala] Translates Scala file to Brazilian Portuguese (#2634)Francieli Viane2017-01-26-0/+668
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Translates Scala to brazillian portuguese * Add lang information to file header * [Scala/Pt-Br] adds contributor to translation header
* | | | | Merge pull request #2624 from Oire/fix-rst-enAndre Polykanine A.K.A. Menelion Elensúlë2017-01-23-16/+17
|\ \ \ \ \ | | | | | | | | | | | | [rst/en] Correcting English language
| * | | | | Reverting to Readings as suggested by @sidgupta234; adding myself to ↵Andre Polykanine A.K.A. Menelion Elensúlë2017-01-13-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | contributors
| * | | | | [rst/en] Correcting English languageAndre Polykanine A.K.A. Menelion Elensúlë2017-01-06-17/+17
| |/ / / /
* | | | | [perl/en] some more examples of interacting with arrays and hashes (#2632)Dan Book2017-01-21-0/+18
| | | | |
* | | | | [perl/en] how to write to files (#2633)Dan Book2017-01-21-0/+9
| | | | |
* | | | | Merge pull request #2631 from sidgupta234/patch-1Andre Polykanine A.K.A. Menelion Elensúlë2017-01-13-1/+1
|\ \ \ \ \ | | | | | | | | | | | | [Julia/en] edit broken link in julia.html.markdown
| * | | | | edit broken link in julia.html.markdownSiddharth Gupta2017-01-13-1/+1
|/ / / / /
* | | | | [elm/cs] Fixes #2584 for Czech (#2629)Robin Pokorný2017-01-12-12/+12
| | | | |
* | | | | [HTML/ar] Translate HTML to Arabic (#2627)Ader2017-01-12-0/+120
| | | | | | | | | | | | | | | | | | | | | | | | | Create ar-ar dir and save the file into it. This is just a translation of the html English file. Please consider forcing right-to-left when (and if) this will be added to the website.
* | | | | Translate Vim doc to Korean (#2628)Wooseop Kim2017-01-12-0/+235
| | | | |
* | | | | a word was duplicated, I took it off. (#2626)Ader2017-01-11-1/+1
|/ / / /
* | | | [bash/ko] Translate Bash to Korean (#2623)Wooseop Kim2017-01-06-0/+382
| | | | | | | | | | | | | | | | | | | | | | | | * Translate Bash to Korean * Fix front matter
* | | | [c++/en,es,it,br,ru,ch] Fix forgotten namespace std:: (#2619)omgee2017-01-03-99/+99
| | | |
* | | | Update rust-fr.html.markdown (#2616)raph2017-01-02-26/+25
| | | |
* | | | Add highlighting for fortran and logtalkSamantha McVey2016-12-31-32/+32
| | | |
* | | | Merge pull request #2615 from jparoz/patch-1Samantha McVey2016-12-31-1/+1
|\ \ \ \ | | | | | | | | | | [forth/en] Use forth syntax highlighting
| * | | | Use forth syntax highlightingJesse Paroz2017-01-01-1/+1
|/ / / /
* | | | set highlighter for sass and redSamantha McVey2016-12-31-2/+3
| | | |
* | | | Set syntax highlighting for coldfusionSamantha McVey2016-12-31-2/+3
| | | |
* | | | Have perl6 highlight as perl6 nowSamantha McVey2016-12-31-3/+3
| | | | | | | | | | | | | | | | Also remove some trailing spaces.
* | | | Set bf, chapel, d and dart to use the language's highlightingSamantha McVey2016-12-31-9/+9
| | | | | | | | | | | | | | | | | | | | Previously were using other languages with similar syntax, but now we have Pygments.
* | | | [erlang] Update guard sequences URL to use named id (#2613)Eksperimental2016-12-29-1/+1
| | | | | | | | | | | | it uses a named id, not a number
* | | | Update Guard Sequences link and change format (#2612)Eksperimental2016-12-29-3/+4
| | | | | | | | | | | | | | | | It updates an old link, and changes the way the URL is formated. It shouldn't be markdown style as it's inside a comment
* | | | [kotlin/ko-kr] Add korean translation for kotlin (#2609)Alan Jeon2016-12-27-0/+376
| | | | | | | | | | | | | | | | | | | | | | | | * Add korean translation for kotlin * Add (EN) tag to english links
* | | | [elm/en] Fixes #2584 (#2610)Roman Frołow2016-12-27-10/+10
| | | |