Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | | | | | | | 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 | |
|/ / / / / / / / / | |||||
* | | | | | | | | | Merge pull request #781 from m90/css-de | Nami-Doc | 2014-09-21 | -90/+89 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [css/de] fix lots of typos, weird phrasings and translation errors | ||||
| * | | | | | | | | | fix lots of typos, weird phrasings and translation errors | m90 | 2014-09-21 | -90/+89 | |
| | |_|/ / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge pull request #778 from g-liu/en-julia | Nami-Doc | 2014-09-21 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | Fixes issue #747 pertaining to Julia | ||||
| * | | | | | | | | Fixes issue #747 | Geoffrey Liu | 2014-09-21 | -1/+1 | |
| |/ / / / / / / | |||||
* | | | | | | | | Merge pull request #779 from g-liu/en-css | Nami-Doc | 2014-09-21 | -40/+51 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | Update the CSS tutorial | ||||
| * | | | | | | | Update the CSS tutorial | Geoffrey Liu | 2014-09-21 | -40/+51 | |
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | add more properties, formatting, spelling/grammar, more actual examples | ||||
* | | | | | | | Merge pull request #770 from nt591/elixir | Nami-Doc | 2014-09-18 | -1/+1 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | [elixir/en] fix typo | ||||
| * | | | | | | | fix typo | Nikhil Thomas | 2014-09-18 | -1/+1 | |
|/ / / / / / / | |||||
* | | | | | | | Merge pull request #769 from prrrnd/css-fr | Nami-Doc | 2014-09-18 | -1/+1 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | [css/fr-fr] Fixed typo | ||||
| * | | | | | | | Fixed typo | Pierre-Arnaud Baciocchini | 2014-09-18 | -1/+1 | |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #729 from prrrnd/css-fr | Nami-Doc | 2014-09-16 | -0/+221 | |
|\| | | | | | | | |/ / / / / / |/| | | | | | | [css/fr-fr] Added french translation of CSS | ||||
| * | | | | | | Fixes french translation of CSS | Pierre-Arnaud Baciocchini | 2014-09-16 | -31/+29 | |
| | | | | | | | |||||
| * | | | | | | Removed Swift fr | Pierre-Arnaud Baciocchini | 2014-08-20 | -225/+0 | |
| | | | | | | | |||||
| * | | | | | | Fixed indentation | Pierre-Arnaud Baciocchini | 2014-08-20 | -1/+1 | |
| | | | | | | | |||||
| * | | | | | | [css/fr-fr] Added french translation of CSS | Pierre-Arnaud Baciocchini | 2014-08-20 | -0/+223 | |
| | | | | | | | |||||
| * | | | | | | Added french translation for Swift | Pierre-Arnaud Baciocchini | 2014-08-19 | -0/+225 | |
| | | | | | | | |||||
* | | | | | | | Merge pull request #767 from MuhammadWang/patch-1 | Nami-Doc | 2014-09-15 | -1/+1 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix a typo | ||||
| * | | | | | | | Fix a typo | Muhammad Wang | 2014-09-15 | -1/+1 | |
|/ / / / / / / | |||||
* | | | | | | | Merge pull request #766 from joelg236/patch-1 | Nami-Doc | 2014-09-14 | -1/+1 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fixed very small spelling mistake | ||||
| * | | | | | | | Fixed very small spelling mistake | Joel Gallant | 2014-09-14 | -1/+1 | |
|/ / / / / / / | | | | | | | | | | | | | | | semantices -> semantics | ||||
* | | / / / / | Regexes thingies. | Nami-Doc | 2014-09-13 | -3/+49 | |
| |_|/ / / / |/| | | | | | |||||
* | | | | | | Merge pull request #763 from AJIADb9/patch-1 | Nami-Doc | 2014-09-13 | -3/+3 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Added missing ";" | ||||
| * | | | | | | Added missing ";" | Kirill | 2014-09-13 | -3/+3 | |
|/ / / / / / | |||||
* | | | | | | Merge pull request #762 from matthiasn/patch-2 | Levi Bostian | 2014-09-12 | -1/+1 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Update compojure.html.markdown | ||||
| * | | | | | | Update compojure.html.markdown | Matthias Nehlsen | 2014-09-12 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | While I'm at it... great work, by the way. The article about Compojure is really helpful. Thanks for that |