Clue Console App

Program.cs 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 […]

Last Assignment Example

dirName [code language=”shell”] #!/bin/bash if [ -z $1 ]; then dir="/home/mhesser01" else dir=$1 fi function listdir() { for i in `find $dir -type d` do if [ -d $i ]; then echo $i fi done } listdir [/code] Find Stuff [code language=”shell”] #!/bin/bash function setDir() { if [ -z $1 ]; then dir=/home/mhesser01 else dir=$1 […]

Printer consumables

Please list all the consumables for the following printer: (Toner, Fuser, Drum) along with their prices. HP LaserJet 8550DN What does the D mean? What does the N mean? What sizes of paper does it support? What are the cycle counts (how many pages) for ALL of the consumables and parts?