Difference between revisions of "User:Arrogantrabbit"

From FreekiWiki
Jump to navigation Jump to search
(New page: Current Project: Updating Keyboard Testing Flowchart <graphviz> digraph{ start [label="START HERE", shape="box", fontsize="12"] aesthetic [label="Is the keyboard old, dingy, yellowe...)
 
 
(29 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Current Project: Updating Keyboard Testing Flowchart
+
*Current Project: Study Mediawiki to learn image codes. Become Lord and Master of C++ and Python. Visit Seb's Heidelberg hideaway. Decorate.
 
 
<graphviz>
 
digraph{
 
 
 
  start [label="START HERE", shape="box", fontsize="12"]
 
  aesthetic  [label="Is the keyboard old, dingy, yellowed,\n dirty, or missing keys?", fontsize="12"]
 
  RECYCLE
 
  connection
 
 
 
  connection [label="What type of connector\n does it have?", fontsize="12"]
 
  PS2
 
  USB [label="USB or\n WIRELESS", fontzie="12"]
 
  OTHER
 
 
 
  store [label="Put it in the STORE box", fontsize="12"]
 
  test [label="Plug it in and\n TEST IT", fontsize="12"]
 
 
 
  start -> aesthetic
 
  aesthetic -> RECYCLE[label="YES"]
 
  aesthetic -> connection[label="NO"]
 
 
 
  connection -> USB
 
  connection -> PS2
 
  connection -> OTHER
 
 
 
  USB -> store
 
  PS2 -> test
 
  OTHER -> RECYCLE
 
 
 
</graphviz>
 

Latest revision as of 22:57, 11 June 2010

  • Current Project: Study Mediawiki to learn image codes. Become Lord and Master of C++ and Python. Visit Seb's Heidelberg hideaway. Decorate.