summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
...
* | | | | | | | | Merge pull request #1481 from ananyacleetus/patch-1Levi Bostian2015-10-12-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Update python.html.markdown
| * | | | | | | | | Update python.html.markdownAnanya W Cleetus2015-10-12-1/+1
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge pull request #1484 from RobRoseKnows/masterLevi Bostian2015-10-12-0/+30
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Added BigInteger and BigDecimal explanations to Java tutorial
| * | | | | | | | | Updated Java tutorial with BigInteger and BigDecimalRobert Rose2015-10-12-0/+30
| | | | | | | | | |
| * | | | | | | | | Revert "Updated Java tutorial with BigInteger and BigDecimal."Robert Rose2015-10-12-30/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 8cb9e5395b2a21fe8e86455f5a5729a60435524c.
| * | | | | | | | | Removed creditRobert Rose2015-10-12-1/+0
| | | | | | | | | |
| * | | | | | | | | Added contributor credit.Robert Rose2015-10-12-0/+1
| | | | | | | | | |
| * | | | | | | | | Updated Java tutorial with BigInteger and BigDecimal.Robert Rose2015-10-12-0/+30
| |/ / / / / / / /
* | | | | | | | | Merge pull request #1478 from aayushranaut/masterLevi Bostian2015-10-12-2/+0
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Range is not a generator
| * | | | | | | | | Range is not a generatorAayush Ranaut2015-10-09-6/+4
| | | | | | | | | |
* | | | | | | | | | Merge pull request #1477 from jdpearce/masterLevi Bostian2015-10-12-3/+40
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fixed the custom indexer example (setter return type is void)
| * | | | | | | | | | Added some simple yield examplesJo Pearce2015-10-12-1/+38
| | | | | | | | | | |
| * | | | | | | | | | Fixed the custom indexer example (setter return type is void)Jo Pearce2015-10-12-2/+2
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #1469 from Alters/masterLevi Bostian2015-10-12-0/+2
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / | |/| | | | | | | | | [C++/en] Small inheritance clarification
| * | | | | | | | | | [C++/en] Small inheritance clarificationCameron Wood2015-10-11-0/+2
| | |_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clarified that private members are inherited but are not directly accessible
* | | | | | | | | | Merge pull request #1466 from csuich2/csharp-null-propagationLevi Bostian2015-10-12-0/+3
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Added info C# null-propagation
| * | | | | | | | | | Added info C# null-propagationChris2015-10-10-0/+3
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Another tool I found useful when learning C#
* | | | | | | | | | Merge pull request #1463 from thePsguy/patch-1Levi Bostian2015-10-12-2/+2
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Mention meaning of asterisk. Explain *ref_var2
| * | | | | | | | | | Mention meaning of asterisk. Explain *ref_var2Pushkar Sharma2015-10-11-2/+2
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | Issue #1398
* | | | | | | | | | Merge pull request #1461 from csuich2/csharp-single-inheritanceLevi Bostian2015-10-12-1/+2
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Added detail on C# single inheritance
| * | | | | | | | | | Added detail on C# single inheritanceChris2015-10-10-1/+2
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clarified that the base class name must be the first thing listed
* | | | | | | | | | Merge pull request #1399 from himanshu81494/masterLevi Bostian2015-10-12-3/+49
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | example function added for call by reference
| * | | | | | | | | | Update c.html.markdownhimanshu814942015-10-09-8/+14
| | | | | | | | | | |
| * | | | | | | | | | typo in readmeHimanshu814942015-10-09-1/+1
| | | | | | | | | | |
| * | | | | | | | | | Update json.html.markdownhimanshu814942015-10-08-0/+6
| | | | | | | | | | |
| * | | | | | | | | | Update c.html.markdownhimanshu814942015-10-08-1/+19
| | | | | | | | | | |
| * | | | | | | | | | Update c.html.markdownhimanshu814942015-10-08-0/+1
| | | | | | | | | | |
| * | | | | | | | | | Update c.html.markdownhimanshu814942015-10-08-1/+16
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #1439 from duci9y/patch-1Levi Bostian2015-10-12-135/+123
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [css/en] Fixed grammar, increased clarity.
| * | | | | | | | | | | [css/en] Fixed grammar, increased clarity.duci9y2015-10-10-135/+123
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | Also fixed extraneous whitespace, code mistakes, made sure line width was <80 characters.
* | | | | | | | | | | Merge pull request #1438 from chashmeetsingh/patch-8Levi Bostian2015-10-12-0/+19
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Added table implementation in ruby
| * | | | | | | | | | | Added table implementation in rubyChashmeet Singh2015-10-10-0/+19
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #1437 from chashmeetsingh/patch-7Levi Bostian2015-10-12-0/+6
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Adding unordered/ordered list
| * | | | | | | | | | | Adding unordered/ordered listChashmeet Singh2015-10-10-0/+6
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #1412 from voltnor/latex_initialLevi Bostian2015-10-12-0/+231
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [latex/en] Initial latex whirlwind showcase revisited
| * | | | | | | | | | | merge patch-1, restructure, fix grammarColton Kohnke2015-10-09-59/+95
| | | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'sricharanized-patch-1' into latex_initialColton Kohnke2015-10-09-6/+47
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Update latex.html.markdownSricharan Chiruvolu2015-10-09-6/+47
| |/ / / / / / / / / / /
| * | | | | | | | | | | [latex/en] Initial latex whirlwind showcaseColton Kohnke2015-10-08-85/+106
| | | | | | | | | | | |
| * | | | | | | | | | | Merge pull request #2 from icymist/latexColton Kohnke2015-10-08-0/+133
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | | initial version for latex
| | * | | | | | | | | | initial version for latexChaitanya Krishna Ande2015-04-23-0/+133
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #1389 from cschermerhorn/masterLevi Bostian2015-10-12-0/+18
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | [java/en] Add Switching on String Example to Java
| * | | | | | | | | | | | Resolve merge conflict with masterCameron Schermerhorn2015-10-09-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + added name back to contributor list
| * | | | | | | | | | | | Merge remote-tracking branch 'refs/remotes/adambard/master'Cameron Schermerhorn2015-10-09-839/+1063
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: java.html.markdown
| * | | | | | | | | | | | | Add space to comment prior to switch stringCameron Schermerhorn2015-10-09-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + Add space to comment (after //) prior to switch on string example
| * | | | | | | | | | | | | Edit string switch additionCameron Schermerhorn2015-10-07-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + fix typos: line 284: fix prinln to println line 293: fix sustem to system
| * | | | | | | | | | | | | Add example for switching StringsCameron Schermerhorn2015-10-07-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + Added switch structure to demonstrate how to switch Strings + Added name to contributor list
* | | | | | | | | | | | | | Merge pull request #1392 from ghalley/updatesLevi Bostian2015-10-12-0/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ruby/en] Add modulus, array.first, array.last, and each_with_index
| * | | | | | | | | | | | | | Fix puts typoGabriel Halley2015-10-09-1/+1
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Add ghalley as ruby contributorGabriel Halley2015-10-07-0/+1
| | | | | | | | | | | | | | |