Difference between revisions of "User:Arrogantrabbit"

From FreekiWiki
Jump to navigation Jump to search
 
(21 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{
 
 
 
  node [fontname="Helvetica", fontsize="11"]
 
  edge [fontname="Helvetica"]
 
 
 
  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="Test it. Does every key work?", fontsize="12"]
 
  PS2
 
  USB [label="USB or\n WIRELESS", fontzie="12"]
 
  OTHER
 
 
 
  store [label="Put it in the STORE box", fontsize="12"]
 
  test [label="Is it mostly black or white?", 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.