Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | fix a few more typos | Jacob Ward | 2016-02-12 | -8/+8 |
| | ||||
* | fix a typo | Jacob Ward | 2016-02-12 | -1/+1 |
| | ||||
* | Merge pull request #1758 from patrikja/patch-2 | ven | 2016-02-11 | -9/+9 |
|\ | | | | | Some minor fixes | |||
| * | Some minor fixes | Patrik Jansson | 2015-10-23 | -9/+9 |
| | | | | | | | | | | | | I just noted that the example claiming that (add 10) is the same as (+10) was wrong. (A detail - it should be (10+) to match the argument order.) Then I just continued down making a few similar fixes and terminology updates. /Patrik PS. I've been teaching [Advanced Functional Programming](http://www.cse.chalmers.se/edu/course/afp/) (in Haskell) for a few years at Chalmers. | |||
* | | Merge pull request #2127 from oscarb-se/patch-1 | ven | 2016-02-08 | -1/+1 |
|\ \ | | | | | | | [java/en] Fixed statement about many classes in one file | |||
| * | | Fixed statement about many classes in one file | oscarb-se | 2016-02-08 | -1/+1 |
|/ / | | | | | Fixed statement on line 441 to say that it is _not_ good practice to keep many classes in the same file. | |||
* | | Merge pull request #2126 from rajanand/patch-1 | ven | 2016-02-05 | -1/+1 |
|\ \ | | | | | | | Removed exclamation mark(!) from comment. | |||
| * | | Removed ! | rajanand ilangovan | 2016-02-06 | -1/+1 |
|/ / | ||||
* | | Merge pull request #2125 from 23Pstars/master | ven | 2016-02-02 | -0/+848 |
|\ \ | | | | | | | [php/id-id] ID translation | |||
| * \ | Merge remote-tracking branch 'origin/master' | Ahmad Zafrullah | 2016-02-02 | -0/+0 |
| |\ \ | ||||
| | * | | [php/id-id] updates for ID translation | Ahmad Zafrullah | 2016-02-02 | -121/+118 |
| | | | | ||||
| | * | | [php/id-id] add ID translation | Ahmad Zafrullah | 2016-01-30 | -0/+851 |
| | | | | ||||
| * | | | [php/id-id] updates for ID translation | Ahmad Zafrullah | 2016-02-02 | -121/+118 |
| | | | | ||||
| * | | | [php/id-id] add ID translation | Ahmad Zafrullah | 2016-02-02 | -0/+851 |
|/ / / | ||||
* | | | Merge pull request #2123 from AndrejPetelin/AndrejPetelin-patch-1 | ven | 2016-01-31 | -1/+1 |
|\ \ \ | | | | | | | | | Update c++.html.markdown | |||
| * | | | Update c++.html.markdown | AndrejPetelin | 2016-01-31 | -1/+1 |
|/ / / | | | | | | | v.empty() queries if v is empty while v.clear() actually clears it (or rather sets size to 0). | |||
* | | | #2119 fixups | ven | 2016-01-28 | -7/+7 |
| | | | ||||
* | | | Merge pull request #2119 from Jaskamalkainth/master | ven | 2016-01-28 | -0/+46 |
|\ \ \ | | | | | | | | | [C++ / en] Added Tuple. | |||
| * | | | [C++/en] Tuple , Updated | Jaskamal Kainth | 2016-01-28 | -3/+2 |
| | | | | ||||
| * | | | [C++/en] Tuple , updated | Jaskamal Kainth | 2016-01-28 | -5/+5 |
| | | | | ||||
| * | | | [C++/en] Tuples in C++ | Jaskamal Kainth | 2016-01-28 | -7/+6 |
| | | | | ||||
| * | | | Added Tuple | Jaskamal Kainth | 2016-01-28 | -0/+48 |
| | | | | ||||
* | | | | Merge pull request #2118 from cannium/patch-1 | ven | 2016-01-28 | -2/+2 |
|\ \ \ \ | |/ / / |/| | | | Remove junk string `450635425` | |||
| * | | | Remove junk string `450635425` | can | 2016-01-28 | -2/+2 |
|/ / / | ||||
* | | | Merge pull request #2103 from kazu9su/translate-php | ven | 2016-01-26 | -0/+777 |
|\ \ \ | | | | | | | | | [php/ja] Translated PHP tutorial to japanese | |||
| * | | | update filename | Tomy | 2016-01-26 | -1/+1 |
| | | | | ||||
| * | | | feedback | Tomy | 2016-01-26 | -0/+1 |
| | | | | ||||
| * | | | fix typo | Tomy | 2016-01-17 | -1/+1 |
| | | | | ||||
| * | | | translate all | Tomy | 2016-01-17 | -57/+61 |
| | | | | ||||
| * | | | translate to 487 | Tomy | 2016-01-17 | -31/+33 |
| | | | | ||||
| * | | | translate to 328 | Tomy | 2016-01-16 | -41/+44 |
| | | | | ||||
| * | | | translate 100 to 150 lines | Tomy | 2016-01-14 | -17/+18 |
| | | | | ||||
| * | | | translate until line 100 | Tomy | 2016-01-14 | -20/+21 |
| | | | | ||||
| * | | | translate first block | Tomy | 2015-10-18 | -14/+12 |
| | | | | ||||
| * | | | begin translate | Tomy | 2015-10-18 | -0/+767 |
| | | | | ||||
* | | | | Merge pull request #2115 from ryanplant-au/master | ven | 2016-01-26 | -1/+23 |
|\ \ \ \ | | | | | | | | | | | [Ruby] Naming conventions and destructuring assignment | |||
| * | | | | Fix formatting on comments | Ryan Plant | 2016-01-26 | -2/+2 |
| | | | | | ||||
| * | | | | Add note on method naming conventions | Ryan Plant | 2016-01-26 | -0/+13 |
| | | | | | ||||
| * | | | | Add note on destructuring assignment | Ryan Plant | 2016-01-26 | -0/+9 |
| | | | | | ||||
| * | | | | Fix typo | Ryan Plant | 2016-01-26 | -1/+1 |
| | |/ / | |/| | | ||||
* | | | | Merge pull request #2114 from sarthfrey/master | ven | 2016-01-26 | -0/+2 |
|\ \ \ \ | |/ / / |/| | | | Added Python Resources | |||
| * | | | removed merge stuff | sarthfrey | 2016-01-25 | -3/+0 |
| | | | | ||||
| * | | | Merge remote-tracking branch 'adambard/master' | sarthfrey | 2016-01-25 | -287/+5522 |
| |\ \ \ | |/ / / |/| | | | | | | | | | | | # Conflicts: # python.html.markdown | |||
* | | | | Merge pull request #1266 from janisz/Polish_translations_for_XML | ven | 2016-01-25 | -0/+137 |
|\ \ \ \ | | | | | | | | | | | Add Polish translations for XML | |||
| * | | | | Add Polish translations for XML | Tomasz Janiszewski | 2015-10-01 | -0/+137 |
| | | | | | ||||
* | | | | | Merge pull request #1232 from jeanmatheussouto/ruby-pt-br-update | ven | 2016-01-25 | -3/+9 |
|\ \ \ \ \ | | | | | | | | | | | | | [ruby/pt-br] - Update Ruby Resources | |||
| * | | | | | Add more resources, add me to contributors | Jean Matheus Souto | 2015-10-24 | -3/+9 |
| | | | | | | ||||
* | | | | | | Merge pull request #1890 from jmeinke/master | ven | 2016-01-25 | -25/+25 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | [go/de] More infos, reformulation and typo fixes for Go. | |||
| * | | | | | | Fix a typo introduced in the previous commit. | meinkej | 2015-10-29 | -5/+7 |
| | | | | | | | | | | | | | | | | | | | | | Reformatted some lines. | |||
| * | | | | | | [go/de] More infos, reformulation and typo fixes for Go. | meinkej | 2015-10-29 | -21/+19 |
| | | | | | | |