CTRL + V

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

CTRL + V

Post 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 :twisted: )

Here's mine....


NEC ND-1300


Not very interesting, i was looking for a review of that DVD-Writer a bit earlier.

Mark
User avatar
JAM
DevNet Resident
Posts: 2101
Joined: Fri Aug 08, 2003 6:53 pm
Location: Sweden
Contact:

Post by JAM »

Haha! Interesting topic... :wink:

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...
User avatar
scorphus
Forum Regular
Posts: 589
Joined: Fri May 09, 2003 11:53 pm
Location: Belo Horizonte, Brazil
Contact:

Post by scorphus »

Let's see what I have:

Code: Select all

10.16.0.49
I was setting Mozilla's proxy...

Cool idea...

Cheers,
Scorphus.
User avatar
trollll
Forum Contributor
Posts: 181
Joined: Tue Jun 10, 2003 11:56 pm
Location: Round Rock, TX
Contact:

Post by trollll »

Somtimes I have to steal emoticons for forums like this.[/quote]
User avatar
EvilWalrus
Site Admin
Posts: 209
Joined: Thu Apr 18, 2002 3:21 pm
Location: Springmont, PA USA

Post 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 ;)
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post 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.?. :?)
McGruff
DevNet Master
Posts: 2893
Joined: Thu Jan 30, 2003 8:26 pm
Location: Glasgow, Scotland

Post 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.
User avatar
phice
Moderator
Posts: 1416
Joined: Sat Apr 20, 2002 3:14 pm
Location: Dallas, TX
Contact:

Post 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. ;)
Image Image
jason
Site Admin
Posts: 1767
Joined: Thu Apr 18, 2002 3:14 pm
Location: Montreal, CA
Contact:

Post 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.
Nay
Forum Regular
Posts: 951
Joined: Fri Jun 20, 2003 11:03 am
Location: Brisbane, Australia

Post 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. :D.......I love it.

-Nay
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post 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
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

<table width="50%" class="inputtable">
I'm Editing some HTML embedded within my PHP web game. :wink:
qads
DevNet Resident
Posts: 1199
Joined: Tue Apr 23, 2002 10:02 am
Location: Brisbane

Post 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 :P
pootergeist
Forum Contributor
Posts: 273
Joined: Thu Feb 27, 2003 7:22 am
Location: UK

Post 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 :D
unixchick
Forum Newbie
Posts: 11
Joined: Thu Sep 11, 2003 11:21 pm

Post 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
Post Reply