Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | | | | Illustrate parameters via loops. | HorseMD | 2014-11-14 | -4/+4 | |
| | | | | | |||||
| * | | | | Whoops, make lowercase. | HorseMD | 2014-11-14 | -3/+3 | |
| | | | | | |||||
| * | | | | Reorder final notes section. | HorseMD | 2014-11-13 | -4/+5 | |
| | | | | | |||||
| * | | | | Mention word . Also comment-out the file-include line. | HorseMD | 2014-11-13 | -3/+4 | |
| | | | | | |||||
| * | | | | Whoops, missed a return comment. | HorseMD | 2014-11-13 | -1/+1 | |
| | | | | | |||||
| * | | | | Add a 'returns' comment for every line of Forth. | HorseMD | 2014-11-13 | -24/+24 | |
| | | | | | |||||
| * | | | | Tidying up. | HorseMD | 2014-11-13 | -5/+6 | |
| | | | | | |||||
| * | | | | Slim down comments. | HorseMD | 2014-11-13 | -19/+10 | |
| | | | | | |||||
| * | | | | Add a few misc ideas to section Final Notes. | HorseMD | 2014-11-13 | -1/+8 | |
| | | | | | |||||
| * | | | | Fix typos. | HorseMD | 2014-11-13 | -3/+3 | |
| | | | | | |||||
| * | | | | Capitalize instances of 'forth'. | HorseMD | 2014-11-13 | -6/+6 | |
| | | | | | |||||
| * | | | | Make Arrays its own section, comment float examples. | HorseMD | 2014-11-13 | -6/+6 | |
| | | | | | |||||
| * | | | | Add section Return Stack, add Floating Point Operations section. | HorseMD | 2014-11-13 | -4/+26 | |
| | | | | | |||||
| * | | | | Fix missing comment, pull up a few lines. | HorseMD | 2014-11-13 | -6/+1 | |
| | | | | | |||||
| * | | | | More refactoring, get lines below 80 chars. | HorseMD | 2014-11-13 | -30/+31 | |
| | | | | | |||||
| * | | | | Remove/refactor the descriptions. | HorseMD | 2014-11-13 | -20/+11 | |
| | | | | | |||||
| * | | | | Merge remote-tracking branch 'upstream/master' | HorseMD | 2014-11-13 | -11/+12 | |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| * | | | | Improve section Advanced Stack Manipulation's examples. | HorseMD | 2014-11-13 | -5/+5 | |
| | | | | | |||||
| * | | | | Refactor section Stack Manipulation. | HorseMD | 2014-11-13 | -12/+4 | |
| | | | | | |||||
| * | | | | Be more brief! | HorseMD | 2014-11-13 | -39/+12 | |
| | | | | | |||||
| * | | | | Finished outline of Variables and Memory. Must be more vague, this is a ↵ | HorseMD | 2014-11-12 | -4/+51 | |
| | | | | | | | | | | | | | | | | | | | | whirlwind tour! | ||||
| * | | | | Add outline of loops. | HorseMD | 2014-11-12 | -3/+37 | |
| | | | | | |||||
| * | | | | Finished conditionals section for now. | HorseMD | 2014-11-12 | -3/+24 | |
| | | | | | |||||
| * | | | | Add basic outline of Forth and explaination of simple concepts. | HorseMD | 2014-11-12 | -0/+136 | |
| | | | | | |||||
* | | | | | Merge pull request #869 from harrymt/patch-1 | ven | 2014-11-18 | -1/+1 | |
|\ \ \ \ \ | | | | | | | | | | | | | Temp fix for Matlab syntax highlighting | ||||
| * | | | | | Temp fix for Matlab syntax highlighting | Harry Mumford-Turner | 2014-11-18 | -1/+1 | |
|/ / / / / | | | | | | | | | | | The single quote messed up the rest of the file. | ||||
* | | | | | Merge pull request #864 from geoffliu/master | Levi Bostian | 2014-11-17 | -34/+118 | |
|\ \ \ \ \ | | | | | | | | | | | | | [Scala/en] Some work on the Scala page | ||||
| * | | | | | Some work on the Scala page | Geoff Liu | 2014-11-14 | -34/+118 | |
| | | | | | | |||||
* | | | | | | Merge pull request #868 from dilijev/master | Adam Bard | 2014-11-17 | -16/+44 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | [python/en] Fix 80 col limit and clarify a few points. | ||||
| * | | | | | | [python/en] Fix 80 col limit and clarify a few points. | Doug Ilijev | 2014-11-17 | -16/+44 | |
|/ / / / / / | |||||
* | | | | | | Merge pull request #867 from ugexe/patch-1 | ven | 2014-11-16 | -1/+1 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | 0 // 5 = 0 | ||||
| * | | | | | | 0 // 5 = 0 | ugexe | 2014-11-16 | -1/+1 | |
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 11:59 < nebuchadnezzar> m: say Any // Nil // 0 // 5 11:59 <+camelia> rakudo-moar 38e77b: OUTPUT«0» 11:59 < nebuchadnezzar> shouldn't it be 5? 12:00 < ugexe> 0 is a defined value 12:00 < ugexe> m: say Any || Nil || 0 || 5; 12:00 <+camelia> rakudo-moar 38e77b: OUTPUT«5» | ||||
* | | | | | | Merge pull request #866 from anatolyburtsev/master | ven | 2014-11-15 | -1/+1 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Update java-ru.html.markdown fix mistake in pre/post-increment | ||||
| * | | | | | Update java-ru.html.markdown | anatoly burtsev | 2014-11-15 | -1/+1 | |
|/ / / / / | | | | | | | | | | | fix mistake in pre/post-increment | ||||
* | | | | | Update yaml-fr.html.markdown | Adam Bard | 2014-11-14 | -1/+2 | |
| | | | | | |||||
* | | | | | Update markdown-cn.html.markdown | Adam Bard | 2014-11-14 | -1/+1 | |
| |/ / / |/| | | | |||||
* | | | | Merge pull request #859 from AndreiCurelaru/master | ven | 2014-11-13 | -5/+5 | |
|\ \ \ \ | | | | | | | | | | | yaml-fr fixes | ||||
| * | | | | yaml-fr fixes | Andrei Curelaru | 2014-11-13 | -1/+1 | |
| | | | | | |||||
| * | | | | yaml-fr fixes | Andrei Curelaru | 2014-11-12 | -5/+5 | |
| | | | | | |||||
* | | | | | Merge pull request #858 from bfontaine/bash/fr-fixes | ven | 2014-11-12 | -6/+7 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | [bash/fr] A couple formatting/phrasing issues fixed | ||||
| * | | | | [bash/fr] A couple formatting/phrasing issues fixed | Baptiste Fontaine | 2014-11-12 | -6/+7 | |
|/ / / / | | | | | | | | | | | | | Thanks to @vendethiel’s feedback on #824. | ||||
* | | | | Merge pull request #824 from bfontaine/bash/fr | Adam Bard | 2014-11-12 | -0/+229 | |
|\ \ \ \ | | | | | | | | | | | [bash/fr] Bash French translation added | ||||
| * | | | | [bash/fr] translators section added | Baptiste Fontaine | 2014-10-26 | -0/+1 | |
| | | | | | |||||
| * | | | | Bash French translation added | Baptiste Fontaine | 2014-10-26 | -0/+228 | |
| | | | | | |||||
* | | | | | Merge pull request #825 from AndreiCurelaru/master | Adam Bard | 2014-11-12 | -0/+156 | |
|\ \ \ \ \ | | |/ / / | |/| | | | [yaml/fr] Added YAML page in the french folder | ||||
| * | | | | first fixes | Andrei Curelaru | 2014-10-26 | -6/+6 | |
| | | | | | |||||
| * | | | | Added yaml-fr | Andrei Curelaru | 2014-10-26 | -0/+156 | |
| | | | | | |||||
* | | | | | Merge pull request #832 from isomorphisms/patch-5 | Adam Bard | 2014-11-12 | -0/+4 | |
|\ \ \ \ \ | | | | | | | | | | | | | more oddities | ||||
| * | | | | | more oddities | i | 2014-10-28 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | JavaScript is full of oddities .. I definitely wouldn't claim everything works "as it should" .. you don't have to include the gotcha's but I don't know, they're not that confusing for me. | ||||
* | | | | | | Merge pull request #844 from m90/master | Adam Bard | 2014-11-12 | -20/+98 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | [javascript/de] update german javascript tutorial to match english version |