Friday, April 02, 2004

netStuff:
slickdeals.net-I have been watching some people trying to take advantage of a 50$ of $50 coupon from staples. It looks like Staples got wise to it and started adding an additional charge to peoples credit cards. Some people might get away with it, it always seems like its worth a try to get in on these deals. The deal was dead by the time i tried it.
kent.com- We bought a 12 bike for my son last weekend. It was a kent and I wanted to check out their web site so I just guessed kent.com. Wow, kent dot com is cool but it's not about bikes. This guy has his whole freaking house wired with a capitol W! I'm green with envy. I was happy just to get my PC hooked up to my stereo.

myPC:
Once in a while I look for firm ware/ driver updates for my hardware. Today I have been looking for updates for my Sony CRX 140. I found a page with some firmware but, there were no explanations for them so Ill look around a bit more.

vc++:
I wrote this code today, I still have to finish a function and put it through a compiler at home. Its just an exercise from our book:

void getPep(String *&, double &);
void calcAdmission(double, double &);
void showRun(double , double, double);

int main()
{
String *compName="";
String *answer="Y";
double numPep=0.0;
double totalPep=0.0;
double compCharge=0.0;
double avgCharge=0.0;

do
{
numPep=0.0;
showRun(totalPep,
totalCharge, avgCharge);
getPep(compName, numPep);
calcAdmission(numPep, compCharge);
totalPep=totalPep+numPep;
avgCharge=(totalCharge/ totalPep);
totalCharge=(totalCharge+
compCharge);
Console::Right("Would you like to enter another company?(Y or N) ");
answer=Convert::ToUpper (Console::ReadLine());
}
while(answer!="N");
//end do

//functions

void getPep(String *&co, double &np)
{
Console::Write("Please enter the company name: ");
co=Console::ReadLine();
Console::Write("How many people from {0} will be attending?" ,co);
np=Convert::ToDouble (Console::ReadLine());
}


workStuff:
I work at TV Guide. They are changing over to a electronic time sheet next week. Kronos. I was happy to find out that I was exempt and didn't have to punch in and out daily.
We are going to be moving to OSX (finally) by next month and also getting new iMacs. They only have 17inch flat screens....ugh. Right now we have g3's with a nice 19 inch monitor...

otherStuff:
The Microcenter near us has some dvd-r spindles of 25 for 15 bucks. I bought one and burned about 5 so far with no problems. They are only 2x but I am in no rush.

No comments: