Some of Sunday's edits have been lost. The edits from Saturday that were reverted have been restored. Site is now hosted on prgmr.com. Thank you for your patience. This notice will be removed one week from posting. --Michael Mol 18:12, 7 March 2010 (UTC)
Sandbox
From Rosetta Code
Programming Task
This is a programming task. It lays out a problem which Rosetta Code users are encouraged to solve, using languages they know.
Programming Task
This is a programming task. It lays out a problem which Rosetta Code users are encouraged to solve, using languages they know.
Programming Task
This is a programming task. It lays out a problem which Rosetta Code users are encouraged to solve, using languages they know.
Contents |
[edit] Can you use a data URL?
[data:text/html,Hello%20World No.]
[edit] What if you transclude a category?
Follow the articles and subcategories for items requiring maintenance. -- Okay, the member list doesn't show up. No good.
Programming Task
This is a programming task. It lays out a problem which Rosetta Code users are encouraged to solve, using languages they know.
[edit] TITLE
code
[edit] pre test
Programming Task
This is a programming task. It lays out a problem which Rosetta Code users are encouraged to solve, using languages they know.
Test Another line Yet another line, this time one which clearly is much longer than the width of the browser window, at least assuming normal screen dimensions and font settings, and assuming the browser window is not wider than the screen (which would be impractical anyway). 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
[edit] Testing new language tags
[edit] Z80
; some random instructions
ld a, 80h
ld b, 9Ah
add a, b
adc a, a
rst 0 ; reboot :-)
[edit] Whitespace
This may not be a meaningful whitespace
program,
but it's
just a highlighting test
anyway.
[edit] AviSynth
AviSource("D:\clip.avi")
ConvertToYUY2()
PixieDust(5)
[edit] POV-Ray
#declare factorial = function(C) { prod(i, 1, C, i) }
#declare A = factorial(5);
sphere{0,A} // a sphere
[edit] Text
Is this actually a programming language, or really just plain text?
[edit] What happens if a language doesn't exist?
some code
more code;
* a b -> c /// &a1 ->>> 778
(Probably this is an obfuscated language :-))
===Do the old language-free <tt>-Tags (for inline code formatting) still work?
The variable foo</tt> is of type bar
[edit] Whitespace test with unicode ZERO WIDTH NO-BREAK SPACE character (U+FEFF)
testing

