Differences between revisions 25 and 26
Revision 25 as of 2010-02-04 08:16:32
Size: 5251
Editor: EllisMorgan
Comment:
Revision 26 as of 2010-02-04 08:22:03
Size: 5252
Editor: EllisMorgan
Comment:
Deletions are marked like this. Additions are marked like this.
Line 31: Line 31:
""DO NOT leave a BLANK between "<<" and "SeeSaw"! "" !!! DO NOT leave a BLANK between "<<" and "SeeSaw"!!!

Feel free to experiment here, after the four dashes below. Please do not create new pages without any meaningful content just to try it out!

You may want to open HelpOnEditing in a new window or tab while you edit.


EllisMorgan 3/4 Feb 2010 copied from Finn Idioms & HelpOnMoinWikiSyntax

Table of contents:

Table of contents (up to 2nd level headings only):

Show Sandy

this worked ...

<<SeeSaw(section="sand", toshow="<<Show>>Sandy", tohide="<<Hide>>Sandy", bg="#FEE1A5", speed="Slow")>>

this did not work ...

<< SeeSaw(section="sand", toshow="<<Show>>Sandy", tohide="<<Hide>>Sandy", bg="#FEE1A5", speed="Slow")>>

!!! DO NOT leave a BLANK between "<<" and "SeeSaw"!!!

(Hide ## table-of-contents)

Show Dyalog

Make sure that you enter the following statement without pressing <Enter>:

)ed myHtml

While "myHtml" is the name of the variable we are going to create, ")ed" is a bit special: the closing parenthesis tells APL that this statement is a system command. The following two characters (ed) then tell APL to invoke the editor.

Now we can insert the HTML code from the clipboard by selecting the paste command from the toolbar:

Now press enter. We will see something like this:

End of Ellis's changes 3/4 Feb 2010

The next few lines were entered by EllisMorgan in November 2008. Copying from my session and pasting to the Wiki editor does this:

  • Dyalog APL/W Version 10.1.2
    Serial No : 000168 / Pentium
    Tue Nov 25 15:00:22 2008
    clear ws
          4 60⍴16↓⎕av
    _abcdefghijklmnopqrstuvwxyz¯.⍬0123456789¤¥$£¢∆ABCDEFGHIJK
    LMNOPQRSTUVWXYZý·⍙ÁÂÃÇÈÊËÌÍÎÏÐÒÓÔÕÙÚÛÝþãìðòõ{⊢}⊣⌷¨ÀÄÅÆ⍨ÉÑ
    ÖØÜΰàáâäåæçèéêëíîïñ[/⌿\⍀<≤=≥>≠∨∧-+÷×?∊⍴~↑↓⍳○*⌈⌊∇∘(⊂⊃∩∪⊥⊤|;,⍱
    ⍲⍒⍋⍉⌽⊖⍟⌹!⍕⍎⍫⍪≡≢óôöø"#&’┘┐┌└┼─├┤┴┬│@ùúû^ü‘∣¶:⍷¿¡⋄←→⍝)]§⎕⍞ÿ
         4↓16↑⎕av
        ⌶ɫ%'⍺⍵

Copying "Prim" from Kai's SpecialCharacters and pasting it into APL gives:

Dyalog APL/W Version 10.1.2
Serial No : 000168 / Pentium
Mon Nov 24 15:47:35 2008
clear ws
      Prim←{all/⍨2=+⌿0=all∘.|all←⍳⍵}
      Prim 13
2 3 5 7 11 13

I am using Firefox 3.04 as my browser with APL385 Unicode.

The next lines were entered by GianluigiQuario November 25,2008. Windows XP IE 7 APL385 unicode. Copying from my session and pasting to the Wiki editor does this:

  • Dyalog APL/W Version 11.0.1
    Tue Nov 25 16:59:09 2008
    clear ws
            4 60⍴16↓⎕av
    _abcdefghijklmnopqrstuvwxyz¯.⍬0123456789¤¥$£¢∆ABCDEFGHIJK
    LMNOPQRSTUVWXYZý·⍙ÁÂÃÇÈÊËÌÍÎÏÐÒÓÔÕÙÚÛÝþãìðòõ{€}⊣⌷¨ÀÄÅÆ⍨ÉÑ
    ÖØÜßàáâäåæçèéêëíîïñ[/⌿\⍀<≤=≥>≠∨∧-+÷×?∊⍴~↑↓⍳○*⌈⌊∇∘(⊂⊃∩∪⊥⊤|;,⍱
    ⍲⍒⍋⍉⌽⊖⍟⌹!⍕⍎⍫⍪≡≢óôöø"#&’┘┐┌└┼─├┤┴┬│@ùúû^ü‘∣¶:⍷¿¡⋄←→⍝)]§⎕⍞⍣
                  4↓16↑⎕av
        ⌶ɫ%'⍺⍵

Formatting

italic bold typewriter

backtick typewriter (configurable)

bigger smaller

preformatted some more
and some more lines too

   1 def syntax(highlight):
   2     print "on"
   3     return None

   1   public void main(String[] args]){
   2      System.out.println("Hello world!");
   3   } 

Linking

HelpOnEditing InterWiki

http://moinmoin.wikiwikiweb.de/ Python

someone@example.com

http://c2.com/sig/wiki.gif

Smileys

/!\ Alert

Lists

Bullet

  • first
    1. nested and numbered
    2. numbered lists are renumbered
  • second
  • third blockquote
    • deeper

Glossary

Term
Definition

Drawing

Heading 1

Heading 2

Heading 3

Heading 4

  •    1 ¯1 (SyntheticDivision⍨⍣0)6 4.89 1 

WikiSandBox (last edited 2010-02-04 09:16:44 by EllisMorgan)