Difference between revisions of "User:Ali"

From FreekiWiki
Jump to navigation Jump to search
m (removed links to dead stuff)
 
(27 intermediate revisions by the same user not shown)
Line 1: Line 1:
i learn to do this stuff
 
  
 
[[user:Ali/scratch1|scratch1]]
 
[[user:Ali/scratch2|scratch2]]
 
[[user:Ali/scratch3|scratch3]]
 
 
<graphviz>
 
  digraph {
 
 
    start          [label="START HERE\nFOR POOP CHART", shape="box", fontsize="11", style="bold"]
 
    poop            [label="have you pooped today?", fontsize="11", style="italic"]   
 
    bran            [label="go eat a bran muffin\n& wash it down with some prune juice", fontsize="11"]
 
    coffee          [label="did you drink coffee this morning?", fontsize="11"]
 
    external        [label="cheater! your bowel movement was induced by external forces!", fontsize="11"]
 
    noncoffee      [label="jesus, how are you functioning?!", fontsize="11"]
 
   
 
 
 
    start -> poop
 
    poop -> bran [label="NO"]
 
    bran -> poop [label="TRY AGAIN"]
 
    poop -> coffee [label="YES"]
 
    coffee -> external [label="DEAR LORD, YES!"]
 
    coffee -> noncoffee [label="OH, I DON'T DRINK COFFEE, THANK YOU"]
 
 
 
</graphviz>
 

Latest revision as of 12:53, 6 October 2009