Difference between revisions of "User:Arrogantrabbit"

From FreekiWiki
Jump to navigation Jump to search
 
(11 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="12"]
 
  edge [fontname="Helvetica"]
 
 
 
  START [style="bold", shape="box"]
 
  recycle [style="bold", shape="octagon", color="red"]
 
  staff [style="bold", shape="octagon", color="blue"]
 
  obox  [style="bold", shape="box", color="green"]
 
  usbk [style="bold", shape="box", color="yellow"]
 
  blkbox [style="bold", shape="box"]
 
  whtbox [style="bold", shape="box", color="grey"]
 
  wbox [style="bold", shape="box", color="magenta"]
 
  usb [color="yellow", style="bold"]
 
  white [color="grey", style="bold"]
 
  black [style="bold"]
 
  neither [color="blue", style="bold"]
 
 
 
 
 
  START [fontsize="14"]
 
  basic [label="Is it a keyboard?"]
 
  aesthetic  [label="Pick the keyboard up and look at it.\nIs it in good condition?"]
 
  usbk [label="Put it in the\nUSB KEYBOARDS BOX", fontsize="14"]
 
  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", fontsize="14"]
 
  obox [label="Put it in the\nONLINE SALES BOX", fontsize="14"]
 
  recycle [label="RECYCLE the keyboard", fontsize="14"]
 
  port [label="What kind of CONNECTOR does it have?"]
 
  ps2 [label ="PS2"]
 
  usb [label="USB"]
 
  color [label="What color are the KEYS?"]
 
  black [label="Mostly BLACK"]
 
  white [label="Mostly WHITE"]
 
  neither [label="NEITHER black nor white"]
 
  weird [label="Look at the cable.\nDoes it have a USB or PS2 connector?"]
 
  test [label="Plug it in and test it.\nDOES IT WORK?"]
 
  blkbox [label="Put it in the\nTESTED BLACK PS2s BOX", fontsize="14"]
 
  whtbox [label="Put it in the\nTESTED WHITE PS2s BOX", fontsize="14"]
 
  wireless [label="Is it a WIRELESS KEYBOARD?"]
 
  wbox [label="Take it to the\nWIRELESS KEYBOARDS AND MICE BOX", fontsize="14"]
 
 
 
  START -> basic
 
 
 
  basic -> wireless[label="Yes"]
 
  basic -> staff [label="No", color="blue", style="bold"]
 
 
 
  wireless -> aesthetic [label="No"]
 
  wireless -> wbox [label="Yes", color="magenta", style="bold"]
 
 
 
  aesthetic -> clicky [label="Yes"]
 
  aesthetic -> recycle [label="No", color="red", style="bold"]
 
 
 
  clicky -> ergo [label="No"]
 
  clicky -> obox [label="Yes", color="green", style="bold"]
 
 
 
  ergo -> weird [label="No"]
 
  ergo -> obox [label="Yes", color="green", style="bold"]
 
 
 
  weird -> test [label="Yes"]
 
  weird -> recycle [label="No", color="red", style="bold"]
 
 
 
  test -> port [label="Yes"]
 
  test -> recycle [label="No", color="red", style="bold"]
 
 
 
  port -> ps2
 
  port -> usb
 
 
 
  ps2 -> color
 
 
 
  color -> black
 
  color -> white
 
  color -> neither
 
 
 
  black -> blkbox [style="bold"]
 
 
 
  white -> whtbox [color="grey", style="bold"]
 
 
 
  neither -> staff [color="blue", style="bold"]
 
 
 
  usb -> usbk [color="yellow", style="bold"]
 
 
 
}
 
</graphviz>
 
 
 
[[Image:PS2.png]]
 
File:Zuid_Holland-Position.png, AT Keyboard Connector
 

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.