[Home]SandBox

ec2-50-16-108-167.compute-1.amazonaws.com | ToothyWiki | RecentChanges | Login | Webcomic

This is a place for people to try stuff out without necessarily typing reams and reams of coherent on-topic text. It doesn't get wiped much, but spam will be removed. Feel free to edit it, or if you want to leave a slightly more permanent random scribble, try the VisitorsBook.

You will not be able to place external links on this page. Spam will not be tolerated. It's pointless, anyway, since our robots.txt forbids indexing of this page and none of the ToothyWikizens will follow your links. Go somewhere else. The wiki at 127.0.0.1/wiki.pl will be happy to have your spam in their SandBox.

WhatIsWiki contains a brief overview of what Wiki is and a quick introduction on how to use this one. ToothyWikiInternals contains detailed descriptions and discussion of features.






AB
AnB?
A B

test

blah

ISBN 1595820124

Test area



  1. Point 1
  2. Point 2
    1. Point 2.1
      1. Point 2.1.1
  3. Point 3


italicstest
bold

heading


heading


heading


====heading ====

AnteJentacularPandiculations?

elcome to EditConflict land :)

And refactor the redirect code.

There is something going on in mexico that i think is cruelty to animals and must be stopped immediatly- What i'm talking about, of course, is cat juggling.
WelcomeToWiki.  Uh, you are going to post something else, right?  --Vitenka ;)

This is a test

Is it?

Rachael is going out with AlexChurchill

Is Rachael going out with AlexChurchill?
Not any more - she's engaged to him ;)
Not any more not any more -- now she's married to me :):) (BounceBounceBounce!) --AlexChurchill

Hmmm. Hmmm indeed

doesnt people''s formatted text with apostrophes immediately after it break the formatting?
Yes. Grr. Mightn""'t this work?
No. How 's about this?
It's difficult formatting only the part of a word before the apostrophe without using explicit HTML tags

Your first line only broke because you tried two combinations on one line:
Mightn't this work?  Yes, on it's own.
Also in combination, but only if bold comes before italic: doesn't people's



Test post.



Test test test

SandBox

NoIndex
CategoryMaths


ReallyFreaking? NoIndex WeMeanIt?.
CategoryVoices

Hi
Hello.


ChrisHowlett edits this page to see what happens in his RSS feed.

Ooh, is this thing on? I've got round to setting up a user name. Might actually comment one day. --Pigwotflies




|| Is || this ||
|| a  || table ||

| Or  | Is |
| this | ?  |

{|
| I doubt
|-
| this is one
|}

<table>
<tr><th colspan="2">Tables</th></tr>
<tr><td>Can't live with them</td><td>Can't live without them</td></tr>
</table>

No, no table support here.  --Vitenka
Except in the BNF Generators. --CH
===========
 ||     ||
 ||     ||
 ||     ||

Is this a table? --SF
No. It's a Pi. --CH

/************************************\ 
 *                                  *
 * This is an example boxed comment *
 *                                  *
\************************************/



Sample code to illustrate stuff on chat.

typedef struct list_node
{
  struct list_node *next;
  struct list_node *prev;
  void *self; // pointer to the CB in which this is embedded
} LIST_NODE;

typedef struct element
{
  int interesting_data;
  LIST_NODE list_node;
} ELEMENT;

LIST_NODE global_root;

<sensible initialisy stuff here>

function()
{
  ELEMENT *elem;
  elem = &global_root - offsetof(ELEMENT, list_node);
  
  while (1)
  {
    elem = (ELEMENT *)NEXT_IN_LIST(elem->list_node);
    <stuff>
  }
}


Kazuhiko laughs at the Wii's (in)ability to deal with large edit boxes.

StuartFraser wonders if it is Chrome or CURSWiki that is causing his failure to edit.



  Left([commission],Nz(InStr([commission],"%"),1)-1)

  Left(
    [commission]
    ,
    Nz(
      InStr(
        [commission]
        ,
        "%"
      )
      ,
      1
    )
    -1
  )


  Left([commission],Nz(InStr([commission],"%"),1)-1)
  [commission]
  Nz(InStr([commission],"%"),1)-1
  InStr([commission],"%"),1
  [commission],"%"


Or, procedurally - you always work from the innermost outwards:

Left([commission],Nz(InStr([commission],"%"),1)-1)

[commission] -> "45% per month" (or whatever)
InStr([commission],"%") -> 3
Nz(InStr([commission],"%"),1) -> 3 (or 1 if the Nz trigger goes off)
Nz(InStr([commission],"%"),1)-1 -> 3-1 -> 2
Left([commission],Nz(InStr([commission],"%"),1)-1) -> Left( "45% per month", 2 ) -> "45"



ec2-50-16-108-167.compute-1.amazonaws.com | ToothyWiki | RecentChanges | Login | Webcomic
Edit this page | View other revisions | Recently used referrers | List subpages
Last edited September 1, 2010 5:30 pm (viewing revision 328, which is the newest) (diff)
Search: