Difference between revisions of "User:Arrogantrabbit"

From FreekiWiki
Jump to navigation Jump to search
 
(16 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", color="red"]
 
  staff [style="bold", shape="box", color="blue"]
 
  obox  [style="bold", shape="box"]
 
  usbk [style="bold", shape="box"]
 
  blkbox [style="bold", shape="box"]
 
  whtbox [style="bold", shape="box"]
 
 
 
  basic [label="Is it a keyboard?"]
 
  aesthetic  [label="Is the keyboard in decent shape?"]
 
  usbk [label="Put it in the USB KEYBOARDS box"]
 
  color [label="Is it mostly black or white?"]
 
  clicky [label="Feel the keys.\nIs the keyboard CLICKY?"]
 
  ergo [label="Inspect it.\nIs it an ergonomic, foldable model?"]
 
  staff [label="ASK A STAFF MEMBER"]
 
  obox [label="Put it in the ONLINE SALES box"]
 
  recycle [label="RECYCLE the keyboard"]
 
  port [label="What kind of connector does it have?"]
 
  ps2 [label ="PS2"]
 
  usb [label="USB"]
 
  other [label="Other"]
 
  color [label="What color are the keys?"]
 
  black [label="Mostly black"]
 
  white [label="Mostly white"]
 
  neither [label="Neither"]
 
  test [label="Plug it in and test it. Does it work?"]
 
  blkbox [label="Put it in the TESTED BLACK PS2s BOX"]
 
  whtbox [label="Put it in the TESTED WHITE PS2s BOX"]
 
 
 
  START -> basic
 
 
 
  basic -> aesthetic[label="Yes"]
 
  basic ->staff [label="No", color="blue"]
 
 
 
  aesthetic -> clicky [label="Yes"]
 
  aesthetic -> recycle [label="No", color="red"]
 
 
 
  clicky -> ergo [label="No"]
 
  clicky -> obox [label="Yes"]
 
 
 
  ergo -> test [label="No"]
 
  ergo-> obox [label="Yes"]
 
 
 
  test -> port [label="Yes"]
 
  test -> recycle [label="No", color="red"]
 
 
 
  port -> ps2
 
  port -> usb
 
  port -> other
 
 
 
  ps2 -> color
 
 
 
  color -> black
 
  color -> white
 
  color -> neither
 
 
 
  black -> blkbox
 
 
 
  white -> whtbox
 
 
 
  neither -> staff [color="blue"]
 
 
 
  usb -> usbk
 
 
 
  other -> staff [color="blue"]
 
 
 
}
 
</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.