summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
...
| * | | | Whoops, missed a return comment.HorseMD2014-11-13-1/+1
| | | | |
| * | | | Add a 'returns' comment for every line of Forth.HorseMD2014-11-13-24/+24
| | | | |
| * | | | Tidying up.HorseMD2014-11-13-5/+6
| | | | |
| * | | | Slim down comments.HorseMD2014-11-13-19/+10
| | | | |
| * | | | Add a few misc ideas to section Final Notes.HorseMD2014-11-13-1/+8
| | | | |
| * | | | Fix typos.HorseMD2014-11-13-3/+3
| | | | |
| * | | | Capitalize instances of 'forth'.HorseMD2014-11-13-6/+6
| | | | |
| * | | | Make Arrays its own section, comment float examples.HorseMD2014-11-13-6/+6
| | | | |
| * | | | Add section Return Stack, add Floating Point Operations section.HorseMD2014-11-13-4/+26
| | | | |
| * | | | Fix missing comment, pull up a few lines.HorseMD2014-11-13-6/+1
| | | | |
| * | | | More refactoring, get lines below 80 chars.HorseMD2014-11-13-30/+31
| | | | |
| * | | | Remove/refactor the descriptions.HorseMD2014-11-13-20/+11
| | | | |
| * | | | Merge remote-tracking branch 'upstream/master'HorseMD2014-11-13-11/+12
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Improve section Advanced Stack Manipulation's examples.HorseMD2014-11-13-5/+5
| | | | |
| * | | | Refactor section Stack Manipulation.HorseMD2014-11-13-12/+4
| | | | |
| * | | | Be more brief!HorseMD2014-11-13-39/+12
| | | | |
| * | | | Finished outline of Variables and Memory. Must be more vague, this is a ↵HorseMD2014-11-12-4/+51
| | | | | | | | | | | | | | | | | | | | whirlwind tour!
| * | | | Add outline of loops.HorseMD2014-11-12-3/+37
| | | | |
| * | | | Finished conditionals section for now.HorseMD2014-11-12-3/+24
| | | | |
| * | | | Add basic outline of Forth and explaination of simple concepts.HorseMD2014-11-12-0/+136
| | | | |
* | | | | Merge pull request #869 from harrymt/patch-1ven2014-11-18-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Temp fix for Matlab syntax highlighting
| * | | | | Temp fix for Matlab syntax highlightingHarry Mumford-Turner2014-11-18-1/+1
|/ / / / / | | | | | | | | | | The single quote messed up the rest of the file.
* | | | | Merge pull request #864 from geoffliu/masterLevi Bostian2014-11-17-34/+118
|\ \ \ \ \ | | | | | | | | | | | | [Scala/en] Some work on the Scala page
| * | | | | Some work on the Scala pageGeoff Liu2014-11-14-34/+118
| | | | | |
* | | | | | Merge pull request #868 from dilijev/masterAdam Bard2014-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 Ilijev2014-11-17-16/+44
|/ / / / / /
* | | | | | Merge pull request #867 from ugexe/patch-1ven2014-11-16-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | 0 // 5 = 0
| * | | | | | 0 // 5 = 0ugexe2014-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/masterven2014-11-15-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Update java-ru.html.markdown fix mistake in pre/post-increment
| * | | | | Update java-ru.html.markdownanatoly burtsev2014-11-15-1/+1
|/ / / / / | | | | | | | | | | fix mistake in pre/post-increment
* | | | | Update yaml-fr.html.markdownAdam Bard2014-11-14-1/+2
| | | | |
* | | | | Update markdown-cn.html.markdownAdam Bard2014-11-14-1/+1
| |/ / / |/| | |
* | | | Merge pull request #859 from AndreiCurelaru/masterven2014-11-13-5/+5
|\ \ \ \ | | | | | | | | | | yaml-fr fixes
| * | | | yaml-fr fixesAndrei Curelaru2014-11-13-1/+1
| | | | |
| * | | | yaml-fr fixesAndrei Curelaru2014-11-12-5/+5
| | | | |
* | | | | Merge pull request #858 from bfontaine/bash/fr-fixesven2014-11-12-6/+7
|\ \ \ \ \ | |_|/ / / |/| | | | [bash/fr] A couple formatting/phrasing issues fixed
| * | | | [bash/fr] A couple formatting/phrasing issues fixedBaptiste Fontaine2014-11-12-6/+7
|/ / / / | | | | | | | | | | | | Thanks to @vendethiel’s feedback on #824.
* | | | Merge pull request #824 from bfontaine/bash/frAdam Bard2014-11-12-0/+229
|\ \ \ \ | | | | | | | | | | [bash/fr] Bash French translation added
| * | | | [bash/fr] translators section addedBaptiste Fontaine2014-10-26-0/+1
| | | | |
| * | | | Bash French translation addedBaptiste Fontaine2014-10-26-0/+228
| | | | |
* | | | | Merge pull request #825 from AndreiCurelaru/masterAdam Bard2014-11-12-0/+156
|\ \ \ \ \ | | |/ / / | |/| | | [yaml/fr] Added YAML page in the french folder
| * | | | first fixesAndrei Curelaru2014-10-26-6/+6
| | | | |
| * | | | Added yaml-frAndrei Curelaru2014-10-26-0/+156
| | | | |
* | | | | Merge pull request #832 from isomorphisms/patch-5Adam Bard2014-11-12-0/+4
|\ \ \ \ \ | | | | | | | | | | | | more oddities
| * | | | | more odditiesi2014-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/masterAdam Bard2014-11-12-20/+98
|\ \ \ \ \ \ | | | | | | | | | | | | | | [javascript/de] update german javascript tutorial to match english version
| * | | | | | casing fixm902014-11-01-1/+1
| | | | | | |
| * | | | | | add mostlym902014-11-01-1/+1
| | | | | | |
| * | | | | | update javascript-de according to english master and fix some typosm902014-11-01-18/+96
| | | | | | |
* | | | | | | Merge pull request #857 from geoffliu/masterAdam Bard2014-11-12-171/+212
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [Scala/en] Reorganize the Scala tutorial