summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
...
| | | * | | | | More comment fixes.Eli Barzilay2013-07-16-4/+4
| | | | | | | |
| | | * | | | | Indentation fixes.Eli Barzilay2013-07-16-14/+14
| | | | | | | |
| | | * | | | | Remove spaces at end-of-lines.Eli Barzilay2013-07-16-42/+42
| | | | | | | |
| | | * | | | | Normalize top comments to start with ";;".Eli Barzilay2013-07-16-78/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Leave a single ";" for commented expressions and output indications.
| | * | | | | | binary, octal, hexadecimal integersManu2013-07-16-0/+4
| | |/ / / / /
| | * | | | | fix file nameManu2013-07-16-1/+5
| | | | | | |
| | * | | | | replace unless macro by a while macroManu2013-07-16-3/+11
| | | | | | |
* | | | | | | Cleaned up php metadata, added rackerAdam2013-07-15-6/+7
|/ / / / / /
* | / / / / Merge pull request #123 from voila/masterAdam Bard2013-07-15-0/+456
|\| | | | | | |/ / / / |/| | | | Racket
| * | | | corrections and suggestionsManu2013-07-15-43/+116
| | | | |
| * | | | added struct, quoteManu2013-07-14-28/+83
| | | | |
| * | | | added sets, hashes and objectsManu2013-07-14-22/+86
| | | | |
| * | | | added macros, conditionals. fixed some errorsManu2013-07-12-31/+99
| | | | |
| * | | | fix errorsManu2013-07-12-7/+4
| | | | |
| * | | | started on RacketManu2013-07-11-0/+199
| | | | |
* | | | | Merge pull request #120 from equiet/masterAdam Bard2013-07-12-1/+1
|\ \ \ \ \ | | | | | | | | | | | | JavaScript: s/self/this
| * | | | | s/self/this in JavaScriptJakub Jurových2013-07-12-1/+1
|/ / / / /
* | | | | Merge pull request #118 from tt/fix-typo-in-rubyAdam Bard2013-07-10-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Fix typo in Ruby
| * | | | | Remove end-of-line colonTroels Thomsen2013-07-10-1/+1
|/ / / / /
* | | | | Merge pull request #117 from lubomir/patch-1Adam Bard2013-07-09-2/+3
|\ \ \ \ \ | | | | | | | | | | | | Add link to Real World Haskell
| * | | | | Add link to Real World HaskellLubomír Sedlář2013-07-09-2/+3
|/ / / / /
* | | | | Merge pull request #116 from AlbertMoscow/masterAdam Bard2013-07-09-3/+3
|\ \ \ \ \ | | | | | | | | | | | | Fixed typos
| * | | | | Fixed typosAlbertMoscow2013-07-08-3/+3
|/ / / / /
* | | | | Merge pull request #113 from muratyuksel/masterAdam Bard2013-07-08-9/+3
|\ \ \ \ \ | | | | | | | | | | | | Small math bug
| * | | | | Update php.html.markdownMurat Yüksel2013-07-09-9/+3
|/ / / / / | | | | | | | | | | octal 019 and few syntax edits
* | | | | Merge pull request #112 from Trismegiste/masterAdam Bard2013-07-08-1/+8
|\ \ \ \ \ | | | | | | | | | | | | Interface can be extended
| * | | | | adding a missing feature in PHP OOPFlorent2013-07-08-1/+8
|/ / / / /
* | | | | Merge pull request #110 from noahlz/masterAdam Bard2013-07-07-2/+4
|\ \ \ \ \ | | | | | | | | | | | | Minor fixes to ruby.html
| * | | | | case statement needs end. Also added elsenoahlz2013-07-07-1/+3
| | | | | |
| * | | | | s/$/#/ typonoahlz2013-07-05-1/+1
| | | | | |
* | | | | | Merge pull request #108 from davefp/patch-3Adam Bard2013-07-07-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Get rid of nasty infinite loop in while example
| * | | | | | Get rid of nasty infinite loop in while exampleDavid Underwood2013-07-05-0/+1
| |/ / / / /
* | | | | | Edited back java updates a bitAdam2013-07-07-42/+25
| | | | | |
* | | | | | Merge pull request #111 from P7h/masterAdam Bard2013-07-07-38/+93
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fixed Java language docs and added few missing features from the document.
| * | | | | | Fixed few mistakes. Added few missing features.Prashanth Babu2013-07-07-38/+93
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Added JavaDoc comments. 2. Mentioned and used tab character by giving an example on escape character for Tab. 3. Fixed the condition evaluation to true or false instead of 1 or 0. 4. Added switch case statement example for Strings. 5. Added default access level modifier to the Java class. 6. Added Java Tutorial trail to links for further research. 7. Added link for OOP Concepts for Java and have put all the corresponding links as a children to this. 8. Fixed various other statements for consistency.
* | | | | | Merge pull request #106 from alco/patch-1Adam Bard2013-07-07-5/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Ruby: nil != false
| * | | | | Ruby: nil != falseAlexei Sholik2013-07-05-5/+6
|/ / / / / | | | | | | | | | | Instead of saying `nil == false` (which is incorrect), show that negating `nil` and `false` produces `true`. Negating anything else will produce `false`.
* | | | | Merge pull request #105 from Jakehp/patch-3Adam Bard2013-07-05-0/+2
|\ \ \ \ \ | |_|/ / / |/| | | | annotations explanation
| * | | | annotations explanationJake Prather2013-07-04-0/+2
|/ / / /
* | | | Merge pull request #102 from sergiokas/masterAdam Bard2013-07-04-0/+30
|\ \ \ \ | | | | | | | | | | Adding small function pointers example in C
| * | | | #102, moving function pointers section to the end of the docsergiokas2013-07-04-27/+30
| | | | |
| * | | | Update c.html.markdownsergiokas2013-07-04-3/+6
| | | | |
| * | | | Adding small function pointers examplesergiokas2013-07-03-0/+24
| | | | |
* | | | | Minor edits to javascriptAdam2013-07-04-16/+11
| | | | |
* | | | | Merge pull request #42 from adambrenecki/javascriptAdam Bard2013-07-04-0/+438
|\ \ \ \ \ | | | | | | | | | | | | JavaScript
| * | | | | Miscellaneous additionsAdam Brenecki2013-07-04-2/+14
| | | | | |
| * | | | | Added 'functions, scope and closures' sectionAdam Brenecki2013-07-04-0/+65
| | | | | |
| * | | | | Miscellaneous edits to JavaScriptAdam Brenecki2013-07-03-22/+49
| | | | | |
| * | | | | Add control structuresAdam Brenecki2013-06-30-3/+57
| | | | | |
| * | | | | Continue work on objects cont'd sectionAdam Brenecki2013-06-30-21/+52
| | | | | |