Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Updates to tmux.conf | jmaud | 2014-10-08 | -9/+21 |
| | | | | Added reloading tmux configuration | |||
* | Correct Contributor's list & line spacing | Johnathan Maudlin | 2014-10-07 | -2/+2 |
| | | | | - Contributor's list had an improper character which ruined the formatting. - The Theme section was preceded by three line breaks rather than two. | |||
* | Adjustments to Style & Content | jmaud | 2014-10-07 | -94/+82 |
| | | | | | | | | | | | | | | | | | | | Style changes - Site format has changed back to ~80 columns, certain rows have had line breaks removed. - Indentation has been adjusted globally to give additional space and consistency. - Configuring Tmux has been separated due to long lines causing the entire page to scroll horizontally and block text. - tmux.conf has been reorganized to better explain settings categorically to new users. Content Changes - Unmapping the prefix key contained erroneous data - Misc section and it's contained "bind r source.." setting are superfluous, as when this points to the next file to use in the configuration, not the current file. Since no additional configuration files have been used, it has been removed. | |||
* | Merge pull request #793 from m90/csharp-typo | Nami-Doc | 2014-10-07 | -3/+3 |
|\ | | | | | [c#/en] fix typo | |||
| * | fix typo -> re(s)pository pattern | m90 | 2014-10-07 | -3/+3 |
|/ | ||||
* | Fix a braino | Nami-Doc | 2014-10-07 | -1/+1 |
| | | | caught by @wryk++ | |||
* | Merge pull request #752 from Oire/add-ru-python3 | Nami-Doc | 2014-10-03 | -0/+630 |
|\ | | | | | [python3/ru] Adding a Russian translation for Python 3.x tutorial | |||
| * | Oops, now I hope that's all | Andre Polykanine A.K.A. Menelion Elensúlë | 2014-09-19 | -13/+9 |
| | | ||||
| * | Corrected as reviewed by @astynax. And yes, Jack be nimble's analog is also ↵ | Andre Polykanine A.K.A. Menelion Elensúlë | 2014-09-19 | -7/+5 |
| | | | | | | | | there! | |||
| * | [python3-ru] Adding a Russian translation for Python 3.x tutorial | Andre Polykanine A.K.A. Menelion Elensúlë | 2014-09-09 | -0/+636 |
| | | ||||
* | | Merge pull request #771 from Jell-E/master | Nami-Doc | 2014-10-03 | -0/+109 |
|\ \ | | | | | | | [coffeescript/nl] Added Dutch translation of the coffeescript tutorial | |||
| * | | Dutch translation of the coffeescript tutorial | Jelle Besseling | 2014-09-19 | -0/+109 |
| | | | ||||
* | | | Merge pull request #788 from SDLyu/master | Nami-Doc | 2014-10-03 | -0/+322 |
|\ \ \ | | | | | | | | | LiveScript translation of zh-cn | |||
| * | | | Correct typo and rewrite the meaning of := | sdlyu | 2014-09-29 | -51/+51 |
| | | | | ||||
| * | | | Add translators information. | sdlyu | 2014-09-26 | -0/+3 |
| | | | | ||||
| * | | | Fix typo | sdlyu | 2014-09-26 | -1/+1 |
| | | | | ||||
| * | | | Add chinese translate of LiveScript | sdlyu | 2014-09-26 | -0/+319 |
| | | | | ||||
* | | | | Merge pull request #790 from adventuretc/patch-2 | Nami-Doc | 2014-09-27 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Correction to use the intended variables. | |||
| * | | | | Correction to use the intended variables. | adventuretc | 2014-09-27 | -1/+1 |
| |/ / / | ||||
* / / / | Capturing captures, and numbering them | Nami-Doc | 2014-09-27 | -10/+76 |
|/ / / | | | | | | | | | | | | | also, multi-indexing in arrays also, labeled loops (draft) also, arrays vs $() vs parcel vs ... (@moritz++) | |||
* | | | Merge pull request #787 from eternalthinker/patch-1 | Nami-Doc | 2014-09-24 | -4/+3 |
|\ \ \ | | | | | | | | | Added correct syntax for c++ inheritance. | |||
| * | | | Added correct syntax for c++ inheritance. | eternalthinker | 2014-09-24 | -4/+3 |
|/ / / | | | | | | | [more] Minor indent correction at namespaces intro example | |||
* | | | Exception thingies! | Nami-Doc | 2014-09-23 | -4/+29 |
| | | | ||||
* | | | Merge pull request #786 from Mienaikage/patch-1 | Nami-Doc | 2014-09-23 | -0/+1 |
|\ \ \ | | | | | | | | | Added 'lang: es-es' | |||
| * | | | Added 'lang: es-es' | Mienaikage | 2014-09-23 | -0/+1 |
|/ / / | ||||
* | | | Merge pull request #783 from g-liu/en-julia | Levi Bostian | 2014-09-22 | -2/+3 |
|\ \ \ | | | | | | | | | Update the naming conventions in Julia | |||
| * | | | Naming conventions in Julia | Geoffrey Liu | 2014-09-21 | -2/+3 |
| | | | | | | | | | | | | | | | | As suggested in #768 by @ChristianPeel | |||
* | | | | Merge pull request #784 from kb1/master | Nami-Doc | 2014-09-22 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | [go] Fix no new variables on left side of := | |||
| * | | | | [go] Fix no new variables on left side of := | kb | 2014-09-22 | -2/+2 |
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cannot short declaration twice without at least one new var. Also changing type from string to slice. $ go run learnxiny.go # command-line-arguments ./learnxiny.go:83: no new variables on left side of := ./learnxiny.go:83: cannot use []int literal (type []int) as type string in assignment ./learnxiny.go:84: first argument to append must be slice; have string ./learnxiny.go:90: first argument to append must be slice; have string | |||
* | | | | Ruby syntax for nimrod for now | Adam | 2014-09-21 | -1/+1 |
| | | | | ||||
* | | | | Merge pull request #772 from JasonJAyalaP/nim | Adam Bard | 2014-09-21 | -0/+265 |
|\ \ \ \ | | | | | | | | | | | Added Nim(rod) | |||
| * | | | | minor tweaks | Jason J Ayala P | 2014-09-20 | -2/+2 |
| | | | | | ||||
| * | | | | proof reading | Jason J Ayala P | 2014-09-19 | -1/+1 |
| | | | | | ||||
| * | | | | minor fix | Jason J Ayala P | 2014-09-19 | -1/+1 |
| | | | | | ||||
| * | | | | cleanup | Jason J Ayala P | 2014-09-19 | -2/+1 |
| | | | | | ||||
| * | | | | cleanup | JasonJAyalaP | 2014-09-19 | -4/+0 |
| | | | | | ||||
| * | | | | cleanup | JasonJAyalaP | 2014-09-19 | -1/+1 |
| | | | | | ||||
| * | | | | cleanup | JasonJAyalaP | 2014-09-19 | -2/+2 |
| | | | | | ||||
| * | | | | cleanup | JasonJAyalaP | 2014-09-19 | -14/+17 |
| | | | | | ||||
| * | | | | cleanup | JasonJAyalaP | 2014-09-19 | -4/+0 |
| | | | | | ||||
| * | | | | cleanup | JasonJAyalaP | 2014-09-19 | -2/+3 |
| | | | | | ||||
| * | | | | Removed common operations, explained continue | JasonJAyalaP | 2014-09-19 | -14/+3 |
| | | | | | ||||
| * | | | | shorter desc | JasonJAyalaP | 2014-09-19 | -2/+1 |
| | | | | | ||||
| * | | | | Fixes and updates | JasonJAyalaP | 2014-09-19 | -42/+56 |
| | | | | | ||||
| * | | | | Renamed vars and types for clarity; minor stuff; enum prefix | JasonJAyalaP | 2014-09-18 | -36/+44 |
| | | | | | ||||
| * | | | | mention rename | JasonJAyalaP | 2014-09-18 | -3/+4 |
| | | | | | ||||
| * | | | | filename fix | JasonJAyalaP | 2014-09-18 | -1/+1 |
| | | | | | ||||
| * | | | | IC | JasonJAyalaP | 2014-09-18 | -0/+259 |
| | | | | | ||||
* | | | | | Merge pull request #782 from m90/patch-1 | Levi Bostian | 2014-09-21 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | [json/en] JSON should not use single quote delimited strings | |||
| * | | | | | [json/en] JSON should not use single quote delimited strings | Frederik Ring | 2014-09-21 | -1/+1 |
|/ / / / / |