Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Update coldfusion.html.markdown | wboka | 2015-10-09 | -250/+163 |
| | | | Adds conversion table and example of a very basic component. Adds a link to the official Adobe ColdFusion developer reference. | |||
* | Update coldfusion.html.markdown | wboka | 2015-10-07 | -58/+85 |
| | | | Additions to the control structures. Added more user-friendly output for .cfm file | |||
* | Update coldfusion.html.markdown | wboka | 2015-10-05 | -50/+37 |
| | | | Adds a few more examples | |||
* | Update coldfusion.html.markdown | wboka | 2015-10-05 | -1/+1 |
| | | | Fixes a typo | |||
* | Update coldfusion.html.markdown | wboka | 2015-10-05 | -1/+394 |
| | | | Adds variable declaration, comparison operators, and if/else control structures | |||
* | Initial placeholder | wboka | 2015-10-05 | -0/+1 |
| | ||||
* | Merge pull request #1343 from VeerpalB/VeerpalB-patch-1 | Adam Bard | 2015-10-05 | -0/+12 |
|\ | | | | | [python3/en]Add step parameter to range function | |||
| * | Add step parameter to range function | VeerpalB | 2015-10-04 | -0/+12 |
| | | | | | | A description of the step parameter of the range function is added. An example of its use in a for loop is also given. | |||
* | | Merge pull request #1344 from connorshea/master | Adam Bard | 2015-10-05 | -1/+5 |
|\ \ | | | | | | | [css/en] Added some Further Reading Links for CSS | |||
| * | | Added some Further Reading Links for CSS | connorshea | 2015-10-04 | -1/+5 |
| | | | | | | | | | | | | And changed CanIUse to “Can I Use…” | |||
* | | | Merge pull request #1349 from chashmeetsingh/patch-1 | ven | 2015-10-05 | -0/+1 |
|\ \ \ | |/ / |/| | | Update ruby-ru.html.markdown | |||
| * | | Update ruby-ru.html.markdown | Chashmeet Singh | 2015-10-05 | -0/+1 |
|/ / | ||||
* | | Merge pull request #1322 from dstockto/javascript-grammar | Levi Bostian | 2015-10-04 | -1/+1 |
|\ \ | | | | | | | Correct usage of "it's" in javascript doc | |||
| * | | Correct usage of "it's" in javascript doc | David Stockton | 2015-10-03 | -1/+1 |
| |/ | ||||
* | | Merge pull request #1300 from dhwanishah/javaPageChange | Levi Bostian | 2015-10-04 | -3/+23 |
|\ \ | | | | | | | Added how to declare and initialize variables for single and multiple instances | |||
| * | | unneeded change fixed | Dhwani Shah | 2015-10-02 | -2/+2 |
| | | | ||||
| * | | Added section on how to declare and initialize both single varible and ↵ | Dhwani Shah | 2015-10-02 | -5/+23 |
| | | | | | | | | | | | | multiple varibles with the same value. Important concept for large structured programs. Seperated this a little bit. | |||
| * | | Update java.html.markdown | Dhwani Shah | 2015-10-02 | -12/+68 |
| | | | ||||
| * | | Update java.html.markdown | Dhwani Shah | 2015-10-02 | -90/+14 |
| | | | ||||
| * | | Added section on how to declare and initialize both single varible and ↵ | Dhwani Shah | 2015-10-02 | -2/+22 |
| | | | | | | | | | | | | multiple varibles with the same value. Important concept for large structured programs. Seperated this a little bit. | |||
| * | | Added example of when string concatenation can also be helpful with ↵ | Dhwani Shah | 2015-10-02 | -0/+2 |
| | | | | | | | | | | | | combination of strings with html tags as this is important to understand when templating say output code from a database transaction. | |||
* | | | Merge pull request #1296 from edm00se/patch-1 | Levi Bostian | 2015-10-04 | -1/+1 |
|\ \ \ | | | | | | | | | markdown example: fixed missing ! to create an actual comment | |||
| * | | | fixed missing ! to create an actual comment | Eric McCormick | 2015-10-02 | -1/+1 |
| |/ / | | | | | | | ... which was causing everything subsequently to be rendered as code block, as the triple back tick (which should be inside a comment) wasn't being escaped as part of a comment | |||
* | | | Merge pull request #1292 from micheleorselli/more-php-operators | Levi Bostian | 2015-10-04 | -0/+20 |
|\ \ \ | | | | | | | | | [PHP] Adds some new php operators | |||
| * | | | adds some new php operators | Michele Orselli | 2015-10-02 | -0/+20 |
| | | | | ||||
* | | | | Merge pull request #1290 from ksami/master | Levi Bostian | 2015-10-04 | -7/+7 |
|\ \ \ \ | | | | | | | | | | | [bash/en] Improved descriptions | |||
| * | | | | [bash/en] Improved descriptions | ksami | 2015-10-02 | -7/+7 |
| |/ / / | ||||
* | | | | Fix #1289 | ven | 2015-10-04 | -0/+1 |
| | | | | ||||
* | | | | Merge pull request #1334 from bk2dcradle/master | ven | 2015-10-04 | -0/+68 |
|\ \ \ \ | | | | | | | | | | | [java/en] Added abstract classes in java | |||
| * | | | | Modified as said to by a Collaborator | bk2dcradle | 2015-10-05 | -3/+3 |
| | | | | | ||||
| * | | | | Added abstract classes | bk2dcradle | 2015-10-04 | -0/+68 |
| | | | | | ||||
* | | | | | Merge pull request #1342 from guntbert/iss1333-other-languages | ven | 2015-10-04 | -5/+9 |
|\ \ \ \ \ | | | | | | | | | | | | | [csharp/de,fr,tr,cn] Put demonstrative condition into ternary expression | |||
| * | | | | | Put demonstrative condition into ternary expression | Guntbert Reiter | 2015-10-04 | -5/+9 |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | It should be made clear that the part before the ternary operator is indeed a condition, most often created as some comparison expression. | |||
* | | | | | Merge pull request #1335 from davelima/master | ven | 2015-10-04 | -3/+320 |
|\ \ \ \ \ | | | | | | | | | | | | | [hack/en] Fixed some typos and added pt-br translation | |||
| * | | | | | Including '-pt' suffix on filename | David Lima | 2015-10-04 | -1/+1 |
| | | | | | | ||||
| * | | | | | [hack/pt-br] Fixed some typos | David Lima | 2015-10-04 | -2/+2 |
| | | | | | | ||||
| * | | | | | [hack/pt-br] Add pt-br translation | David Lima | 2015-10-04 | -0/+316 |
| | | | | | | ||||
| * | | | | | [hack/en] Fixed some typos | David Lima | 2015-10-04 | -3/+4 |
| | |_|/ / | |/| | | | ||||
* | | | | | Merge pull request #1329 from thePsguy/patch-2 | ven | 2015-10-04 | -1/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | {c}Variable size array, user size input added. | |||
| * | | | | | replaced scanf with fscanf. | Pushkar Sharma | 2015-10-05 | -1/+1 |
| | | | | | | ||||
| * | | | | | Variable size array, user size input added. #1170 | Pushkar Sharma | 2015-10-04 | -1/+3 |
| | |_|_|/ | |/| | | | | | | | | | | | | | Fixed Issue #1170 Variable size array, user size input added. | |||
* | | | | | Merge pull request #1341 from willianjusten/master | ven | 2015-10-04 | -23/+22 |
|\ \ \ \ \ | | | | | | | | | | | | | Fixing some typos | |||
| * | | | | | Fixing some typos | willianjusten | 2015-10-04 | -23/+22 |
| | | | | | | ||||
* | | | | | | Merge pull request #1336 from thePsguy/patch-3 | ven | 2015-10-04 | -1/+2 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | {common-lisp}Issue #1157 comment for '-p' | |||
| * | | | | | | fixed the comment format | Pushkar Sharma | 2015-10-05 | -1/+1 |
| | | | | | | | ||||
| * | | | | | | Issue #1157 | Pushkar Sharma | 2015-10-04 | -1/+2 |
| | |/ / / / | |/| | | | | | | | | | | Comment explaining '-p', in line 178. | |||
* | | | | | | Merge pull request #1328 from thePsguy/patch-1 | ven | 2015-10-04 | -0/+6 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | {C++}Clarified fooRef address. | |||
| * | | | | | | Grammar | Pushkar Sharma | 2015-10-05 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | the address | |||
| * | | | | | | Fixed a mistake from previous commit. | Pushkar Sharma | 2015-10-05 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | Better explained reference address. | |||
| * | | | | | | Update c++.html.markdown | Pushkar Sharma | 2015-10-04 | -0/+6 |
| |/ / / / / | | | | | | | | | | | | | Regarding issue #1216, Better explaining the Reference 'fooRef'. |