summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* Merge pull request #389 from astrieanna/julia-reviseAdam Bard2013-10-21-79/+220
|\ | | | | [julia/en] Revised Julia in Y Minutes
| * Fix a couple forgotten references to `contains` in the commentsLeah Hanson2013-10-21-2/+2
| |
| * updated dateLeah Hanson2013-10-18-1/+1
| |
| * updated method names (add! -> push!, contains -> in)Leah Hanson2013-10-18-7/+7
| |
| * remove extraneous endLeah Hanson2013-10-18-1/+0
| |
| * Expanded Type and Multiple Dispatch sections, and added more dispatch ↵Leah Hanson2013-10-18-20/+131
| | | | | | | | examples. Also added link to mailing list.
| * Revised Julia in Y Minutes, until Types section.Leah Hanson2013-10-18-31/+49
| |
| * improved first half of Julia tutorial: reworded comments, added a few new ↵Leah Hanson2013-09-26-20/+33
| | | | | | | | tips, fixed a bug or two.
* | Merge pull request #386 from davbaumgartner/masterAdam Bard2013-10-16-0/+430
|\ \ | | | | | | Adding french translation of Haskell
| * | Applying correctionsDavid Baumgartner2013-10-16-48/+49
| | |
| * | Adding french translation of HaskellDavid Baumgartner2013-10-06-0/+429
| | |
| * | Revert "Adding french translation of Haskell"David Baumgartner2013-10-06-428/+0
| | | | | | | | | | | | This reverts commit f400089013d99030e520c20735198273aed17b8e.
| * | Adding french translation of HaskellDavid Baumgartner2013-10-06-0/+428
| | |
* | | [javascript] Added note about intsAdam Brenecki2013-10-10-0/+2
| | |
* | | [javascript] Add bit about array mutability.Adam Brenecki2013-10-10-0/+4
| | | | | | | | | | | | Closes #381.
* | | Merge pull request #369 from Anakros/masterAdam Bard2013-10-09-15/+84
|\ \ \ | | | | | | | | [ruby/ru-ru] Latest changes from English version && small changes in the translation
| * | | [ruby/ru-ru] Latest changes from English version && small changes in the ↵Alexey2013-09-29-15/+84
| | | | | | | | | | | | | | | | translation
* | | | Merge pull request #368 from MattKetmo/patch-1Adam Bard2013-10-09-1/+1
|\ \ \ \ | | | | | | | | | | [Scala] Fix typo: forgotten dot
| * | | | [Scala] Fix typo: forgotten dotMatthieu Moquet2013-09-28-1/+1
| |/ / /
* | | | Merge pull request #370 from alswl/masterAdam Bard2013-10-09-0/+540
|\ \ \ \ | | | | | | | | | | [r/zh-cn]Tranlated R to zh-cn
| * | | | dos2unixalswl2013-09-29-540/+540
| | | | |
| * | | | translate to Chinese 100%alswl2013-09-29-67/+54
| | | | |
| * | | | transalte 74%alswl2013-09-18-60/+31
| | | | |
| * | | | transalted 50%alswl2013-09-18-100/+56
| | | | |
| * | | | 33%alswl2013-09-18-109/+44
| | | | |
| * | | | add xiaoqi's translationalswl2013-08-24-0/+691
| | | | |
* | | | | Merge pull request #371 from mailopl/masterAdam Bard2013-10-09-0/+12
|\ \ \ \ \ | | | | | | | | | | | | [ruby/en] ADD: "&" and "*" use cases in function parameters
| * | | | | ADD: "&" and "*" use cases in function parametersMarcin Wawrzyniak2013-09-29-0/+12
| | |/ / / | |/| | |
* | | | | Merge pull request #372 from qgustavor/patch-1Adam Bard2013-10-09-3/+11
|\ \ \ \ \ | | | | | | | | | | | | [livescript/en] Fixed comparisons section
| * | | | | Fixed comparisons sectionGustavo Rodrigues2013-10-01-3/+11
| |/ / / / | | | | | | | | | | It was a mistake with `===` operator: `~=` is the equivalent for `==`, not `===` that is a more useful^([citation needed]) version of JS's `===`.
* | | | | Merge pull request #374 from bzg/masterAdam Bard2013-10-09-3/+401
|\ \ \ \ \ | | | | | | | | | | | | [clojure/en][clojure/fr-fr] Fix some typos in the Clojure tutorial and add the french translation
| * | | | | clojure.html.markdown: Fix an error (s/value/key)Bastien Guerry2013-10-04-1/+1
| | | | | |
| * | | | | Addfrench translation for the Clojure tutorialBastien Guerry2013-10-04-0/+398
| | | | | |
| * | | | | clojure.html.markdown: Fix another typoBastien Guerry2013-10-04-1/+1
| | | | | |
| * | | | | clojure.html.markdown: Fix typoBastien Guerry2013-10-03-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge pull request #375 from xakon/masterAdam Bard2013-10-09-12/+10
|\ \ \ \ \ | | | | | | | | | | | | [perl/en] Fix some links at Perl tutorial
| * | | | | [java] Missing semi-colon at code exampleChristos Kontas2013-10-08-1/+1
| | | | | |
| * | | | | [git] Fix typo error in guideChristos Kontas2013-10-08-1/+1
| | | | | |
| * | | | | [CommonLisp] fix typo error in commentChristos Kontas2013-10-07-1/+1
| | | | | |
| * | | | | [bash] Fix some spell errors in commentsChristos Kontas2013-10-04-2/+2
| | | | | |
| * | | | | [perl] Fix list with links at "Further Reading"Christos Kontas2013-10-04-4/+4
| | | | | |
| * | | | | [Perl] Remove some redundant spacesChristos Kontas2013-10-04-3/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #377 from benizi/fix-elixir-de-identificationAdam Bard2013-10-09-1/+1
|\ \ \ \ \ | | | | | | | | | | | | [elixir/de-de] Fixes language identification in elixir-de
| * | | | | Fixes language identification in elixir-deBenjamin R. Haskell2013-10-06-1/+1
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | YAML frontmatter had a line that looks like it was mis-patched (started with a `+`). Removed the `+` so the translation is displayed in the right place.
* | | | | Merge pull request #376 from vinhnx/vi-translationAdam Bard2013-10-09-0/+710
|\ \ \ \ \ | | | | | | | | | | | | [git/vi][obj-c/vi] add Git and Objective-C translation in Vietnamese language
| * | | | | add Git and Obj-C translation in Vietnamese languageVinh Nguyen2013-10-04-0/+710
| |/ / / /
* | | | | Merge pull request #378 from croddin/patch-1Adam Bard2013-10-09-1/+1
|\ \ \ \ \ | | | | | | | | | | | | [Lua/en] Fixed spelling of trig function "sin"
| * | | | | Fixed spelling of trig function "sin"Craig Roddin2013-10-07-1/+1
| |/ / / /
* | | | | Merge pull request #382 from Willyfrog/fix-clj-esAdam Bard2013-10-09-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | [clojure/es]Correct relevant fix from issue #374
| * | | | Correct relevant fix from issue #374Guillermo Vaya2013-10-09-1/+1
|/ / / /