Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| | * | | | | Fix a couple forgotten references to `contains` in the comments | Leah Hanson | 2013-10-21 | -2/+2 | |
| | | | | | | |||||
| | * | | | | updated date | Leah Hanson | 2013-10-18 | -1/+1 | |
| | | | | | | |||||
| | * | | | | updated method names (add! -> push!, contains -> in) | Leah Hanson | 2013-10-18 | -7/+7 | |
| | | | | | | |||||
| | * | | | | remove extraneous end | Leah Hanson | 2013-10-18 | -1/+0 | |
| | | | | | | |||||
| | * | | | | Expanded Type and Multiple Dispatch sections, and added more dispatch ↵ | Leah Hanson | 2013-10-18 | -20/+131 | |
| | | | | | | | | | | | | | | | | | | | | | | | | examples. Also added link to mailing list. | ||||
| | * | | | | Revised Julia in Y Minutes, until Types section. | Leah Hanson | 2013-10-18 | -31/+49 | |
| | | | | | | |||||
| | * | | | | improved first half of Julia tutorial: reworded comments, added a few new ↵ | Leah Hanson | 2013-09-26 | -20/+33 | |
| | | | | | | | | | | | | | | | | | | | | | | | | tips, fixed a bug or two. | ||||
* | | | | | | Updates | Adam | 2013-10-27 | -4/+6 | |
|/ / / / / | |||||
* | | | | | Merge pull request #386 from davbaumgartner/master | Adam Bard | 2013-10-16 | -0/+430 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | Adding french translation of Haskell | ||||
| * | | | | Applying corrections | David Baumgartner | 2013-10-16 | -48/+49 | |
| | | | | | |||||
| * | | | | Adding french translation of Haskell | David Baumgartner | 2013-10-06 | -0/+429 | |
| | | | | | |||||
| * | | | | Revert "Adding french translation of Haskell" | David Baumgartner | 2013-10-06 | -428/+0 | |
| | | | | | | | | | | | | | | | | | | | | This reverts commit f400089013d99030e520c20735198273aed17b8e. | ||||
| * | | | | Adding french translation of Haskell | David Baumgartner | 2013-10-06 | -0/+428 | |
| | | | | | |||||
* | | | | | [javascript] Added note about ints | Adam Brenecki | 2013-10-10 | -0/+2 | |
| | | | | | |||||
* | | | | | [javascript] Add bit about array mutability. | Adam Brenecki | 2013-10-10 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | Closes #381. | ||||
* | | | | | Merge pull request #369 from Anakros/master | Adam Bard | 2013-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 ↵ | Alexey | 2013-09-29 | -15/+84 | |
| | | | | | | | | | | | | | | | | | | | | | | | | translation | ||||
* | | | | | | Merge pull request #368 from MattKetmo/patch-1 | Adam Bard | 2013-10-09 | -1/+1 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | [Scala] Fix typo: forgotten dot | ||||
| * | | | | | | [Scala] Fix typo: forgotten dot | Matthieu Moquet | 2013-09-28 | -1/+1 | |
| |/ / / / / | |||||
* | | | | | | Merge pull request #370 from alswl/master | Adam Bard | 2013-10-09 | -0/+540 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | [r/zh-cn]Tranlated R to zh-cn | ||||
| * | | | | | | dos2unix | alswl | 2013-09-29 | -540/+540 | |
| | | | | | | | |||||
| * | | | | | | translate to Chinese 100% | alswl | 2013-09-29 | -67/+54 | |
| | | | | | | | |||||
| * | | | | | | transalte 74% | alswl | 2013-09-18 | -60/+31 | |
| | | | | | | | |||||
| * | | | | | | transalted 50% | alswl | 2013-09-18 | -100/+56 | |
| | | | | | | | |||||
| * | | | | | | 33% | alswl | 2013-09-18 | -109/+44 | |
| | | | | | | | |||||
| * | | | | | | add xiaoqi's translation | alswl | 2013-08-24 | -0/+691 | |
| | | | | | | | |||||
* | | | | | | | Merge pull request #371 from mailopl/master | Adam Bard | 2013-10-09 | -0/+12 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | [ruby/en] ADD: "&" and "*" use cases in function parameters | ||||
| * | | | | | | | ADD: "&" and "*" use cases in function parameters | Marcin Wawrzyniak | 2013-09-29 | -0/+12 | |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge pull request #372 from qgustavor/patch-1 | Adam Bard | 2013-10-09 | -3/+11 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | [livescript/en] Fixed comparisons section | ||||
| * | | | | | | | Fixed comparisons section | Gustavo Rodrigues | 2013-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/master | Adam Bard | 2013-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 Guerry | 2013-10-04 | -1/+1 | |
| | | | | | | | | |||||
| * | | | | | | | Addfrench translation for the Clojure tutorial | Bastien Guerry | 2013-10-04 | -0/+398 | |
| | | | | | | | | |||||
| * | | | | | | | clojure.html.markdown: Fix another typo | Bastien Guerry | 2013-10-04 | -1/+1 | |
| | | | | | | | | |||||
| * | | | | | | | clojure.html.markdown: Fix typo | Bastien Guerry | 2013-10-03 | -1/+1 | |
| | |_|_|/ / / | |/| | | | | | |||||
* | | | | | | | Merge pull request #375 from xakon/master | Adam Bard | 2013-10-09 | -12/+10 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | [perl/en] Fix some links at Perl tutorial | ||||
| * | | | | | | | [java] Missing semi-colon at code example | Christos Kontas | 2013-10-08 | -1/+1 | |
| | | | | | | | | |||||
| * | | | | | | | [git] Fix typo error in guide | Christos Kontas | 2013-10-08 | -1/+1 | |
| | | | | | | | | |||||
| * | | | | | | | [CommonLisp] fix typo error in comment | Christos Kontas | 2013-10-07 | -1/+1 | |
| | | | | | | | | |||||
| * | | | | | | | [bash] Fix some spell errors in comments | Christos Kontas | 2013-10-04 | -2/+2 | |
| | | | | | | | | |||||
| * | | | | | | | [perl] Fix list with links at "Further Reading" | Christos Kontas | 2013-10-04 | -4/+4 | |
| | | | | | | | | |||||
| * | | | | | | | [Perl] Remove some redundant spaces | Christos Kontas | 2013-10-04 | -3/+1 | |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge pull request #377 from benizi/fix-elixir-de-identification | Adam Bard | 2013-10-09 | -1/+1 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | [elixir/de-de] Fixes language identification in elixir-de | ||||
| * | | | | | | | Fixes language identification in elixir-de | Benjamin R. Haskell | 2013-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-translation | Adam Bard | 2013-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 language | Vinh Nguyen | 2013-10-04 | -0/+710 | |
| |/ / / / / / | |||||
* | | | | | | | Merge pull request #378 from croddin/patch-1 | Adam Bard | 2013-10-09 | -1/+1 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | [Lua/en] Fixed spelling of trig function "sin" | ||||
| * | | | | | | | Fixed spelling of trig function "sin" | Craig Roddin | 2013-10-07 | -1/+1 | |
| |/ / / / / / | |||||
* | | | | | | | Merge pull request #382 from Willyfrog/fix-clj-es | Adam Bard | 2013-10-09 | -1/+1 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | [clojure/es]Correct relevant fix from issue #374 | ||||
| * | | | | | | Correct relevant fix from issue #374 | Guillermo Vaya | 2013-10-09 | -1/+1 | |
|/ / / / / / |