Page 1 of 2
CTRL + V
Posted: Thu Sep 18, 2003 2:49 pm
by JayBird
Okay, dont do anything.
Click reply then press CTRL + V in the message area.
See what interesting stuff people have on their clipboard (and don't go looking for something really good to copy and paste...OKAY

)
Here's mine....
NEC ND-1300
Not very interesting, i was looking for a review of that DVD-Writer a bit earlier.
Mark
Posted: Thu Sep 18, 2003 2:52 pm
by JAM
Haha! Interesting topic...
Code: Select all
METALIC COMPLETE PLATE M6M-316-0.6
At work, searching for an article, found the above and needed to copy n' paste it into something else...
Posted: Thu Sep 18, 2003 4:13 pm
by scorphus
Let's see what I have:
I was setting Mozilla's proxy...
Cool idea...
Cheers,
Scorphus.
Posted: Thu Sep 18, 2003 5:07 pm
by trollll
Somtimes I have to steal emoticons for forums like this.[/quote]
Posted: Thu Sep 18, 2003 5:54 pm
by EvilWalrus
I happen to already know what i have, so here it is...
Code: Select all
<?php
if ($data['screenname'] != $this->core->user['screenname']) {
if (!in_array($data['screenname'], $this->core->pounce['buddies']))
$this->core->pounce['buddies'][$data['screenname']] = false;
$this->aim_parse_buddy_update($data);
}
?>
It's for an AIM class i'm *still* working on

Posted: Thu Sep 18, 2003 6:45 pm
by volka
d:comi.exe
launching monkey island 3 on a w2k box without the &$*#§ start-menu that complains about directx5 not beeing installed (how comes.?.

)
Posted: Thu Sep 18, 2003 9:23 pm
by McGruff
FirstName: Frank LastName: Barns
Telephone: 1234 5678 Etc: etc
Answering a forum question - snippet from the original post.
Hey if that's a real number please don't stalk him.
Posted: Thu Sep 18, 2003 10:26 pm
by phice
I had a picture from paint copy'd into my paste... I'll do this tomorrow night after a few hours of coding.

Posted: Thu Sep 18, 2003 10:52 pm
by jason
Code: Select all
<Files ~ "^\.ht">
Order allow,deny
Deny from all
</Files>
If you have to ask, you'll never know. Okay, seriously, Apache stuff, if you didn't know.
Posted: Fri Sep 19, 2003 2:14 am
by Nay
http://www.boomspeed.com/debiru/ddr_nay2.JPG
I was showing my friends my DDR results. It's that arcade machine where you have arrows and stuff and you need to use your feet to press the according arrows.

.......I love it.
-Nay
Posted: Fri Sep 19, 2003 3:02 am
by twigletmac
Code: Select all
echo '<pre>';
print_r($add);
echo '</pre>';
echo '<pre>';
print_r($delete);
echo '</pre>';
Debugging a simple guestbook script I'm writing.
Mac
Posted: Fri Sep 19, 2003 5:08 am
by m3mn0n
<table width="50%" class="inputtable">
I'm Editing some HTML embedded within my PHP web game.

Posted: Fri Sep 19, 2003 9:20 am
by qads
Code: Select all
$d = mkdir("modules/$page");
$f = fopen("modules/$page/index.php", "w");
$w = fwrite($f, $string, 2000);
^^^ working on a project

Posted: Sat Sep 20, 2003 11:32 am
by pootergeist
ARCANUM: OF STEAMWORKS AND MAGICK OBSCURA
haha - forgot that was copy pasted - was doing an ebay uk search and couldn't be bothered to type the lot in -
tis an old (non winXp) game that I played a demo of and thought I might try purchasing.
PS - no sneaking over to ebay and topping my £5 bid
PPS - if any ukers have that and wanna part with it for beer money then pm me

Posted: Sat Sep 20, 2003 12:14 pm
by unixchick
Code: Select all
OPDEF("NOP", EXT_UNUSED | OP1_UNUSED | OP2_UNUSED | RES_UNUSED), /* 0 */
OPDEF("ADD", EXT_UNUSED | OP1_STD | OP2_STD | RES_TMP), /* 1 */
OPDEF("SUB", EXT_UNUSED | OP1_STD | OP2_STD | RES_TMP), /* 2 */
OPDEF("MUL", EXT_UNUSED | OP1_STD | OP2_STD | RES_TMP), /* 3 */
OPDEF("DIV", EXT_UNUSED | OP1_STD | OP2_STD | RES_TMP), /* 4 */
OPDEF("MOD", EXT_UNUSED | OP1_STD | OP2_STD | RES_TMP), /* 5 */
OPDEF("SL", EXT_UNUSED | OP1_STD | OP2_STD | RES_TMP), /* 6 */
OPDEF("SR", EXT_UNUSED | OP1_STD | OP2_STD | RES_TMP), /* 7 */
OPDEF("CONCAT", EXT_UNUSED | OP1_STD | OP2_STD | RES_TMP), /* 8 */
OPDEF("BW_OR", EXT_UNUSED | OP1_STD | OP2_STD | RES_TMP), /* 9 */
OPDEF("BW_AND", EXT_UNUSED | OP1_STD | OP2_STD | RES_TMP), /* 10 */
OPDEF("BW_XOR", EXT_UNUSED | OP1_STD | OP2_STD | RES_TMP), /* 11 */
OPDEF("BW_NOT", EXT_UNUSED | OP1_STD | OP2_UNUSED | RES_TMP), /* 12 */
OPDEF("BOOL_NOT", EXT_UNUSED | OP1_STD | OP2_STD | RES_TMP), /* 13 */
OPDEF("BOOL_XOR", EXT_UNUSED | OP1_STD | OP2_STD | RES_TMP), /* 14 */
OPDEF("IS_IDENTICAL", EXT_UNUSED | OP1_STD | OP2_STD | RES_TMP), /* 15 */
OPDEF("IS_NOT_IDENTICAL", EXT_UNUSED | OP1_STD | OP2_STD | RES_TMP), /* 16 */
OPDEF("IS_EQUAL", EXT_UNUSED | OP1_STD | OP2_STD | RES_TMP), /* 17 */
OPDEF("IS_NOT_EQUAL", EXT_UNUSED | OP1_STD | OP2_STD | RES_TMP), /* 18 */
OPDEF("IS_SMALLER", EXT_UNUSED | OP1_STD | OP2_STD | RES_TMP), /* 19 */
OPDEF("IS_SMALLER_OR_EQUAL", EXT_UNUSED | OP1_STD | OP2_STD | RES_TMP), /* 20 */
OPDEF("CAST", EXT_CAST | OP1_STD | OP2_UNUSED | RES_TMP), /* 21 */
OPDEF("QM_ASSIGN", EXT_UNUSED | OP1_STD | OP2_UNUSED | RES_TMP), /* 22 */
op codes, ive been working on