Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Commited translation ta | Kirushan Rasendran | 2015-10-17 | -1/+1 |
| | ||||
* | updated | Kirushan Rasendran | 2015-10-17 | -4/+2 |
| | | | | removed white spaces and removed old EN translation | |||
* | removed EN | Kirushan Rasendran | 2015-10-17 | -2/+1 |
| | | | | Tamil translated added removed EN from markdown | |||
* | Updated translation | Kirushan Rasendran | 2015-10-17 | -4/+0 |
| | ||||
* | CSS Translation En to Tamil | Kirushan Rasendran | 2015-10-17 | -0/+261 |
| | ||||
* | xml translation from EN to TA | Kirushan Rasendran | 2015-10-16 | -0/+161 |
| | | | | xml translation from EN to Tamil | |||
* | JavaScript Tamil translation complete | Kirushan Rasendran | 2015-10-16 | -33/+53 |
| | | | | [JavaScript/ta] Translation completed | |||
* | Objects, Constructors and OOP translation | Kirushan Rasendran | 2015-10-15 | -65/+67 |
| | ||||
* | Translation continued | Kirushan Rasendran | 2015-10-14 | -49/+63 |
| | | | | Translated content about javascript objects,arrays key value pairs | |||
* | Javascript Tamil translation | Kirushan Rasendran | 2015-10-13 | -18/+22 |
| | ||||
* | [javascript/ta]JavaScript Translation | Kirushan Rasendran | 2015-10-13 | -0/+554 |
| | | | | javascript Tamil Translation | |||
* | [ta/json]Added Contributors and a Translator | Kirushan Rasendran | 2015-10-13 | -1/+5 |
| | | | | Added Contributors and a Translator | |||
* | Delete java.html.markdown | Kirushan Rasendran | 2015-10-13 | -713/+0 |
| | ||||
* | Tamil Translation | Kirushan Rasendran | 2015-10-13 | -0/+82 |
| | | | | Tamil Translation for JSON | |||
* | Translation from English to Tamil | Kirushan Rasendran | 2015-10-13 | -0/+713 |
| | | | | | Language - Java Translation -Tamil | |||
* | Merge pull request #1481 from ananyacleetus/patch-1 | Levi Bostian | 2015-10-12 | -1/+1 |
|\ | | | | | Update python.html.markdown | |||
| * | Update python.html.markdown | Ananya W Cleetus | 2015-10-12 | -1/+1 |
| | | ||||
* | | Merge pull request #1484 from RobRoseKnows/master | Levi Bostian | 2015-10-12 | -0/+30 |
|\ \ | | | | | | | Added BigInteger and BigDecimal explanations to Java tutorial | |||
| * | | Updated Java tutorial with BigInteger and BigDecimal | Robert Rose | 2015-10-12 | -0/+30 |
| | | | ||||
| * | | Revert "Updated Java tutorial with BigInteger and BigDecimal." | Robert Rose | 2015-10-12 | -30/+0 |
| | | | | | | | | | | | | This reverts commit 8cb9e5395b2a21fe8e86455f5a5729a60435524c. | |||
| * | | Removed credit | Robert Rose | 2015-10-12 | -1/+0 |
| | | | ||||
| * | | Added contributor credit. | Robert Rose | 2015-10-12 | -0/+1 |
| | | | ||||
| * | | Updated Java tutorial with BigInteger and BigDecimal. | Robert Rose | 2015-10-12 | -0/+30 |
| |/ | ||||
* | | Merge pull request #1478 from aayushranaut/master | Levi Bostian | 2015-10-12 | -2/+0 |
|\ \ | | | | | | | Range is not a generator | |||
| * | | Range is not a generator | Aayush Ranaut | 2015-10-09 | -6/+4 |
| | | | ||||
* | | | Merge pull request #1477 from jdpearce/master | Levi Bostian | 2015-10-12 | -3/+40 |
|\ \ \ | | | | | | | | | Fixed the custom indexer example (setter return type is void) | |||
| * | | | Added some simple yield examples | Jo Pearce | 2015-10-12 | -1/+38 |
| | | | | ||||
| * | | | Fixed the custom indexer example (setter return type is void) | Jo Pearce | 2015-10-12 | -2/+2 |
| | | | | ||||
* | | | | Merge pull request #1469 from Alters/master | Levi Bostian | 2015-10-12 | -0/+2 |
|\ \ \ \ | | | | | | | | | | | [C++/en] Small inheritance clarification | |||
| * | | | | [C++/en] Small inheritance clarification | Cameron Wood | 2015-10-11 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Clarified that private members are inherited but are not directly accessible | |||
* | | | | | Merge pull request #1466 from csuich2/csharp-null-propagation | Levi Bostian | 2015-10-12 | -0/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | Added info C# null-propagation | |||
| * | | | | | Added info C# null-propagation | Chris | 2015-10-10 | -0/+3 |
| |/ / / / | | | | | | | | | | | | | | | | Another tool I found useful when learning C# | |||
* | | | | | Merge pull request #1463 from thePsguy/patch-1 | Levi Bostian | 2015-10-12 | -2/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | Mention meaning of asterisk. Explain *ref_var2 | |||
| * | | | | | Mention meaning of asterisk. Explain *ref_var2 | Pushkar Sharma | 2015-10-11 | -2/+2 |
| |/ / / / | | | | | | | | | | | Issue #1398 | |||
* | | | | | Merge pull request #1461 from csuich2/csharp-single-inheritance | Levi Bostian | 2015-10-12 | -1/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | Added detail on C# single inheritance | |||
| * | | | | | Added detail on C# single inheritance | Chris | 2015-10-10 | -1/+2 |
| |/ / / / | | | | | | | | | | | | | | | | Clarified that the base class name must be the first thing listed | |||
* | | | | | Merge pull request #1399 from himanshu81494/master | Levi Bostian | 2015-10-12 | -3/+49 |
|\ \ \ \ \ | | | | | | | | | | | | | example function added for call by reference | |||
| * | | | | | Update c.html.markdown | himanshu81494 | 2015-10-09 | -8/+14 |
| | | | | | | ||||
| * | | | | | typo in readme | Himanshu81494 | 2015-10-09 | -1/+1 |
| | | | | | | ||||
| * | | | | | Update json.html.markdown | himanshu81494 | 2015-10-08 | -0/+6 |
| | | | | | | ||||
| * | | | | | Update c.html.markdown | himanshu81494 | 2015-10-08 | -1/+19 |
| | | | | | | ||||
| * | | | | | Update c.html.markdown | himanshu81494 | 2015-10-08 | -0/+1 |
| | | | | | | ||||
| * | | | | | Update c.html.markdown | himanshu81494 | 2015-10-08 | -1/+16 |
| | | | | | | ||||
* | | | | | | Merge pull request #1439 from duci9y/patch-1 | Levi Bostian | 2015-10-12 | -135/+123 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | [css/en] Fixed grammar, increased clarity. | |||
| * | | | | | | [css/en] Fixed grammar, increased clarity. | duci9y | 2015-10-10 | -135/+123 |
| | | | | | | | | | | | | | | | | | | | | | Also fixed extraneous whitespace, code mistakes, made sure line width was <80 characters. | |||
* | | | | | | | Merge pull request #1438 from chashmeetsingh/patch-8 | Levi Bostian | 2015-10-12 | -0/+19 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Added table implementation in ruby | |||
| * | | | | | | | Added table implementation in ruby | Chashmeet Singh | 2015-10-10 | -0/+19 |
| |/ / / / / / | ||||
* | | | | | | | Merge pull request #1437 from chashmeetsingh/patch-7 | Levi Bostian | 2015-10-12 | -0/+6 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Adding unordered/ordered list | |||
| * | | | | | | | Adding unordered/ordered list | Chashmeet Singh | 2015-10-10 | -0/+6 |
| |/ / / / / / | ||||
* | | | | | | | Merge pull request #1412 from voltnor/latex_initial | Levi Bostian | 2015-10-12 | -0/+231 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | [latex/en] Initial latex whirlwind showcase revisited |