Paste What's Inside Your Clipboard!


Recommended Posts

nYb229: sup

iCe 2x 01: hi

nYb229: what did amit do to u?

nYb229: lol

iCe 2x 01: i did it to myself

iCe 2x 01: i was tryin to stab amit

nYb229: hahaha

iCe 2x 01: with a little sqaure made out of plastic

iCe 2x 01: wit pointy edges

nYb229: lol

iCe 2x 01: so i stab him..and then it goes through my skin

iCe 2x 01: and makes a nice little [2/3 inch] cut

nYb229: ewwwwww hahaha

iCe 2x 01: ya

[dont ask]

Link to comment
Share on other sites

nYb229: sup

iCe 2x 01: hi

nYb229: what did amit do to u?

nYb229: lol

iCe 2x 01: i did it to myself

iCe 2x 01: i was tryin to stab amit

nYb229: hahaha

iCe 2x 01: with a little sqaure made out of plastic

iCe 2x 01: wit pointy edges

nYb229: lol

iCe 2x 01: so i stab him..and then it goes through my skin

iCe 2x 01: and makes a nice little [2/3 inch] cut

nYb229: ewwwwww hahaha

iCe 2x 01: ya

[dont ask]

I dont wanna kno:p:p

Link to comment
Share on other sites

pascal.class?= `?????_6?9X?@ ??I Q??C!@1h5?쒬l?q???W[????D???J`7X?P޷?Z?w??U[?V???f??os????dg?}3of޼y????䏿?)?Ԝ)1sF}8?j?%1?h?I (??1}!f?U?q5S%?Qᯋ????

?g0?i?q??Ob%Ԡ??g@???m??䓂?m????d???t?e<?,?2Hb???]???H85??i?CmA????N?X??`n?#1}}0???????h???^TYY9?$?

g^<8????5???$f4???m~????B?g8??ض ?_o?1:Vb:x?q?x Q?]?kq?D????H,??>c6??Jp????Vb??,?aE????1T?:}ʉ?????T?u?????

???EC?

making applet for Pascal's theorem for Hyperbola applied to circles :x

Link to comment
Share on other sites

Here goes: :D

if(inChar == '"') { // STRING

_buf.push(inChar);

_buf.ends();

_currToken.setType(Token::STRING);

}

else { // Closing '"' not found - UNKNOWN.

if(!finished()) _istrm->putback(inChar);

_buf.ends();

_currToken.setType(Token::UNKNOWN);

}

_currToken.setStr(_buf.str());

return _currToken;

}

else if(isdigit(inChar)) { // Token is a NUMBER!

_buf.push(inChar);

_istrm->get(inChar);

while(isdigit(inChar)) {

// Get remaining digits.

_buf.push(inChar);

_istrm->get(inChar);

}

_buf.ends();

if(!finished()) _istrm->putback(inChar);

_currToken.setType(Token::NUMBER);

_currToken.setStr(_buf.str());

return _currToken;

}

Link to comment
Share on other sites

my system:

Athlon.XP.2100+ : Asus A7V333

1 GIG.DDR.2700

GeForce4.Ti.4600 w/128

ATA100-7200.WD80Gig & IBM GXP120Gig

Sony DRU-500A

Plextor 40x12x48x CD-RW

SB.Live!.Value

Samsung.SyncMaster 191T

Win.XP.2600.sp1

i fixed my sig on neowin. lol

Link to comment
Share on other sites

im gonna lie down for a bit upstairs. because. i. am. without. coffee. so call me if u want- im sure u got the number.

last thing i imed last night around 5 pm. now i wake up at 3 am. :coffee: :coffee: :coffee: :coffee:

i feel like rip van winkle.

Link to comment
Share on other sites

here it is,

:huh:

stop();

x = "0";

if (Number(x) == 0) {

setProperty("/forward", _x, "242.5");

setProperty("/forward", _y, "188.5");

tellTarget ("/forward") {

gotoAndStop(1);

}

}

if (Number(x)>30) {

x = "30";

}

:D

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.