summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* 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
| |/ /
* | | Merge pull request #278 from Mendor/masterAdam Bard2013-08-27-0/+255
|\ \ \ | | | | | | | | Russian translation for Erlang page
| * | | Russian translation for Erlang pageMendor2013-08-24-0/+255
| |/ /
* | | Merge pull request #280 from afaqurk/phpDocumentationUpdateAdam Bard2013-08-27-0/+5
|\ \ \ | |/ / |/| | PHP documentation update
| * | Correction to variable output of var_dump()Afaq2013-08-25-1/+1
| | |
| * | Updated PHP doc to include print_r() and var_dump()Afaq2013-08-25-0/+5
|/ /
* | Fixed de translationsAdam2013-08-20-2/+13
| |
* | FixesAdam2013-08-20-4/+0
| |
* | Merge pull request #266 from kultprok/masterAdam Bard2013-08-20-0/+73
|\ \ | | | | | | Just another german translation.
| * | Added a german translation for bashkultprok2013-08-20-0/+73
| | |
* | | Merge pull request #264 from thenonameguy/masterAdam Bard2013-08-20-11/+11
|\ \ \ | | | | | | | | Fixed typo's, cleaned up some sentences, added gobyexample.com ref
| * | | Fixed typo's, cleaned up some sentences, added gobyexample.com refKrisztián Szabó2013-08-20-11/+11
| |/ /
* | | Merge pull request #205 from korjavin/masterAdam Bard2013-08-20-0/+118
|\ \ \ | | | | | | | | Simple perl doc from `perldoc perlintro`
| * | | mistake fixKorjavin Ivan2013-08-13-4/+0
| | | |
| * | | md fixKorjavin Ivan2013-08-13-2/+2
| | | |
| * | | beta perlKorjavin Ivan2013-08-13-0/+122
| | | |
* | | | Merge pull request #261 from bbshih/patch-1Adam Bard2013-08-20-1/+1
|\ \ \ \ | | | | | | | | | | Fixed a grammatical error
| * | | | Fixed a grammatical errorBilly Shih2013-08-19-1/+1
| | |/ / | |/| |
* | | | Merge pull request #262 from hkulekci/masterAdam Bard2013-08-20-0/+682
|\ \ \ \ | | | | | | | | | | turkish translation for php language
| * | | | turkish translation for php languageHaydar Kulekci2013-08-20-0/+682
| |/ / /
* | | | Merge pull request #260 from jdonaldson/masterAdam Bard2013-08-20-0/+472
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| first draft of learn haxe 3 in 15 minutes
| * | misc reformat, and some small detailsJustin Donaldson2013-08-19-37/+61
| | |
| * | fix comment typoJustin Donaldson2013-08-19-1/+1
| | |
| * | fix the other lazy syntax errorsJustin Donaldson2013-08-19-13/+13
| | |
| * | fix getter/setter stylesJustin Donaldson2013-08-19-3/+3
| | |
| * | Update haxe.html.markdownSimon Richardson2013-08-19-3/+32
| | | | | | | | | I think one of Haxes strong point is the fact that control structures are expressions as well. We should point this out.
| * | minor tweak to compiler argsJustin Donaldson2013-08-19-1/+1
| | |