summaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAgeLines
...
| * | | | | | 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
|\ \ \ \ \ \
| * | | | | | regular quotes instead of `.Haydar Kulekci2013-08-23-15/+15
| * | | | | | some python keywords, which are in comments, enclosed in quotation marks to b...Haydar Kulekci2013-08-23-14/+14
| |/ / / / /
* | | | | | Merge pull request #275 from jdonaldson/masterAdam Bard2013-08-27-61/+365
|\ \ \ \ \ \
| * | | | | | 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 documentMartin Büttner2013-08-24-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #279 from mendozao/masterAdam Bard2013-08-27-0/+260
|\ \ \ \ \ \ \
| * | | | | | | 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 pageMendor2013-08-24-0/+255
| |/ / / / / /
* | | | | | | Merge pull request #280 from afaqurk/phpDocumentationUpdateAdam Bard2013-08-27-0/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | / / | | |_|_|/ / | |/| | | |
| * | | | | 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
|/ / / / /
| | | | * Remove bad examples, reword places.Levi Bostian2013-11-25-28/+15
| | | | * Add multi-dimensional array description.Levi Bostian2013-11-24-0/+8
| | | | * Remove bad description of function prototypes.Levi Bostian2013-11-24-6/+0
| | | | * Fix #define as it does not use = sign.Levi Bostian2013-11-24-1/+1
| | | | * Edit static description wording. Add note about private functions.Levi Bostian2013-11-24-3/+3
| | | | * Add static description to C.Levi Bostian2013-11-24-0/+7
| | | | * Add variety to function prototypes.Levi Bostian2013-11-23-2/+2
| | | | * Edit getchar() notes.Levi Bostian2013-09-20-4/+3
| | | | * Declare variable before empty for loop.Levi Bostian2013-09-20-0/+1
| | | | * Add to notes on increment and decrement operators.Levi Bostian2013-09-20-2/+5
| | | | * Add to ? : example in C.Levi Bostian2013-09-20-2/+4
| | | | * Remove .orig file created during merge.Levi Bostian2013-09-20-641/+0
| | | | * Edit note on function prototypes.Levi Bostian2013-09-20-9/+4
| | | | * Move special characters to end of fileLevi Bostian2013-09-20-31/+30
| | | | * MergeLevi Bostian2013-09-20-29/+667
| | | | |\
| | | | | * Edit wording on in c changes.Levi Bostian2013-09-19-28/+25
| | | | | * Edit wording of while loop in bash.Levi Bostian2013-09-19-2/+2
| | | | * | Fix typo for 'funtion prototype'Levi Bostian2013-09-20-1/+1
| | | | |/
| | | | * Add order of evaluation table to C.Levi Bostian2013-09-01-0/+25
| | | | * Add conditinal expression (?:) to C.Levi Bostian2013-09-01-0/+4
| | | | * Add specific examples of increment and decrement operators to C.Levi Bostian2013-09-01-0/+11
| | | | * Reworded incrementing operators in C.Levi Bostian2013-09-01-4/+2
| | | | * Add note to while loop in C.Levi Bostian2013-09-01-1/+1