Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge pull request #361 from featurist/master | Adam Bard | 2013-09-26 | -0/+202 |
|\ | | | | | [pogoscript/en] Learn Pogoscript | |||
| * | added javascript highlighting | Tim Macfarlane | 2013-09-20 | -1/+1 |
| | | ||||
| * | one big code block, plus some clarifications | Tim Macfarlane | 2013-09-20 | -127/+71 |
| | | ||||
| * | learn pogoscript | Tim Macfarlane | 2013-09-20 | -0/+258 |
| | | ||||
* | | Merge pull request #363 from disjukr/master | Adam Bard | 2013-09-26 | -6/+91 |
|\ \ | | | | | | | [brainfuck/ko-kr][brainfuck/en] Add korean translation of brainfuck | |||
| * | | add korean translation of brainfuck | JongChan Choi | 2013-09-21 | -0/+83 |
| | | | ||||
| * | | make explanation richer | JongChan Choi | 2013-09-21 | -1/+3 |
| | | | ||||
| * | | fix typo | JongChan Choi | 2013-09-21 | -5/+5 |
| | | | ||||
* | | | Merge pull request #364 from yaurthek/csharp_improvements | Adam Bard | 2013-09-26 | -17/+64 |
|\ \ \ | | | | | | | | | [csharp/en] C# improvements | |||
| * | | | added myself to the contributors (C#) | Melvyn | 2013-09-21 | -0/+1 |
| | | | | ||||
| * | | | breaking some lines (C#) | Melvyn | 2013-09-21 | -3/+6 |
| | | | | ||||
| * | | | added an example for the foreach loop in C# | Melvyn | 2013-09-21 | -0/+11 |
| | | | | ||||
| * | | | various typos + added an example to declare an auto property (C#) | Melvyn | 2013-09-21 | -6/+11 |
| | | | | ||||
| * | | | more details for the enums (C#) | Melvyn | 2013-09-21 | -3/+6 |
| | | | | ||||
| * | | | added details for the switch statement for C# | Melvyn | 2013-09-21 | -0/+8 |
| | | | | ||||
| * | | | corrections for C# doc | Melvyn | 2013-09-21 | -2/+1 |
| | | | | ||||
| * | | | typo (not instead of note) for C# doc | Melvyn | 2013-09-21 | -1/+1 |
| | | | | ||||
| * | | | mentioned strings immutability and added details about var keyword (C#) | Melvyn | 2013-09-21 | -0/+5 |
| | | | | ||||
| * | | | corrected errors about the nullable types for C# | Melvyn | 2013-09-21 | -5/+13 |
| | | | | ||||
| * | | | added Decimal type example for C# | Melvyn | 2013-09-21 | -1/+5 |
| |/ / | ||||
* | | | Merge pull request #365 from alemedeiros/master | Adam Bard | 2013-09-26 | -6/+58 |
|\ \ \ | |/ / |/| | | [bash/en] Improved bash file | |||
| * | | add useful commands | alexandre medeiros | 2013-09-22 | -0/+12 |
| | | | ||||
| * | | add function information for bash | alexandre medeiros | 2013-09-22 | -0/+12 |
| | | | ||||
| * | | improve if on bash | alexandre medeiros | 2013-09-22 | -3/+4 |
| | | | ||||
| * | | better for description | alexandre medeiros | 2013-09-22 | -3/+4 |
| | | | ||||
| * | | add information about input, output, and error redirection | alexandre medeiros | 2013-09-22 | -0/+7 |
| | | | ||||
| * | | Improve bash variable info | alexandre medeiros | 2013-09-22 | -0/+14 |
| | | | ||||
| * | | add conditional execution info to bash | alexandre medeiros | 2013-09-22 | -0/+5 |
|/ / | ||||
* | | Merge pull request #362 from hkulekci/brainfuct-update | Adam Bard | 2013-09-20 | -28/+29 |
|\ \ | | | | | | | [brainfuck/tr] i missed out somethings my previous translation. | |||
| * | | some updates on brainfuck/tr . i missed out "not capitalized except at the ↵ | Haydar Kulekci | 2013-09-20 | -28/+29 |
|/ / | | | | | | | start of a sentence" about brainfuck | |||
* | | [javascript] clarify constructor prototype example, as per #204 | Adam Brenecki | 2013-09-20 | -0/+3 |
| | | ||||
* | | Add missing semicolon | Adam Brenecki | 2013-09-20 | -1/+1 |
|/ | ||||
* | Updated perl-es | Adam | 2013-09-19 | -0/+3 |
| | ||||
* | Merge pull request #347 from jamesscottbrown/master | Adam Bard | 2013-09-19 | -25/+115 |
|\ | | | | | [matlab/en] Extend MATLAB article | |||
| * | Fix typo - misspelt 'receive' | James Scott-Brown | 2013-09-18 | -1/+1 |
| | | ||||
| * | Explain difference between command and function syntax | James Scott-Brown | 2013-09-18 | -2/+15 |
| | | ||||
| * | Typos | James Scott-Brown | 2013-09-15 | -2/+2 |
| | | ||||
| * | Typos | James Scott-Brown | 2013-09-15 | -3/+3 |
| | | ||||
| * | Comment explaining LU decomposition | James Scott-Brown | 2013-09-15 | -1/+1 |
| | | ||||
| * | Relabel a section to 'Matrix Factorisations | James Scott-Brown | 2013-09-15 | -1/+1 |
| | | ||||
| * | Matlab: more plotting functions, anonymous functions, matrix factorisations, ↵ | James Scott-Brown | 2013-09-15 | -20/+97 |
| | | | | | | | | and other features. Fix some typos. | |||
* | | Merge pull request #348 from arnelbucio/patch-1 | Adam Bard | 2013-09-19 | -1/+1 |
|\ \ | | | | | | | [php/en] Fix typo | |||
| * | | Fix typo | Arnel Bucio | 2013-09-15 | -1/+1 |
| | | | ||||
* | | | Merge pull request #353 from hkulekci/php-update | Adam Bard | 2013-09-19 | -1/+6 |
|\ \ \ | | | | | | | | | [php/tr] added latest updates from php-en | |||
| * | | | added latest updates from php-en | Haydar Kulekci | 2013-09-18 | -1/+6 |
| |/ / | ||||
* | | | Merge pull request #354 from hkulekci/obj-c-update | Adam Bard | 2013-09-19 | -0/+320 |
|\ \ \ | | | | | | | | | [obj-c/tr] objective-c translating to Turkish language | |||
| * | | | objective-c translating to Turkish language | Haydar Kulekci | 2013-09-18 | -0/+320 |
| |/ / | ||||
* | | | Merge pull request #355 from hkulekci/brainfuck-update | Adam Bard | 2013-09-19 | -0/+86 |
|\ \ \ | | | | | | | | | [brainfuck/tr] translating Brainfuck programming language to turkish | |||
| * | | | [brainfuck/tr] translating Brainfuck programming language to turkish | Haydar Kulekci | 2013-09-18 | -0/+86 |
| |/ / | ||||
* | | | Merge pull request #356 from frncscgmz/master | Adam Bard | 2013-09-19 | -0/+157 |
|\ \ \ | | | | | | | | | [perl/es-es] Perl spanish translation. |