Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | [AsymptoticNotation/PT-BR] Asymptotic Notation translation to PT-BR | JoaoGFarias | 2015-12-19 | -0/+158 |
| | ||||
* | Merge pull request #1698 from chaityabshah/master | Geoff Liu | 2015-12-18 | -1/+1 |
|\ | | | | | [Java/EN] Fix Spacing Inconsistency | |||
| * | Fix Spacing Inconsistency | Chaitya Shah | 2015-10-20 | -1/+1 |
| | | | | | | Fix spacing inconsistency in PennyFarthing Constructor | |||
* | | Merge pull request #1790 from jxu093/master | Geoff Liu | 2015-12-18 | -0/+1 |
|\ \ | | | | | | | Added Python Resource | |||
| * | | Added Python Resource | jxu093 | 2015-10-25 | -0/+1 |
| | | | ||||
* | | | Merge pull request #1872 from luehm/c_cases | Geoff Liu | 2015-12-18 | -9/+15 |
|\ \ \ | | | | | | | | | [C/en] Added tidbit about fall-though in switch statements. | |||
| * | | | [C/en] Added tidbit about fall-though in switch statements. | Alex Luehm | 2015-10-28 | -9/+15 |
| | | | | | | | | | | | | | | | | Another pitfall, as not all languages have fall-through in switches. | |||
* | | | | Merge pull request #1951 from pikazlou/scala-tuples-usage | Geoff Liu | 2015-12-18 | -1/+7 |
|\ \ \ \ | | | | | | | | | | | additional docs for tuple usage | |||
| * | | | | added docs for multi-variable tuple assignment | Pavel Kazlou | 2015-10-31 | -1/+7 |
| | | | | | ||||
* | | | | | Merge pull request #1640 from adback03/master | Geoff Liu | 2015-12-18 | -0/+8 |
|\ \ \ \ \ | | | | | | | | | | | | | [typescript/en] Template Strings | |||
| * | | | | | [typescript/en] Fixing typo in 'Interpolation' | Andrew Backes | 2015-10-19 | -1/+1 |
| | | | | | | ||||
| * | | | | | [typescript/en] Typo fixed in 'backticks' | Andrew Backes | 2015-10-19 | -1/+1 |
| | | | | | | ||||
| * | | | | | [typescript/en] Multiline Strings | Andrew Backes | 2015-10-18 | -1/+5 |
| | | | | | | | | | | | | | | | | | | Multiline Strings via Template Strings | |||
| * | | | | | [typescript/en] Template Strings | Andrew Backes | 2015-10-18 | -0/+4 |
| | | | | | | ||||
* | | | | | | Merge pull request #1955 from pikazlou/scala-pattern-matching | Geoff Liu | 2015-12-18 | -0/+3 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | added docs for default case in pattern matching | |||
| * | | | | | | added docs for default case in pattern matching | Pavel Kazlou | 2015-10-31 | -0/+3 |
| | |/ / / / | |/| | | | | ||||
* | | | | | | Merge pull request #1996 from hinet60613/zh-tw | Geoff Liu | 2015-12-18 | -0/+727 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | [Python/zh-TW] Translation for Python from en-en to zh-tw | |||
| * | | | | | | Fix typo | Hinet60613 | 2015-12-17 | -4/+2 |
| | | | | | | | ||||
| * | | | | | | Fix some typo and non-fluency. | Hinet60613 | 2015-12-17 | -12/+11 |
| | | | | | | | ||||
| * | | | | | | Rename file by adding -tw suffix. | Hinet60613 | 2015-12-06 | -1/+1 |
| | | | | | | | ||||
| * | | | | | | Merge pull request #1 from RainJayTsai/zh-tw | Michael Yeh | 2015-11-03 | -1/+1 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Merge commit "fix typo" | |||
| | * | | | | | | fix typo | rainjay | 2015-11-03 | -1/+1 |
| |/ / / / / / | ||||
| * | | | | | | Sec. 6 translated. All sections translated. Hooray. | Hinet60613 | 2015-11-02 | -15/+14 |
| | | | | | | | ||||
| * | | | | | | Finish Sec. 7 translation. | Hinet60613 | 2015-11-02 | -19/+15 |
| | | | | | | | ||||
| * | | | | | | Finish translation of Sec. 6 | Hinet60613 | 2015-11-02 | -22/+22 |
| | | | | | | | ||||
| * | | | | | | Translate to Sec. 4 finished. | Hinet60613 | 2015-11-02 | -97/+100 |
| | | | | | | | ||||
| * | | | | | | Add lang of translation. Translate to Line 255 | Hinet60613 | 2015-11-02 | -64/+65 |
| | | | | | | | ||||
| * | | | | | | Transated Python 2 to zh-tw. Line 01 .. 143 | Hinet60613 | 2015-11-02 | -0/+731 |
| | | | | | | | ||||
* | | | | | | | Merge pull request #2069 from edm00se/patch-1 | ven | 2015-12-18 | -26/+24 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | ColdFusion replaced < and > in pre block | |||
| * | | | | | | | replaced < and > in pre block | Eric McCormick | 2015-12-18 | -26/+24 |
|/ / / / / / / | | | | | | | | | | | | | | | the pre block was already inside a pre/code block in the rendered page, making it harder to read | |||
* | | | | | | | Merge pull request #2062 from johnrocamora/master | Andre Polykanine A.K.A. Menelion Elensúlë | 2015-12-13 | -1/+1 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | [c++/en] Added missing semicolon | |||
| * | | | | | | | Added missing semicolon | John Rocamora | 2015-12-12 | -1/+1 |
|/ / / / / / / | ||||
* | | | | | | | Merge pull request #1519 from whitebyte/master | Andre Polykanine A.K.A. Menelion Elensúlë | 2015-12-13 | -0/+753 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | [d/ru] initial commit | |||
| * | | | | | | | Update d-ru.html.markdown | Anton Pastukhoff | 2015-12-12 | -1/+1 |
| | | | | | | | | ||||
| * | | | | | | | Update d-ru.html.markdown | Anton Pastukhoff | 2015-12-12 | -1/+1 |
| | | | | | | | | ||||
| * | | | | | | | Update d-ru.html.markdown | Anton Pastukhoff | 2015-12-12 | -2/+2 |
| | | | | | | | | ||||
| * | | | | | | | Update d-ru.html.markdown | Anton Pastukhoff | 2015-12-12 | -60/+78 |
| | | | | | | | | ||||
| * | | | | | | | Update d-ru.html.markdown | Anton Pastukhoff | 2015-12-03 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | fixed typo | |||
| * | | | | | | | Update d-ru.html.markdown | Anton Pastukhoff | 2015-10-30 | -4/+4 |
| | | | | | | | | ||||
| * | | | | | | | D language russian | Whitebyte | 2015-10-15 | -0/+735 |
| | | | | | | | | ||||
* | | | | | | | | Merge pull request #1889 from MichalMartinek/sass-cs | Adam Bard | 2015-12-11 | -0/+439 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | [sass/cs] Czech translation for Sass | |||
| * | | | | | | | | Update sass.html.markdown | MichalMartinek | 2015-12-10 | -2/+2 |
| | | | | | | | | | ||||
| * | | | | | | | | Czech translation for Sass | Michal Martinek | 2015-10-29 | -0/+439 |
| | | | | | | | | | ||||
* | | | | | | | | | Merge pull request #2054 from mgold/elm/en | ven | 2015-12-09 | -0/+346 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [elm/en] Create intro to Elm | |||
| * | | | | | | | | | Add Elm | Max Goldstein | 2015-12-08 | -0/+346 |
|/ / / / / / / / / | ||||
* | | | | | | | | | Merge pull request #1247 from JustBlah/patch-1 | Andre Polykanine A.K.A. Menelion Elensúlë | 2015-12-05 | -13/+14 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [objective-c/ru] New English to Russian translations, Russian auto-translated text fixed | |||
| * | | | | | | | | | Commas added. | JustBlah | 2015-12-04 | -5/+5 |
| | | | | | | | | | | ||||
| * | | | | | | | | | Multiline commentary split | JustBlah | 2015-09-24 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Long commentary was split into two strings | |||
| * | | | | | | | | | +Translation, *Russian auto-translate text fixed | JustBlah | 2015-09-24 | -13/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + Added more English to Russian translation * Auto translated Russian text changed to have more sense and readability | |||
* | | | | | | | | | | Merge pull request #1963 from aayushranaut/master | Adam Bard | 2015-12-05 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Removed confusing comments |