Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Use "haxe" highlighting instead of C# | Dan Korostelev | 2015-03-24 | -1/+1 |
| | ||||
* | Merge pull request #1011 from iamrahil/ruby | Levi Bostian | 2015-03-23 | -0/+8 |
|\ | | | | | [ruby] Array and Hash specific functions | |||
| * | add to ruby contributors | Rahil Momin | 2015-03-19 | -0/+1 |
| | | ||||
| * | add has_key? and has_value? methods on hashes | Rahil Momin | 2015-03-19 | -0/+4 |
| | | ||||
| * | add include? method on arrays | Rahil Momin | 2015-03-19 | -0/+3 |
| | | ||||
* | | Merge pull request #1008 from jpmonette/master | ven | 2015-03-23 | -0/+438 |
|\ \ | | | | | | | Adding Go French translation | |||
| * | | Updating French translation | Jean-Philippe Monette | 2015-03-17 | -67/+73 |
| | | | | | | | | | Thanks vendethiel for all the suggestions! | |||
| * | | updating translators information | Jean-Philippe Monette | 2015-03-17 | -1/+3 |
| | | | ||||
| * | | Adding Go French translation | Jean-Philippe Monette | 2015-03-17 | -0/+430 |
| |/ | ||||
* | | Merge pull request #955 from suuuzi/master | ven | 2015-03-21 | -160/+253 |
|\ \ | | | | | | | Translating brainfuck & git to pt-br; Fixing typos in git pt-pt translation; Adding links refering other tutorials | |||
| * | | Refering Python3 tutorial link | suuuzi | 2015-02-04 | -1/+1 |
| | | | ||||
| * | | Python 3: Changing 'the other tutorial' to a link refering the other tutorial | suuuzi | 2015-02-04 | -1/+1 |
| | | | ||||
| * | | Fixing some typos in Git pt-pt translation | suuuzi | 2015-02-04 | -7/+6 |
| | | | ||||
| * | | Translating Git to pt-br | suuuzi | 2015-02-04 | -151/+161 |
| | | | ||||
| * | | Translating brainfuck to pt-br | suuuzi | 2015-02-04 | -84/+0 |
| | | | ||||
| * | | Translating brainfuck to pt-br | suuuzi | 2015-02-04 | -0/+168 |
| | | | ||||
* | | | Merge pull request #1012 from ronaldxs/patch-1 | ven | 2015-03-20 | -1/+1 |
|\ \ \ | |_|/ |/| | | thrice .... gather ^3 counts three times "0 1 2" not 5 | |||
| * | | thrice .... gather ^3 counts three times "0 1 2" not 5 | ronaldxs | 2015-03-20 | -1/+1 |
|/ / | | | | | Probably just a paste-o mistake. Want to count 3 times not 5. | |||
* | | Merge pull request #1007 from geoffliu/haskell-minor | ven | 2015-03-16 | -18/+18 |
|\ \ | | | | | | | [Haskell/en] Make the two fib functions consistent | |||
| * | | Make the two fib functions consistent | Geoff Liu | 2015-03-16 | -18/+18 |
| | | | ||||
* | | | Merge pull request #1004 from themiurgo/patch-1 | Adam Bard | 2015-03-16 | -6/+6 |
|\ \ \ | | | | | | | | | No-space array notation type[] | |||
| * | | | No-space array notation type[] | Antonio Lima | 2015-03-15 | -6/+6 |
|/ / / | ||||
* | | | Merge pull request #997 from NPrescott/master | Geoff Liu | 2015-03-15 | -61/+72 |
|\ \ \ | | | | | | | | | [typescript/en] Fix formatting, close #990 | |||
| * | | | fix spacing issue | Nolan Prescott | 2015-03-10 | -10/+10 |
| | | | | ||||
| * | | | whitespace typo, fix #989 | Nolan Prescott | 2015-03-10 | -1/+1 |
| | | | | ||||
| * | | | Fix formatting, close #990 | Nolan Prescott | 2015-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/master | Adam Bard | 2015-03-13 | -7/+41 |
|\ \ \ \ | | | | | | | | | | | [racket/en] Add detailed explanation of eq?, eqv?, and equal? | |||
| * | | | | detailed explanation of eq?, eqv?, and equal? | Keyan Zhang | 2015-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-1 | ven | 2015-03-13 | -3/+5 |
|\ \ \ \ | |_|/ / |/| | | | Closes #1000 | |||
| * | | | Closes #1000 | Arnie97 | 2015-03-13 | -3/+5 |
|/ / / | ||||
* | | | Merge pull request #998 from dreftymac/patch-1 | Geoff Liu | 2015-03-11 | -2/+2 |
|\ \ \ | |/ / |/| | | Update xml.html.markdown | |||
| * | | Update xml.html.markdown | Dreftymac | 2015-03-11 | -2/+2 |
|/ / | ||||
* | | Merge pull request #993 from xuchunyang/patch-1 | Geoff Liu | 2015-03-09 | -2/+2 |
|\ \ | | | | | | | [tcl/en] Fix typos | |||
| * | | [tcl/en] Fix typos | Chunyang Xu | 2015-03-09 | -2/+2 |
|/ / | ||||
* | | Merge pull request #988 from jasonqu/master | Geoff Liu | 2015-03-07 | -219/+301 |
|\ \ | | | | | | | [javascript/zh] Translation tracking | |||
| * | | Update javascript-cn.html.markdown | Goddamned Qu | 2015-03-08 | -2/+2 |
| | | | | | | | | | add missing translation | |||
| * | | [javascript/zh] Translation tracking | jasonqu | 2015-03-06 | -218/+300 |
| | | | ||||
* | | | Merge pull request #984 from TheDmitry/swift-updating | Andre Polykanine A.K.A. Menelion ElensĂșlĂ« | 2015-03-05 | -0/+52 |
|\ \ \ | |/ / |/| | | [swift/ru] Updating Swift guide | |||
| * | | [swift/ru] Typo | TheDmitry | 2015-03-05 | -3/+3 |
| | | | ||||
| * | | [swift/ru] Added contributor | TheDmitry | 2015-03-04 | -0/+1 |
| | | | ||||
| * | | [swift/ru] Updating Swift guide | TheDmitry | 2015-03-04 | -0/+51 |
| | | | ||||
* | | | Merge pull request #987 from geoffliu/master | Levi Bostian | 2015-03-04 | -4/+13 |
|\ \ \ | | | | | | | | | [Ruby/en] Add logical operators to Ruby tutorial | |||
| * | | | Add logical operators to Ruby tutorial | Geoff Liu | 2015-03-04 | -4/+13 |
| | | | | ||||
* | | | | Merge pull request #986 from Jakehp/master | Geoff Liu | 2015-03-04 | -6/+6 |
|\ \ \ \ | |/ / / |/| | | | Renamed Big-Oh to more prevalent name, Big-O. | |||
| * | | | Renamed Big-Oh to more prevalent notation, Big-O. | Jake Prather | 2015-03-04 | -6/+6 |
|/ / / | ||||
* | | | Merge pull request #985 from awalGarg/patch-1 | Geoff Liu | 2015-03-04 | -0/+3 |
|\ \ \ | |/ / |/| | | [git/en] Added the handy -a switch | |||
| * | | Added the handy -a switch | awalGarg | 2015-03-04 | -0/+3 |
|/ / | ||||
* | | Merge pull request #978 from kamidox/master | Geoff Liu | 2015-03-02 | -113/+529 |
|\ \ | | | | | | | Add two swift feature and make a full translation for swift to zh-cn | |||
| * | | correct typo | Joey Huang | 2015-03-03 | -2/+2 |
| | | | ||||
| * | | correct typo | Joey Huang | 2015-03-03 | -1/+1 |
| | | |