summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* Merge pull request #544 from marcoms/patch-1Nami-Doc2014-02-26-5/+6
|\ | | | | Add missing semicolons
| * Add missing semicolonsMarco Scannadinari2014-02-26-5/+6
|/
* Merge pull request #543 from NoahDragon/masterNami-Doc2014-02-26-16/+18
|\ | | | | Update visualbasic-cn.html.markdown
| * Update visualbasic-cn.html.markdownAbner2014-02-26-16/+18
| | | | | | | | fix some typoes and untranslated comments. change some expression to make user more easily understand.
* | Merge pull request #539 from Olwaro/CSHARPFRNami-Doc2014-02-26-4/+816
|\ \ | | | | | | [csharp/fr] Added french translation for C#
| * | Fix what Nami-Doc spotted.olwaro2014-02-24-41/+41
| | |
| * | Adds loan pattern example to french translation.olwaro2014-02-24-19/+30
| | |
| * | A bunch of typo fixolwaro2014-02-24-31/+31
| | |
| * | First version of csharp french translationolwaro2014-02-24-0/+801
| | |
* | | Merge pull request #541 from NoahDragon/masterNami-Doc2014-02-26-0/+272
|\ \ \ | | |/ | |/| [VisualBasic/zh-cn] Add Chinese Translate for Visual Basic
| * | Slight change the format.Abner2014-02-25-2/+2
| | |
| * | Create visualbasic-cn.html.markdownAbner2014-02-25-0/+272
| |/ | | | | First Version of Translate.
* | Merge pull request #542 from weakish/patch-12Nami-Doc2014-02-26-0/+151
|\ \ | |/ |/| clojure-macro: chinese translation
| * clojure-macro: chinese translationJakukyo Friel2014-02-26-0/+151
|/
* Merge pull request #538 from BWSpiros/patch-1Nami-Doc2014-02-21-1/+1
|\ | | | | Fixed random spelling error.
| * Fixed random spelling error.Brian Stearns2014-02-20-1/+1
|/
* Merge pull request #537 from weakish/patch-11Nami-Doc2014-02-20-0/+2
|\ | | | | clojure-cn: contributor and translator information
| * clojure-cn: contributor and translator informationJakukyo Friel2014-02-20-0/+2
|/ | | The translator add his/her name to contributor instead of translator.
* Merge pull request #536 from markwhiting/patch-1Nami-Doc2014-02-18-0/+4
|\ | | | | Better explanation of list slices
| * Better explanation of list slicesMark Whiting2014-02-17-0/+4
|/ | | | | Step size and list slice syntax was not quite clear. Upon seeing li[::-1] as it was previously, I was not sure what this really meant so I looked it up and found that this section of the guide may benefit from more explanation.
* Merge pull request #535 from Olwaro/loan_patternNami-Doc2014-02-17-0/+12
|\ | | | | [csharp/en] Adds example of 'using' statement for resources handling
| * Fixes typosolwaro2014-02-17-2/+2
| |
| * Adds an example of 'using' statementolwaro2014-02-16-0/+12
| |
* | Merge pull request #534 from papaloizouc/masterNami-Doc2014-02-16-0/+48
|\ \ | | | | | | python generators & decorators
| * | fix section numbercharalambosp2014-02-16-1/+1
| | |
| * | generators & decoratorscharalambosp2014-02-16-0/+48
|/ /
* | Merge pull request #530 from weakish/patch-10Nami-Doc2014-02-16-2/+2
|\ \ | | | | | | c-cn: typo
| * | c-cn: typoJakukyo Friel2014-02-15-2/+2
| | |
* | | Merge pull request #533 from Olwaro/csharp_fixNami-Doc2014-02-16-4/+4
|\ \ \ | |_|/ |/| | [csharp/en] Fixes some misleading comments
| * | Fix some misleading commentsolwaro2014-02-16-4/+4
|/ /
* | Merge pull request #532 from ryzed/masterNami-Doc2014-02-15-1/+1
|\ \ | |/ |/| Update haxe.html.markdown (fix 531 issue)
| * Update haxe.html.markdownryzed2014-02-15-1/+1
|/ | | fixed typo
* Merge pull request #529 from weakish/patch-9Nami-Doc2014-02-14-83/+311
|\ | | | | c-cn: improve translations
| * c-cn: improve translationsJakukyo Friel2014-02-14-83/+311
|/ | | | - improve translations - translate the missing part
* Merge pull request #528 from weakish/patch-8Nami-Doc2014-02-14-1/+1
|\ | | | | c: typo
| * c: typoJakukyo Friel2014-02-14-1/+1
|/
* Merge pull request #527 from weakish/patch-7Nami-Doc2014-02-14-5/+7
|\ | | | | c: reorder paragraphs
| * c: reorder paragraphsJakukyo Friel2014-02-14-5/+7
|/ | | content about `static` are inserted into the wrong place.
* Merge pull request #525 from arikrak/patch-1Nami-Doc2014-02-13-3/+16
|\ | | | | Added additional resources for learning Java
| * Added additional resources for learning JavaAriel2014-02-12-3/+16
|/
* Update bash-de.html.markdownAdam Bard2014-02-12-1/+1
|
* Update bash-cn.html.markdownAdam Bard2014-02-12-1/+1
|
* Update bash.html.markdownAdam Bard2014-02-12-1/+1
| | | use /bin/bash for bash, not /bin/sh
* Merge pull request #523 from keydunov/masterNami-Doc2014-02-12-2/+2
|\ | | | | Fix typos in russian translation for Go language
| * Fix typos in russian translation for Go languageArtyom2014-02-12-2/+2
|/
* Merge pull request #521 from gizmo385/masterNami-Doc2014-02-10-2/+45
|\ | | | | Java: Added section on interfaces. Updated array creation information.
| * Added section on interfaces. Added array infoU-Christopher-PC\Christopher2014-02-10-2/+45
|/
* Merge pull request #520 from brk00/julia-testNami-Doc2014-02-08-3/+3
|\ | | | | Moved println(...) from 'Variables and Collections' section
| * Moved println() from 'Variables and Collections' sectionbrk0_02014-02-08-3/+3
|/
* Merge pull request #519 from iArnold/Red-widthNami-Doc2014-02-07-15/+22
|\ | | | | Update red.html.markdown