Commit Graph

1558 Commits

Author SHA1 Message Date
Guillermo Vaya
3a09a727ac From robot to human, corrected gender, some clojure idioms reverted to
unsranslated (no one uses the spanish translation for some), general review
2013-09-03 00:25:40 +02:00
Tim Yates
95058aea96 Another way of checking List.contains and some headers 2013-09-02 13:02:53 +01:00
Tim Yates
6f444bece4 Mention mutating with List.sort 2013-09-02 12:59:18 +01:00
Tim Yates
68f26804c5 Added a few more examples for List manipulation 2013-09-02 12:57:29 +01:00
Tim Yates
39b96dd2db Highlight code as Groovy, not cpp 2013-09-02 12:53:05 +01:00
Levi Bostian
c4f541dc92 Add order of evaluation table to C. 2013-09-01 13:17:26 -05:00
Levi Bostian
0ab144ff97 Add conditinal expression (?:) to C. 2013-09-01 11:51:25 -05:00
Levi Bostian
2fab4dc971 Add specific examples of increment and decrement operators to C. 2013-09-01 11:10:04 -05:00
Levi Bostian
977d226d26 Reworded incrementing operators in C. 2013-09-01 10:59:30 -05:00
Levi Bostian
642e7c551e Add note to while loop in C. 2013-09-01 10:44:55 -05:00
Adam Bard
35579ca7d9 Merge pull request #282 from wikibook/master
fixed merge errors
2013-08-31 23:11:31 -07:00
Adam Bard
d916c9310b Merge pull request #287 from ggb/javascript-de
JavaScript: german translation
2013-08-31 23:11:21 -07:00
Adam Bard
4d439093da Merge pull request #284 from ipscott/master
Update php.html.markdown
2013-08-31 23:11:05 -07:00
Adam Bard
13566b6ef6 Merge pull request #288 from MarcosX/adding_variables_scope_info
Adding explanation about variables scope and naming convention in Ruby
2013-08-31 23:10:49 -07:00
Adam Bard
63c62eff87 Merge pull request #290 from avjinder/patch-1
The case statement in Bash is incorrect
2013-08-31 23:09:25 -07:00
Adam Bard
9e30906bf9 Merge pull request #289 from nihilismus/clojure-es
Spanish translation for Clojure.
2013-08-31 23:08:48 -07:00
Adam Bard
7be6a0fe5c Merge pull request #292 from PrajitR/brainfuck
Tutorial for the Brainfuck programming language.
2013-08-31 23:08:35 -07:00
Adam Bard
0c09f75127 Merge pull request #293 from afaqurk/phpDocumentationUpdate
PHP documentation update
2013-08-31 23:08:28 -07:00
afaqurk
ba17d5b987 Added unset function to arrays and variables.
Added the unset function to show the varying effects of deleting/removing variables and elements of an array.
2013-08-31 23:44:15 -04:00
afaqurk
6071e57cd9 spelling error on php function: var_dumb() = var_dump() 2013-08-31 23:29:51 -04:00
Levi Bostian
e9c92321f4 Add <ctype.h> include statement to popular C standar libraries. 2013-08-31 21:18:59 -05:00
Levi Bostian
ca32d7a5f2 Add clarity to characters in character set. 2013-08-31 21:16:32 -05:00
Levi Bostian
2e8e2b5f35 Add enum to C. 2013-08-31 20:51:11 -05:00
Prajit Ramachandran
ab4633f6a4 Tutorial for the Brainfuck programming language.
Brainfuck is a minimal programming language that is rather difficult
to wrap one's head around. It only uses the characters +-[],.><
2013-08-31 18:38:33 -07:00
Levi Bostian
411d9a9813 Add more escape sequences to C. 2013-08-31 19:29:25 -05:00
Levi Bostian
8caf3768fb Add extern notes to C. 2013-08-31 19:24:15 -05:00
Levi Bostian
d632203255 Add more notes to function prototype in C. 2013-08-31 18:54:07 -05:00
Levi Bostian
394ca958b3 Add more notes to null character in C 2013-08-31 18:42:05 -05:00
Levi Bostian
41f65bb341 Clarified function call by value description. 2013-08-31 17:06:16 -05:00
Levi Bostian
79fdd62c6b Add function prototype to C. 2013-08-31 16:51:35 -05:00
Levi Bostian
dfd8afb496 Add ASCII chars to Types of C file. 2013-08-31 16:36:16 -05:00
Levi Bostian
5c711eb30f Add more shorthand notes, array notes to C 2013-08-31 16:33:55 -05:00
Levi Bostian
b0c5ca0a1c Add note about loops C 2013-08-31 15:57:54 -05:00
Levi Bostian
f1b1fd8e2e Add clarity to EOF. Add %ld for longs in C 2013-08-31 13:06:37 -05:00
Levi Bostian
dba7ec8b96 Add getchar(), putchar(), EOF to C 2013-08-31 12:50:58 -05:00
Levi Bostian
e03cda583d Add more to string formatting. 2013-08-31 11:44:45 -05:00
Levi Bostian
deaaf3412d Add print formatting characters 2013-08-31 10:51:48 -05:00
Levi Bostian
58cd4b274f add special characters to c 2013-08-31 09:50:13 -05:00
Avjinder
e2cd18ba46 Update bash.html.markdown
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.
2013-08-31 17:05:04 +05:30
Antonio Hernández Blas
4d522544f2 Spanish translation for Clojure. 2013-08-31 04:09:41 -05:00
Marcos Brizeno
e13b5111d5 Adding explanation about variables scope and naming 2013-08-30 21:58:23 -03:00
Gregor Große-Bölting
43beddb4f6 translated javascript-tutorial 2013-08-30 17:37:33 +02:00
Adam Bard
4dd948ccd2 Merge pull request #285 from thenonameguy/patch-1
Fixed typo
2013-08-29 22:50:26 -07:00
Szabó Krisztián
c03de38c77 Fixed typo 2013-08-30 07:38:22 +02:00
ipscott
92e921e8f3 Update php.html.markdown
added a better description for static functions and properties
2013-08-29 23:50:11 -05:00
wikibook
5858b8d861 fixed merge errors 2013-08-29 13:15:38 +09:00
Adam
c7a1136772 Edits 2013-08-27 21:23:09 -07:00
Adam Bard
42bd97850f Merge pull request #272 from kultprok/master
added introduction to bash in german.
2013-08-27 20:59:39 -07:00
Adam Bard
2a9c46897f Merge pull request #258 from wikibook/master
fix errata of Java tutorial
2013-08-27 20:59:05 -07:00
Adam Bard
d70526b1ad Merge pull request #267 from Goheeca/patch-1
Typos and adjustable vectors
2013-08-27 20:58:46 -07:00