Difference between revisions of "User:Arrogantrabbit"

From FreekiWiki
Jump to navigation Jump to search
 
(19 intermediate revisions by the same user 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 KB {
 
 
 
  node [fontname="Helvetica", fontsize="11"]
 
  edge [fontname="Helvetica"]
 
 
 
  start [style="bold", shape="box"]
 
  recycle [style="bold", shape="box"]
 
  staff [style="bold", shape="box"]
 
 
 
  aesthetic  [label="Is the keyboard old, dingy, yellowed,\n dirty, or missing keys?"]
 
  store [label="Put it in the STORE box"]
 
  color [label="Is it mostly black or white?"]
 
 
 
  USB [label="USB or\n WIRELESS", fontzie="12"]
 
 
 
  start -> aesthetic
 
 
 
  aesthetic -> testable
 
  aesthetic -> recycle
 
 
 
  testable -> testit
 
  testable -> staff
 
 
 
  testit  -> connector
 
  testit  -> 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.