summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* Merge pull request #305 from mrshu/masterAdam Bard2013-09-04-1/+1
|\ | | | | chan chan string -> channel of string channels
| * chan chan string -> channel of string channelsMarek Šuppa2013-09-04-1/+1
| |
* | Merge pull request #306 from hoelzro/masterAdam Bard2013-09-04-4/+11
|\ \ | | | | | | A few clarifications for the Lua documentation
| * | Use local variables for function examplesRob Hoelz2013-09-04-4/+4
| | | | | | | | | | | | | | | Currently, the example functions create variables in global scope.
| * | Add another example of function call without parensRob Hoelz2013-09-04-0/+4
| | | | | | | | | | | | | | | Function calls using a table literal as its sole parameter may also omit parentheses
| * | Clarify self-referential local functionsRob Hoelz2013-09-04-0/+3
| |/ | | | | | | | | | | | | The current language used implies that `local function f() ... end` does not allow f to invoke itself. This has been clarified via the addition of an example of a local function that may *not* invoke itself.
* | Merge pull request #307 from NKCSS/masterAdam Bard2013-09-04-2/+2
|\ \ | | | | | | Changed Print function to show the variable type
| * | Changed Print function to show the variable typeNKCSS2013-09-04-2/+2
| |/ | | | | | | | | This is to follow the way the string value is presented, and the format string is written (... is a ... infers a stype specification)
* | Merge pull request #308 from dcaunt/masterAdam Bard2013-09-04-5/+5
|\ \ | | | | | | Fixed typos and naming inconsistencies.
| * | Fixed inconsistencies in class implementation and protocol namingDave Caunt2013-09-04-2/+2
| | |
| * | Fixed typo in ParameterDave Caunt2013-09-04-2/+2
| | |
| * | Fixed For loop example so that jj is not incremented twice in each iteration ↵Dave Caunt2013-09-04-1/+1
| |/ | | | | | | of the loop
* | Merge pull request #311 from eXeC64/patch-1Adam Bard2013-09-04-1/+1
|\ \ | |/ |/| Corrected comment: utf-8 → unicode
| * Corrected comment: utf-8 → unicodeHarry Jeffery2013-09-04-1/+1
|/ | | Runes hold the raw unicode code point, not utf-8. Storing utf-8 inside of a uint32 would be highly inefficient. Runes are essentially utf-32.
* Merge pull request #296 from agumonkey/patch-1Adam Bard2013-09-02-1/+1
|\ | | | | minor typo fix for common-lisp : s/Paul Khoung/Paul Khuong/g
| * [minor] s/Paul Khoung/Paul Khuong/gagum onkey2013-09-03-1/+1
| |
* | Merge pull request #295 from Willyfrog/mejora-clojureAdam Bard2013-09-02-96/+94
|\ \ | | | | | | From robot to human (spanish)
| * | From robot to human, corrected gender, some clojure idioms reverted toGuillermo Vaya2013-09-03-96/+94
| |/ | | | | | | unsranslated (no one uses the spanish translation for some), general review
* | Merge pull request #294 from timyates/masterAdam Bard2013-09-02-7/+35
|\ \ | |/ |/| A few Groovy improvements
| * Another way of checking List.contains and some headersTim Yates2013-09-02-1/+14
| |
| * Mention mutating with List.sortTim Yates2013-09-02-1/+5
| |
| * Added a few more examples for List manipulationTim Yates2013-09-02-4/+15
| |
| * Highlight code as Groovy, not cppTim Yates2013-09-02-1/+1
|/
* Merge pull request #282 from wikibook/masterAdam Bard2013-08-31-5/+0
|\ | | | | fixed merge errors
| * fixed merge errorswikibook2013-08-29-5/+0
| |
* | Merge pull request #287 from ggb/javascript-deAdam Bard2013-08-31-0/+449
|\ \ | | | | | | JavaScript: german translation
| * | translated javascript-tutorialGregor Große-Bölting2013-08-30-0/+449
| | |
* | | Merge pull request #284 from ipscott/masterAdam Bard2013-08-31-0/+6
|\ \ \ | | | | | | | | Update php.html.markdown
| * | | Update php.html.markdownipscott2013-08-29-0/+6
| | | | | | | | | | | | added a better description for static functions and properties
* | | | Merge pull request #288 from MarcosX/adding_variables_scope_infoAdam Bard2013-08-31-0/+18
|\ \ \ \ | | | | | | | | | | Adding explanation about variables scope and naming convention in Ruby
| * | | | Adding explanation about variables scope and namingMarcos Brizeno2013-08-30-0/+18
| | |/ / | |/| |
* | | | Merge pull request #290 from avjinder/patch-1Adam Bard2013-08-31-5/+4
|\ \ \ \ | | | | | | | | | | The case statement in Bash is incorrect
| * | | | Update bash.html.markdownAvjinder2013-08-31-5/+4
| |/ / / | | | | | | | | In the case statement, the "in" keyword should be on the same line as case $VARIABLE. Also, ;; should be present at the end of each command. Shell executes all statements up to the two semicolons that are next to each other.
* | | | Merge pull request #289 from nihilismus/clojure-esAdam Bard2013-08-31-0/+395
|\ \ \ \ | | | | | | | | | | Spanish translation for Clojure.
| * | | | Spanish translation for Clojure.Antonio Hernández Blas2013-08-31-0/+395
| | |/ / | |/| |
* | | | 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
| | | | |