Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Added try-with-resources to Java docs (#2438) | Robert Rose | 2016-10-10 | -22/+48 |
| | | | | | | | | - Added documentation and sample code pertaining to try-with-resources to the Java documentation. - Converted all Oracle and GitHub http links to https. - Added my name to the contributors list since this is my second time contributing. - Special shoutout to @enkidevs for teaching me about try-with-resources. | |||
* | Translate asciidoc to german (#2439) | Dennis Keller | 2016-10-10 | -0/+125 |
| | ||||
* | [elixir/en] Adds elixir documentation on the pipe operator. (#2434) | chriszimmerman | 2016-10-09 | -0/+8 |
| | ||||
* | [swift/ru] Updated code to Swift v.3, added some new sections from english ↵ | Alexey Nazaroff | 2016-10-08 | -62/+172 |
| | | | | version (#2429) | |||
* | line "lang: ru-ru" was missing (#2433) | Hughes Perreault | 2016-10-08 | -0/+1 |
| | | | This commit fixes #2416 | |||
* | Updated code according Swift v.3 (#2427) | Alexey Nazaroff | 2016-10-08 | -32/+36 |
| | | | | | | * Updated code according Swift v.3 * [swift] Removed "where" in conditional statements | |||
* | [binary search/pt-br] Binary Search translation to pt-br (#2424) | Claudson Martins | 2016-10-07 | -0/+77 |
| | | | | | | | | | | | | | | | | * Binary Search translation to pt-br * Dynamic Programming translation to pt-br * DP translation reverted * Binary Search translation to pt-br * Dynamic Programming translation to pt-br * DP translation reverted * Update binary-search-pt.html.markdown | |||
* | Translate binary search to spanish (#2425) | Gino Amaury | 2016-10-07 | -0/+68 |
| | | | | | | | | | | | | | | | | * Añadido html en español * traduccion html a español sin revision * Traduccion html al español corregido * Correccion de la configuraciond el header * Correccion de links * creacion del archivo en la carpeta de traduccion * traduccion busqueda binaria español | |||
* | [php-composer/es] Translated php-composer to spanish (#2423) | Ivan Alberto | 2016-10-06 | -0/+176 |
| | | | | | | * Initial translation * Fixed accent marks | |||
* | [jQuery/es] Translated jQuery to spanish (#2422) | Ivan Alberto | 2016-10-06 | -0/+141 |
| | | | | | | * Initial translation * Added missing end mark | |||
* | [vim/es] Translated Vim to spanish (#2420) | Ivan Alberto | 2016-10-06 | -0/+242 |
| | | | | | | | | * Initial version of translation * Traslated - Vim english to spanish * Fixed indentations | |||
* | [kotlin/es] Translated Kotlin to spanish (#2397) | Ivan Alberto | 2016-10-05 | -0/+361 |
| | | | | | | | | * Initial translation * Fixing typos and orthography * Added (EN) tags and missing accent marks | |||
* | [Kotlin/en] Add more destructuring examples (#2419) | Sergey Mashkov | 2016-10-05 | -0/+11 |
| | ||||
* | [Kotlin/en] Add when smartcast example (#2418) | Sergey Mashkov | 2016-10-05 | -0/+8 |
| | ||||
* | [Kotlin/en] correct object clarification (#2413) | Sergey Mashkov | 2016-10-05 | -1/+6 |
| | | | | | | * Kotlin: correct object clarification * Kotlin: correct object clarification | |||
* | try to fix #2417 | ven | 2016-10-05 | -1/+0 |
| | ||||
* | [rust/pt-br] initial translation (#2415) | Paulo Henrique Rodrigues Pinheiro | 2016-10-05 | -0/+332 |
| | ||||
* | Fixed "<br />" example tag by showing it as code (#2411) | Joyce Kung | 2016-10-04 | -2/+2 |
| | ||||
* | Update python3.html.markdown | ven | 2016-10-04 | -6/+0 |
| | ||||
* | Bring this version up to date with the english one (#2401) | Tommaso | 2016-10-03 | -1/+88 |
| | | | | | | | | The following commits were taken into consideration and translated into italian: 4e5439c21f5ab5ba33e46926b2fc5e44e25362ae d1216a4253c1b03641c10b171030d04227ad8408 8cd7c230aaa708dffb544887baa85de8f3377251 b16c7ee2d8b41b5db4f713360280c284ca9b1a80 527eab7108f4b5587f4a4afd9dad53ef0de2c565 | |||
* | [c/ru] C russian grammar error (#2404) | _Pavka | 2016-10-03 | -4/+5 |
| | | | | | | * C-ru fix typo * line 308: fix typo | |||
* | [html/en] few changes to the file (#2406) | SHAPESNATCH | 2016-10-03 | -2/+2 |
| | | | One typo and closed anchor element | |||
* | [coffeescript/id] Create coffeescript-id.html.markdown (#2400) | Rizky Luthfianto | 2016-10-03 | -0/+106 |
| | | | | | | | | | | | | | | * [coffeescript/id] Create coffeescript-id.html.markdown * [coffeescript/id] Fixed indentation Fixed indentation and convert all indentation to spaces * [coffeescript/id] Better choice of words * [coffeescript/id] translators * [coffeescript/id] Tagged English links with "(EN)" | |||
* | Translation - HTML english to spanish (#2396) | Gino Amaury | 2016-10-03 | -0/+122 |
| | | | | | | | | | | | | * Añadido html en español * traduccion html a español sin revision * Traduccion html al español corregido * Correccion de la configuraciond el header * Correccion de links | |||
* | [qt/ru] Qt Russian translation (#2398) | Evan | 2016-10-02 | -0/+158 |
| | | | | | | * Qt Russian translation * Keeping code blocks < 80 chars, links language marks added. | |||
* | [PHP/ru] Update russian translation for PHP. (#2403) | shrz | 2016-10-02 | -3/+32 |
| | ||||
* | Reword pwd comments (#2402) | Tim Heaney | 2016-10-02 | -2/+2 |
| | | | | Getting is redundant. Observe, not observer. | |||
* | [csharp/en] Add more C# 6 features (#2399) | angelsl | 2016-10-02 | -4/+48 |
| | | | | | | * C#: Add some new C# 6 features * Remove trailing whitespace | |||
* | Add as-> macro documentation (#2392) | Rafik NACCACHE | 2016-10-02 | -5/+26 |
| | | | | | | * Add as-> macro documentation * Add as-> in english clojure.html.markdown | |||
* | [smallbasic/id] Create smallbasic-id.html.markdown (#2388) | Rizky Luthfianto | 2016-10-02 | -0/+133 |
| | | | | | | * [smallbasic/id] Create smallbasic.html.markdown * [smallbasic/id] Create smallbasic-id.html.markdown | |||
* | Update Swift pre-decrement syntax to match v3.0 (#2395) | Evan | 2016-10-01 | -65/+65 |
| | ||||
* | [binary-search/ru] Binary Search Russian translation (Upd) (#2394) | Evan | 2016-10-01 | -0/+63 |
| | | | | | | * Binary Search Russian translation * Contributors list updated | |||
* | [qt/en] Tidy up (#2391) | Rizky Luthfianto | 2016-10-01 | -7/+9 |
| | | | | | | | | - "is beautiful for creating applications" -> "is great for creating applications" - changed "Slots and Signals" link from Qt 4.8 to Qt 5, to maintaining consistency with "Widgets" link - Furter -> Further - Tidy up "Further Reading" - Added a link to PyQt page - Added an exclamation mark. | |||
* | [pyqt/id] Create pyqt.html.markdown (#2387) | Rizky Luthfianto | 2016-10-01 | -0/+83 |
| | ||||
* | [asciidoc/id] Create asciidoc-id.html.markdown (#2389) | Rizky Luthfianto | 2016-10-01 | -0/+125 |
| | ||||
* | [json/id] Fix the missing ":" on YAML Frontmatter (#2390) | Rizky Luthfianto | 2016-10-01 | -1/+1 |
| | ||||
* | Update c.html.markdown (#2385) | Subhrajyoti Sen | 2016-09-27 | -0/+1 |
| | ||||
* | Fix mistakes in rust | ven | 2016-09-27 | -13/+13 |
| | ||||
* | Fix comment in Rust docs: box -> mine (#2365) | Rob Wu | 2016-09-27 | -5/+5 |
| | | | | The "box" is referring to the Box variable a few lines back, but that is called "mine", not "box". | |||
* | Add Hyperlinks description (#2370) | Strange Storyteller | 2016-09-27 | -31/+63 |
| | | | | | | | Also add small changes in style: - LaTeX -> \LaTeX - improve alignment for formulas in Math section Add table of contents | |||
* | corrections in mapping example (#2371) | pnf408 | 2016-09-27 | -2/+2 |
| | | | fixed two small errors in the example mapping called balances | |||
* | Update translators info (#2383) | Abner Chou | 2016-09-23 | -1/+1 |
| | ||||
* | fix #2382 | ven | 2016-09-22 | -1/+1 |
| | ||||
* | Update python3.html.markdown (#2381) | Subhrajyoti Sen | 2016-09-21 | -0/+1 |
| | ||||
* | Update logtalk.html.markdown | Adam Bard | 2016-09-19 | -31/+31 |
| | | | Remove logtalk highlighting for now (was crashing middleman) | |||
* | Update racket-es.html.markdown | ven | 2016-09-19 | -3/+0 |
| | ||||
* | adding CHICKEN (#2379) | Diwakar Wagle | 2016-09-19 | -0/+519 |
| | ||||
* | Translate Elm guide to Brazilian portuguese (#2378) | Marcel dos Santos | 2016-09-19 | -0/+384 |
| | ||||
* | Add new Racket translation to spanish (#1264) | Carlos Roman | 2016-09-18 | -0/+686 |
| | | | | | | | | * Add new Racket translation to spanish * Update racket-es.html.markdown * Update racket-es.html.markdown | |||
* | [javascript/ru] function body is missed (#2377) | Konstantin Shirokov | 2016-09-18 | -0/+1 |
| |