What kind of bird is this?

http://www.flickr.com/photos/caitiesportfolio/3371087255/

So Ive had this bird stalking me for the past three days. It sits outside of my window and sings. I wake up in the morning and it’s there, I got to bed at night…it’s there. It seems kind of like a baby bird. For the life of me I can’t identify it. I even tried identifying it by it’s call Ive heard so many times. It likes to puff its self out and it’s not really afraid of me. For some reason though, it is impossible to get a picture of its face. Hope these pictures help you help me!

I live in Athens Ohio, which is southern Ohio. Hope that helps with territory identification and such. it’s whitish tan on the bottom and black on top.
No, the sound isn’t right for a nuthatch. I wish I could like…whistle the sound for you guys. It’s a like "up up, up down" over and over.

Technorati Tags: , , , ,

Legal Advice Please, possible wrongful termination?

So, here’s the scoop. I have worked at ********* for over 4 1/2 years. I was one of their supervisors over an installation dept. Until yesturday. Recently, I went to lunch with a co-worker, came back to work and were bumbarded by customers right off the bat, distracting us from punching the time clock. Now, at the end of the week, the electronic time clock tells me that I am missing a punch and so I go back and manually enter 30 minutes, forgetting that I had taken an hour lunch earlier in the week. A few days go by and I am approached by a manager asking for me to sit down with him and to explain what happened. I immediately appologized and explained that it was a mistake and that it would never happen again. I wrote a written statement, as requested by management, and without being told too, went back into the system and fixed my clock time to reflect the hour lunch. I then wrote the manager an email explained that "per our conversation earlier, I corrected my time, that I was sorry and to never expect that from me again". Two weeks go by, and I get called into the office yesturday and they tell me that my employment has been terminated. Can they really do that? If I made an honest mistake? It just seems so rediculous. Please, any LEGAL advise would be awesome. Thanks so much.

Technorati Tags: , , , , , , , , , , ,

store owner said something very rude….what would u have done?

ok so today i walk into a store to purchase some ciggarettes and like always i hand him my identification card. he takes 1 look at and and says why is your card so scratched up. (f.y.i readers) the card is over 3 years old now and i had lost it over a dozen times and all times i had it returned to me by the finder! plus i dont own a wallet i always keep it in my back pocket amongst other things and its constantly getting bent and scratched up! so i explain politely to the store owner what i just told u guys. he takes another look at it and says "what, are u cutting coke on it? "it looks like youre cutting coke on it, i was a cop for 20 years" so now im mad and just tell him u know thats very rude to be just coming out your mouth like that to someone u dont even know! i wanted to punch him in his face….he mad me look like i was some coke head in front of all these costumers! now what i want to know is what would ya have done and is there anything more i should be doing here!!!
thanks so much everyone for the advice! i see a few people got confused with the story! i never said i was the cop……he was the one who said he was a cop for over 20 years! im just the innocent customer coming in to buy something. so for all u people that just read thro it quickly……read again and before u say something rude…think about it!

Technorati Tags: , , , , , , , , ,

C++ RAND funtion and Graph?

high I am generating a program that randomizes a dice throw. The random
number generator to simulate die throws, and will investigate the tendency of experimental
probabilities to get closer to the theoretical probabilities as the number of trials is increased.
This is what my output is supposed to look like
Die face Count Expt Prob Math Prob Difference
——– —– ——— ——— ———-
1 10054 0.167567 0.166667 0.000900
2 10003 0.166717 0.166667 0.000050
3 10071 0.167850 0.166667 0.001183
4 9878 0.164633 0.166667 0.002033
5 10092 0.168200 0.166667 0.001533
6 9902 0.165033 0.166667 0.001633
and this is what i have so far
#include <iostream>
#include <cstdlib>
#include <ctime>
#include <iomanip>
#include <cmath>
using namespace std;

int coinToss() {
return rand()%2;
} // end coinToss

