The Ctrl-V Game: What's In Your Clipboard?

karling07

Daemon Poster
Messages
1,099
Just paste whatever happens to be on your clipboard. If absolutely necessary, you may also add on a comment

Begin!
-----------------------------------





Hello.

I've unlocked the domain name. Please wait a day and you will be able to transfer the domain name to another registrar.

Additionally. you can manage your domain name using:
http://access.enom.com
--
Thank you,

Sergey Kravtsov
System administrator
midPhase Services, Inc. -- #1 Recommended Web Host!

Phone: 312-386-1640
E-mail: support@midphase.com
 
a url to this image was in my clipboard. screenshot from nfs most wanted, my car:

05MustangGT.jpg
 
onClipEvent (enterFrame) {
//This code will advance the car forward.
if (Key.isDown(Key.UP)) {
speed += 1;
}
// This will make the car go backwards
if (Key.isDown(Key.DOWN)) {
speed -= 1;
}
//The car will start to slow down after the speed of 25
if (Math.abs(speed)>25) {
speed *= .6;
}
// This will change the angle of the car
if (Key.isDown(Key.LEFT)) {
_rotation -= 15;
}
if (Key.isDown(Key.RIGHT)) {
_rotation += 15;
}

some flash actionscript lol
 
could mods maybe move this to social lounge? i dont think it really has to do with fixing computers :p I didnt mean it to post in this forum
 
Hey, so I have a Linux ISO floating about on my desktop, and I would like to use it, I dont want to install it, or run it live though..

Ahhh, just burn it to disc...err..no, CD/DVD burner is broke!! Haha!

So anyway, is there a way to run it within Windows? Like an emulator?

James

P.S - Whoever can help me - I shall like :D
 
michaelFeb 21 2006 9:24:13 PM
Pinging google.com [64.233.187.99] with 32 bytes of data:

Reply from 64.233.187.99: bytes=32 time=2859ms TTL=240
Reply from 64.233.187.99: bytes=32 time=2933ms TTL=240
Reply from 64.233.187.99: bytes=32 time=2839ms TTL=240
Reply from 64.233.187.99: bytes=32 time=2950ms TTL=240

Ping statistics for 64.233.187.99:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 2839ms, Maximum = 2950ms, Average = 2895ms
michaelFeb 21 2006 9:25:07 PM
As you can see, this is not normal. and I am not the only person to be having this issue. there are ton of sympatico users having the exact same issue all over the city.
LynnFeb 21 2006 9:25:16 PM
Your line looks good from what my program is telling me.
 
Back
Top Bottom