summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* [fr/ruby-ecosytem] Translated ruby-ecosytem article in French (#1857)Xuan-thi N2016-06-29-0/+154
| | | | | | * Translated ruby-ecosytem article in French * Added change suggestions
* [fr/tmux] Tmux translated in French (#1861)Xuan-thi N2016-06-29-0/+261
| | | | | | | | * tmux article translated in French * Small typos * Added change suggestions
* Manually merge #1780ven2016-06-28-0/+24
| | | fixes #1780
* Remove obsolete utf-8 options. (#2294)Adam Heins2016-06-28-4/+0
| | | | These options are no longer valid in recent versions of tmux. See https://github.com/tmux/tmux/issues/230.
* Correct "Bycles" to "Bicycles"" (#2293)Durant Schoon2016-06-28-1/+1
| | | "DidWeCreateEnoughBycles" -> "DidWeCreateEnoughBicycles"
* Added the Logical and bitwise operators section, fixes merge issue with ↵Jatin Dhankhar2016-06-27-6/+51
| | | | | | | | | | | #1817 (#2292) * Added the Logical and bitwise operators section * Added a note for Short Circuit evaluation Excerpt from https://en.wikipedia.org/wiki/Short-circuit_evaluation C++ uses minimal evaluation, or McCarthy evaluation (after John McCarthy (computer scientist)) is the semantics of some Boolean operators in some programming languages in which the second argument is executed or evaluated only if the first argument does not suffice to determine the value of the expression: when the first argument of the AND function evaluates to false, the overall value must be false; and when the first argument of the OR function evaluates to true, the overall value must be true. In some programming languages (Lisp), the usual Boolean operators are short-circuit.
* [java/de] Initial translation added. (#1391)Michael Dähnert2016-06-27-0/+497
| | | | | | * DE-Translation for Java added. * Handled hints from vendethiel.
* Create HTML-fr.html.markdown (#1843)WinChris2016-06-27-0/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Create HTML-fr.html.markdown What is HTML ? Tutorial to understand HTML * Update HTML-fr.html.markdown * Update HTML-fr.html.markdown * Update HTML-fr.html.markdown Corrections de divers points * Update HTML-fr.html.markdown Corrections * Update HTML-fr.html.markdown Corrections d'un commentaire * Update HTML-fr.html.markdown * Update HTML-fr.html.markdown * Update HTML-fr.html.markdown
* Merge pull request #1669 from Glutnix/php-composerAdam Bard2016-06-26-0/+167
|\ | | | | [php-composer/en] Add new tool document for Composer, PHP's dependency manager
| * [php-composer/en] Add new tool document for Composer, PHP's dependency manager.Brett Taylor2015-10-20-0/+167
| |
* | Added document about Qt framework (#1444)Oleksii Kholovchuk2016-06-26-0/+157
| | | | | | | | | | | | * Added document about Qt framework * Removed qt.cpp file and made some corrections in the markdown file
* | Containers Added (#1942)Ankush goyal2016-06-26-0/+94
| | | | | | | | | | | | | | | | * Containers Added * Text Formatting Added required spaces between text and //
* | Update rust.html.markdownven2016-06-26-1/+0
| |
* | [rust/en] Updating comment examples (#1883)Kyle Mendes2016-06-26-2/+10
| |
* | fix #2291 metadataven2016-06-26-1/+1
| |
* | Added suffix to filename and changed minor content errors (#2291)phbo852016-06-26-0/+450
| |
* | #1630ven2016-06-26-2/+1
| |
* | [go/it] Add first italian translation of go language (#1630)Tommaso2016-06-26-0/+454
| |
* | [en/RST] Add RST introduction (#1723)Martin Damien2016-06-26-0/+107
| | | | | | | | | | | | * [en/RST] Add RST introduction * Fix @ in username
* | #1517ven2016-06-26-1/+1
| |
* | [bash/sk] Slovak translation for Bash (#1517)Juraj Kostolanský2016-06-26-0/+286
| |
* | #1421ven2016-06-26-1/+1
| |
* | Tradução do Elixir para pt_br (#1421)Rodrigo Muniz2016-06-26-0/+411
| |
* | Update matlab-it.html.markdownven2016-06-26-0/+1
| |
* | Add matlab italian translation (#1454)fontealpina2016-06-26-0/+525
| |
* | #1476 metadataven2016-06-26-2/+2
| |
* | Added id-id translation for markdown (#1476)Tasya Aditya Rukmana2016-06-26-0/+263
| |
* | [json/pl] Translated JSON tutorial (#2079)Voltinus2016-06-26-0/+85
| | | | | | | | | | | | | | | | * Create json-pl.html.markdown * Update json-pl.html.markdown * Added -pl to file name
* | Python3/en: multiple inheritance (#2217)Alexandre Constantino2016-06-26-50/+147
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add __name__ check to make testing easier * Update say to call print. Add more usage examples * Move Modules section before Classes Makes more sense for when explaining inheritance * Add multiple inheritance example * Add examples for multiple inheritance * Add instance check examples * Fix multiple inheritance example * Add note on the __name__ variable
* | Removing untranslated duplicated text (#2227)Arlindo Pereira2016-06-26-4/+0
| |
* | fixing typos (#2228)Arlindo Pereira2016-06-26-3/+3
| |
* | Minor formatting and wording change in rust doc. (#2277)Adam Heins2016-06-26-3/+4
| |
* | [racket/en] Add more details about Racket (#2278)Geoffrey Liu2016-06-26-0/+42
| | | | | | | | | | | | | | | | | | | | * Add let* and letrec reference * More elaboration on structs * Add code about predefined car, cdr functions * Mention explicit typing, int to real conversion
* | [kotlin/en] Add examples of sequences (#2214)s-webber2016-06-26-6/+31
| | | | | | | | | | | | | | | | * minor capitalization and punctuation changes * examples of sequences * corrected comment
* | metadata fixven2016-06-26-1/+1
| |
* | Add Italian translation for Markdown (#1663)Jacopo Andrea Giola2016-06-26-0/+244
| |
* | #1949 metadata fixven2016-06-26-1/+1
| |
* | [Git/fr] Added translation for Git article (#1949)Xuan-thi N2016-06-26-0/+583
| | | | | | | | | | | | | | | | * Added translation for Git article * Took into account suggestions for modification * Forgot a fix
* | #1672 metadataven2016-06-26-0/+1
| |
* | [haskell/es] Spanish translation (#1309)Jorge Antonio Atempa Camacho2016-06-26-0/+436
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add comments section * Add Strings and Characters Section * Added list and tuples Section * Add More Functions Section * Add translation of Types Signature Section * Add Haskell links * Add translation * Haskell's spanish translation, finished
* | Add dutch translation of markdown (#1724)Niels van Velzen2016-06-26-0/+256
| | | | | | Add dutch translation of markdown
* | Add german translation for python3 (#1287)Matthias Kern2016-06-26-0/+655
| |
* | [ruby/pt-br] Erros ortográficos. (#1609)Lucas Moreira2016-06-26-11/+11
| | | | | | | | | | | | * Alguns erros ortográficos foram corrigidos. * Correcting some words.
* | [bash/en] basic parameter expansion, and brace expansion (#1533)Jonathan Wang2016-06-26-0/+14
| | | | | | | | | | | | | | | | | | | | * Added brace expansion as well as basic parameter expansion * frogot my name * Update bash.html.markdown Added to parameter expansion
* | Added typescript-pt.html.markdown (#1699)Gabriel Gomes2016-06-26-1/+180
| | | | | | | | | | | | * link for learning of javascript adjusted * Added typescript-pt.html.markdown
* | Feature: adds Dynamic Programming tutorial (#1885)Akashdeep Goel2016-06-26-0/+50
| |
* | Update python3-pt.html.markdownven2016-06-26-2/+1
| |
* | Output example had a value more (#1876)Paulo Henrique Rodrigues Pinheiro2016-06-26-0/+747
| | | | | | | | | | | | * Output example had a value more * Added pt-br translation for python3
* | fixup filename for #1879ven2016-06-26-1/+1
| |
* | Ds (#1879)Abhishek Jaisingh2016-06-26-0/+63
| | | | | | | | | | | | | | | | | | | | * created binary search doc started contributing * Updated binary search * Added new info