int main() {
cout << fixed << setprecision(6);

// output identification
cout << "CPS 150 Sample (Coin toss probability study)\n\n";
// seed the random number generator with a random(!) value
srand(time(0));

int numTosses;// number of coin tosses
int tossResult;// 0 = head, 1 = tail
const int HEAD = 0, TAIL = 1;
int numHeads = 0, numTails = 0;// counters

// prompt for and read the number of coin tosses
cout << "Enter number of coin tosses: "; cin >> numTosses;

// toss coin repeatedly and count numbers of heads and tails
for (int k = 1; k <= numTosses; k++) {
tossResult = coinToss();

if (tossResult == HEAD)
numHeads++;
else// it must be a tail, right?
numTails++;
} // end for

// calculate experimental probabilities
double exptProbHead = static_cast<double>(numHeads)/numTosses;
double exptProbTail = static_cast<double>(numTails)/numTosses;
const double mathProb = 0.5;// theoretical probability of
// getting a head or a tail

// Display results
cout << "\nNumber of coin tosses = " << numTosses << endl;
cout << "Number of Heads = " << numHeads << endl;
cout << "Experimental probability for Heads = " << exptProbHead << endl;
cout << "Difference with Theoretical probability = "
<< fabs(mathProb – exptProbHead) << endl;
cout << "Number of Tails = " << numTails << endl;
cout << "Experimental probability for Tails = " << exptProbTail << endl;
cout << "Difference with Theoretical probability = "
<< fabs(mathProb – exptProbTail) << endl;

cout << "\nThat’s all folks\n\n";
return 0;
}
PLEASE PLEASE HELP…. thanks

Technorati Tags: , , , , , , , , , , , , , , , , , , ,

Would it be bribery if I tell the 35% of voters that don’t pay taxes that if I get elected they will get money?

Sorry for the stupid question, I almost forgot that nobody cares what I do as long as I stick it to the business owners. After all, just because they took a risk and worked long hours to start their business doesn’t mean they should make more than the people that punch the clock and don’t worry about work after they punch out. Much less the people that don’t work at all, they are entitled to all the riches that everyone else enjoys. Its just a matter of time before we come up with a medical term for a disease where one of the major symptoms is "don’t like to work"

Technorati Tags: , , , , , , ,

A question about MS Access: porblem with creating subform?

I had problem when creating the subform in the primary form using the subform icon in the toolbox ( I did activate the Control Wizards button), the system said "Microsoft Access cannot start this wizard, this feature is currently not installed, would you install it now?" I say "yes" And then the system told me the feature I am trying to use is on CD-ROM and it’s not available. So, My question is: what happened? can I use other method to add a subform in the current primary form? How can I add a subform onto the main form in this situation? Thanks.

Technorati Tags: , , , , , ,

Atomic clocks and daylight saving time?

survey question, Has having an atomic clock spoiled you memory on what to do verses fall / spring?

Radio DJ asked a person "If you forgot to set your clock, would you be late or early?" She said Late.

He said wrong, then went to a commercial break. after they came back he was surprised to see al his phones lit up. He said, because he has all atomic clocks he oesnt manually set them anymore, thus doesn’t worry about it.

So back to the original question?

Does having an atomic clock mad you forget the directions of daylight savings time?

Technorati Tags: , , , , , , , ,

In lieu of the recent thwarted attack, do you think profiling is the answer to travel safety? If not, what?

As I understand it, one would have to allow the government access to their travel history and then you may for example, clear the security line through fingerprinting as a "known" traveler. Very intrusive, a politiclly incorrect move, but I am wondering if it is the best way to address new and imaginative threats.

Technorati Tags: , , ,

Time keeping/tracking system?

I just started working a company that uses a time clock/swipe system to log your time when you are physically in the office. Now, most of the employees here actually work in the field(out of the office). When the employees work in the field, they must call in their hours and leave a voicemail message. So, they leave a message and now accounting has to listen to 60 messages left by the field crew to log and account for their time. My accounting department is always either "screwing the time up" or getting very frustrated.

Is there a better way or a system that they can use to track your time when the crew does not go into the office?

Please help!

Technorati Tags: , , , , ,

Am considering buying an ASUS BAMBOO U6V BUT?

It ticks all the boxes, light, good memory etc HOWEVER I think that it is overpriced £1200 because of the bamboo gimmick. can anyone suggest a similar laptop that meets this spec and is the same weight and size? 1.6kg and 12 " (could go up to 13")
SPEC
Intel® Core™2 Duo Processor Montevina T9400 (2.53 GHz )
HDD SATA 320GB (4200 RPM)+ TPM
12.1" (WXGA) Colour Shine
nVIDIA GeForce 9400M G 256MB

Slim 8X DVD Super Multi DL
4096 Mb DDR2 667 (2048 x 2 )
Video Camera built-in (0.3 million pixels)
In-Built Bluetooth
Fingerprint Security
Microsoft® Windows® Vista Home Premium

Technorati Tags: , , , , , , , , , , , , , , , , , , ,

Next Page »