summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* Updating French translationJean-Philippe Monette2015-03-17-67/+73
| | | Thanks vendethiel for all the suggestions!
* updating translators informationJean-Philippe Monette2015-03-17-1/+3
|
* Adding Go French translationJean-Philippe Monette2015-03-17-0/+430
|
* Merge pull request #1007 from geoffliu/haskell-minorven2015-03-16-18/+18
|\ | | | | [Haskell/en] Make the two fib functions consistent
| * Make the two fib functions consistentGeoff Liu2015-03-16-18/+18
| |
* | Merge pull request #1004 from themiurgo/patch-1Adam Bard2015-03-16-6/+6
|\ \ | | | | | | No-space array notation type[]
| * | No-space array notation type[]Antonio Lima2015-03-15-6/+6
|/ /
* | Merge pull request #997 from NPrescott/masterGeoff Liu2015-03-15-61/+72
|\ \ | | | | | | [typescript/en] Fix formatting, close #990
| * | fix spacing issueNolan Prescott2015-03-10-10/+10
| | |
| * | whitespace typo, fix #989Nolan Prescott2015-03-10-1/+1
| | |
| * | Fix formatting, close #990Nolan Prescott2015-03-10-57/+68
| | | | | | | | | | | | | | | | | | Cleaned up mixed tabs/spaces Wrapped lines at 80 characters Fixed incorrect comment regarding property name
* | | Merge pull request #1002 from keyanzhang/masterAdam Bard2015-03-13-7/+41
|\ \ \ | | | | | | | | [racket/en] Add detailed explanation of eq?, eqv?, and equal?
| * | | detailed explanation of eq?, eqv?, and equal?Keyan Zhang2015-03-13-7/+41
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | References: 1. http://docs.racket-lang.org/reference/booleans.html 2. http://docs.racket-lang.org/reference/eval-model.html 3. https://groups.google.com/forum/#!topic/plt-scheme/T1k49HMl450 4. http://stackoverflow.com/questions/16299246/what-is-the-difference-between-eq-eqv-equal-and-in-scheme 5. http://www.r6rs.org/final/html/r6rs/r6rs-Z-H-14.html
* | | Merge pull request #1001 from Arnie97/patch-1ven2015-03-13-3/+5
|\ \ \ | |_|/ |/| | Closes #1000
| * | Closes #1000Arnie972015-03-13-3/+5
|/ /
* | Merge pull request #998 from dreftymac/patch-1Geoff Liu2015-03-11-2/+2
|\ \ | |/ |/| Update xml.html.markdown
| * Update xml.html.markdownDreftymac2015-03-11-2/+2
|/
* Merge pull request #993 from xuchunyang/patch-1Geoff Liu2015-03-09-2/+2
|\ | | | | [tcl/en] Fix typos
| * [tcl/en] Fix typosChunyang Xu2015-03-09-2/+2
|/
* Merge pull request #988 from jasonqu/masterGeoff Liu2015-03-07-219/+301
|\ | | | | [javascript/zh] Translation tracking
| * Update javascript-cn.html.markdownGoddamned Qu2015-03-08-2/+2
| | | | | | add missing translation
| * [javascript/zh] Translation trackingjasonqu2015-03-06-218/+300
| |
* | Merge pull request #984 from TheDmitry/swift-updatingAndre Polykanine A.K.A. Menelion ElensĂșlĂ«2015-03-05-0/+52
|\ \ | |/ |/| [swift/ru] Updating Swift guide
| * [swift/ru] TypoTheDmitry2015-03-05-3/+3
| |
| * [swift/ru] Added contributorTheDmitry2015-03-04-0/+1
| |
| * [swift/ru] Updating Swift guideTheDmitry2015-03-04-0/+51
| |
* | Merge pull request #987 from geoffliu/masterLevi Bostian2015-03-04-4/+13
|\ \ | | | | | | [Ruby/en] Add logical operators to Ruby tutorial
| * | Add logical operators to Ruby tutorialGeoff Liu2015-03-04-4/+13
| | |
* | | Merge pull request #986 from Jakehp/masterGeoff Liu2015-03-04-6/+6
|\ \ \ | |/ / |/| | Renamed Big-Oh to more prevalent name, Big-O.
| * | Renamed Big-Oh to more prevalent notation, Big-O.Jake Prather2015-03-04-6/+6
|/ /
* | Merge pull request #985 from awalGarg/patch-1Geoff Liu2015-03-04-0/+3
|\ \ | |/ |/| [git/en] Added the handy -a switch
| * Added the handy -a switchawalGarg2015-03-04-0/+3
|/
* Merge pull request #978 from kamidox/masterGeoff Liu2015-03-02-113/+529
|\ | | | | Add two swift feature and make a full translation for swift to zh-cn
| * correct typoJoey Huang2015-03-03-2/+2
| |
| * correct typoJoey Huang2015-03-03-1/+1
| |
| * correct more typoJoey Huang2015-03-02-22/+26
| |
| * correct typoJoey Huang2015-03-02-4/+5
| |
| * make full translation of swift languageJoey Huang2015-02-28-112/+471
| |
| * add optional init and enum with associated valuesJoey Huang2015-02-28-0/+52
| |
* | Merge pull request #982 from bwiklund/patch-1ven2015-03-02-1/+1
|\ \ | | | | | | Fixed spelling
| * | Update nim.html.markdownBen Wiklund2015-03-01-1/+1
| | |
* | | Merge pull request #980 from brxfork/patch-2ven2015-03-02-1/+1
|\ \ \ | | | | | | | | Perl6, minor change in comments
| * | | Perl6, minor change in comments Philippe Bricout2015-03-01-1/+1
| |/ / | | | | | | It seems "when" should be replace by "given" at the end of the comment.
* | | Merge pull request #981 from munrocape/patch-1Adam Bard2015-03-01-3/+3
|\ \ \ | |/ / |/| | Moved explanation of indexing into a list earlier
| * | Moved explanation of indexing into a list earlierZach Munro-Cape2015-03-01-3/+3
|/ / | | | | This way, it is clear what [1..] !! 999 means later on.
* | Merge pull request #979 from def-/masterven2015-03-01-2/+10
|\ \ | | | | | | Fix Nim a bit
| * | Fix Nim a bitdef2015-03-01-2/+10
|/ /
* | Merge pull request #977 from brxfork/patch-1Levi Bostian2015-02-28-1/+1
|\ \ | |/ |/| Update perl6.html.markdown
| * Update perl6.html.markdownPhilippe Bricout2015-02-27-1/+1
|/ | | typo, wrong sub name in comment : mod => x-store
* Merge pull request #973 from Commador/patch-1Levi Bostian2015-02-25-0/+2
|\ | | | | Update java.html.markdown