summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
...
* | | | Merge pull request #292 from PrajitR/brainfuckAdam Bard2013-08-31-0/+79
|\ \ \ \ | | | | | | | | | | Tutorial for the Brainfuck programming language.
| * | | | Tutorial for the Brainfuck programming language.Prajit Ramachandran2013-08-31-0/+79
| | |/ / | |/| | | | | | | | | | | | | | Brainfuck is a minimal programming language that is rather difficult to wrap one's head around. It only uses the characters +-[],.><
* | | | Merge pull request #293 from afaqurk/phpDocumentationUpdateAdam Bard2013-08-31-1/+9
|\ \ \ \ | |/ / / |/| | | PHP documentation update
| * | | Added unset function to arrays and variables.afaqurk2013-08-31-0/+8
| | | | | | | | | | | | Added the unset function to show the varying effects of deleting/removing variables and elements of an array.
| * | | spelling error on php function: var_dumb() = var_dump()afaqurk2013-08-31-1/+1
| | | |
* | | | Merge pull request #285 from thenonameguy/patch-1Adam Bard2013-08-29-1/+1
|\ \ \ \ | |_|/ / |/| | | Fixed typo
| * | | Fixed typoSzabó Krisztián2013-08-30-1/+1
|/ / /
* | | EditsAdam2013-08-27-15/+15
| | |
* | | Merge pull request #272 from kultprok/masterAdam Bard2013-08-27-0/+5
|\ \ \ | | | | | | | | added introduction to bash in german.
| * | | added introduction to bash in german.kultprok2013-08-22-0/+5
| | | |
* | | | Merge pull request #258 from wikibook/masterAdam Bard2013-08-27-3/+728
|\ \ \ \ | | |_|/ | |/| | fix errata of Java tutorial
| * | | fix typo in Java tutorial and resave lua tutorial as UTF-8wikibook2013-08-20-2/+2
| | | |
| * | | fix typo in Java tutorialwikibook2013-08-20-581/+8890
| |\ \ \
| * | | | added korean version of coffeescript and php tutorialswikibook2013-08-19-0/+720
| | | | |
| * | | | correct errata of Java tutorialwikibook2013-08-19-1/+1
| | | | |
* | | | | Merge pull request #267 from Goheeca/patch-1Adam Bard2013-08-27-7/+24
|\ \ \ \ \ | | | | | | | | | | | | Typos and adjustable vectors
| * | | | | added adjustable vectorsGoheeca2013-08-20-1/+18
| | | | | |
| * | | | | Fixing typosGoheeca2013-08-20-6/+6
| | |/ / / | |/| | |
* | | | | Merge pull request #268 from y-gagar1n/masterAdam Bard2013-08-27-52/+53
|\ \ \ \ \ | | | | | | | | | | | | Typos and stylistic fixes
| * | | | | Typos and stylistic fixesYury2013-08-20-52/+53
| | |_|/ / | |/| | |
* | | | | Merge pull request #269 from mhauserr/masterAdam Bard2013-08-27-0/+1
|\ \ \ \ \ | | | | | | | | | | | | tiny one line addition to c docs
| * | | | | Added explanation of size_tmhauserr2013-08-21-1/+1
| | | | | |
| * | | | | Update c.html.markdownmhauserr2013-08-20-0/+1
| |/ / / / | | | | | | | | | | Added explanation of size_t
* | | | | Merge pull request #271 from korjavin/masterAdam Bard2013-08-27-2/+33
|\ \ \ \ \ | | | | | | | | | | | | Small imrovement
| * | | | | Few words about subs and file i/oKorjavin Ivan2013-08-22-0/+29
| | | | | |
| * | | | | More tutorial linksKorjavin Ivan2013-08-22-2/+4
| |/ / / /
* | | | | Merge pull request #273 from hkulekci/py-trAdam Bard2013-08-27-0/+502
|\ \ \ \ \ | | | | | | | | | | | | turkish translation for python language
| * | | | | regular quotes instead of `.Haydar Kulekci2013-08-23-18/+18
| | | | | |
| * | | | | removed whitespace from end of the fileHaydar Kulekci2013-08-23-26/+0
| | | | | |
| * | | | | turkish translation for python languageHaydar Kulekci2013-08-23-0/+528
| |/ / / /
* | | | | Merge pull request #274 from hkulekci/py-changesAdam Bard2013-08-27-17/+17
|\ \ \ \ \ | | | | | | | | | | | | some python keywords, which are in comments, enclosed in quotation marks...
| * | | | | regular quotes instead of `.Haydar Kulekci2013-08-23-15/+15
| | | | | |
| * | | | | some python keywords, which are in comments, enclosed in quotation marks to ↵Haydar Kulekci2013-08-23-14/+14
| |/ / / / | | | | | | | | | | | | | | | become clear (understandable)
* | | | | Merge pull request #275 from jdonaldson/masterAdam Bard2013-08-27-61/+365
|\ \ \ \ \ | | | | | | | | | | | | More updates to the haxe guide
| * | | | | add more details on interpolated strings, clean up the naming for oop sectionJustin Donaldson2013-08-23-17/+23
| | | | | |
| * | | | | add more doc details, some more examplesJustin Donaldson2013-08-22-40/+50
| | | | | |
| * | | | | more doc/example tweaksJustin Donaldson2013-08-22-15/+20
| | | | | |
| * | | | | fix mailing list linkJustin Donaldson2013-08-22-2/+1
| | | | | |
| * | | | | invoke the using example methodJustin Donaldson2013-08-21-0/+1
| | | | | |
| * | | | | add note about untyped/DynamicJustin Donaldson2013-08-21-0/+45
| | | | | |
| * | | | | type typoJustin Donaldson2013-08-21-1/+3
| | | | | |
| * | | | | add examples for using, typedefs, and conditional comp. more refmt.Justin Donaldson2013-08-21-20/+155
| | | | | |
| * | | | | missing parenJustin Donaldson2013-08-21-1/+1
| | | | | |
| * | | | | reformatting. Add details on swtiches and gadt enumsJustin Donaldson2013-08-21-6/+103
| | | | | |
| * | | | | Merge remote-tracking branch 'adam/master'Justin Donaldson2013-08-20-42/+3104
| |\| | | |
| * | | | | added ternary, some reformatting and fixesJustin Donaldson2013-08-20-12/+16
| | | | | |
* | | | | | Merge pull request #277 from mbuettner/patch-1Adam Bard2013-08-27-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fixed typo in Julia document
| * | | | | | Fixed typo in Julia documentMartin Büttner2013-08-24-1/+1
| | |/ / / / | |/| | | | | | | | | | Element was popped from wrong array.
* | | | | | Merge pull request #279 from mendozao/masterAdam Bard2013-08-27-0/+260
|\ \ \ \ \ \ | | | | | | | | | | | | | | Added MATLAB as a new language
| * | | | | | Added MATLAB as a new languageOsvaldo Mendoza2013-08-25-0/+260
| |/ / / / /