No discussion, post your clipboard content right now!

<Cthon98> hey, if you type in your pw, it will show as stars
<Cthon98> ********* see!
<AzureDiamond> hunter2
<AzureDiamond> doesnt look like stars to me
<Cthon98> <AzureDiamond> *******
<Cthon98> thats what I see
<AzureDiamond> oh, really?
<Cthon98> Absolutely
<AzureDiamond> you can go hunter2 my hunter2-ing hunter2
<AzureDiamond> haha, does that look funny to you?
<Cthon98> lol, yes. See, when YOU type hunter2, it shows to us as *******
<AzureDiamond> thats neat, I didnt know IRC did that
<Cthon98> yep, no matter how many times you type hunter2, it will show to us as *******
<AzureDiamond> awesome!
<AzureDiamond> wait, how do you know my pw?
<Cthon98> er, I just copy pasted YOUR ******'s and it appears to YOU as hunter2 cause its your pw
<AzureDiamond> oh, ok.

No lies, I copied that and pasted it to my friend over IM. LOL
 
Sub> LoL! That's an oldie, but still funny!

agissi> Well, if you don't like this thread, you don't have to read it... But you can think of it more like the original word-game-thread. A thread in which you can spam, and noone will think less of you for doing it.

Besides, I think it's fun to spam with code snippets :D
And it can be educational, like if you figure out what I'm doing with this code, and spot an error, or can show me a way to optimise it...
Code:
    public void genArray(int lengde){
        tabel = new int[lengde];
        for(int i = 0; i < lengde; i++){
            tabel[i] = nr.nextInt(575);
        }
    }
       
    public int lSok(int tall){
        for(int i = 0; i < tabel.length; i++){
            if(tabel[i] == tall){
                return i;
            }
        }
        return -1;
    }

    private int bSokRek(int tall, int fra, int til){
        int midt;
        if(fra > til){
            return -1;
        }else{
            midt = (fra+til)/2;
            if(tall == tabel[midt]){
                return midt;
            }else if(tall < tabel[midt]){
                return bSokRek(tall, fra, midt-1);
            }else if(tall > tabel[midt]){
                return bSokRek(tall, midt+1, til);
            }
        }
        return -1;
    }
}
 
I don't have anything fancy like you guys. Here's mine.

------------------------------------------------- * * * * *
I've sure gotten old. I've had 2 By-pass surgeries. A hip replacement, new knees. Fought prostate cancer, and diabetes.
I'm half blind, can't hear anything quieter than a jet engine, take 40 different medications that make me dizzy, winded, and subject to blackouts. Have bouts with dementia. Have poor circulation, hardly feel my hands and feet anymore. Can't remember if I'm 85 or 92. Have lost all my friends. But..... Thank God, I still have my Arkansas driver's license!
------------------------------------------------ * * * * *
 
Code:
<td width="156" height="1905" valign="top" align="left" xpos="674"><csobj csref="../Nettsideny.data/Components/hoyremeny.html" h="570" occur="89" t="Component" w="151">
<div align="left">
<table width="151"  cellspacing="1" cellpadding="1" bgcolor="#999966">
	<tr>
	<td bgcolor="white" width="147">
		<div align="center">
		<font color="#6633cc">V&aelig;ret hos oss i dag</font> | <a onclick="CSAction(new Array(/*CMP*/'E37CA23'));return CSClickReturn();" href="#" csclick="E37CA23"><img src="nyttig/nyttigbilder/sol_skyer.gif" alt="" height="20" width="20" align="absmiddle" ></a></div>
	</td>
	</tr>
	<tr>
		<td bgcolor="white" width="147"><font size="2"><img src="Hovedbilderr/juniorknapp.gif" alt="" height="30" width="37" align="right" ><b><font color="#aa0000">Juniorinfo </font></b></font></td>
	</tr>
	<tr>
	<td bgcolor="white" width="147">
		<div align="right">
		<a href="Juniorinfo/Jek_arsplan.html">JEK/&Aring;rsplan</a></div>
	</td>
	</tr>
	<tr>
	<td bgcolor="white" width="147">
		<div align="right">
		<a href="Juniorinfo/Elite.html">Elite</a></div>
	</td>
	</tr>

(Trying to figure out why the bloody text is blinking in Mozilla/NS and Opera, but not in IE....)
 
Hehe...I do get some silly problems like trying to get things work in Firefox/ Mozilla when they are flawless in IE. You're not alone. ;)
 
cd $TR_HOME/db/imp-exp/scripts
ImportWithResize.ksh -y -v 2.2.3 -tdbu load3 -d /tr/dumpfiles/2.4/TR9IT_ROUTER_V2.4_SOMEMESSAGES_05-21-2004.dmp.gz
 
According to your answers, you seem to be:
Conservative

When it comes to politics, you definitely lean to the left. Chances are, you consider yourself a democrat. Learn about the issues from your party's perspective. Check out the official site of the Republican National Committee.

NOISEmaker anamariza says, "I think its important to keep up to date with politics. That way when we can vote we will make an educated choice." See what other NOISEmakers are saying about politics on the boards.
--------------

By the quiz from the noisemaker ad....
Unusal (at least to me) to see Conservatism on the left hand side...
 
Rhonda Meehan/CustomerServices/Salford/FCG@FCG, Hayley Dunne/CustomerServices/Salford/FCG@FCG, Hayley Moran/Sales/Salford/FCG@FCG, Sharon Halsall/Sales/Salford/FCG@FCG, Wayne Morris/Sales/Salford/FCG@FCG, Sara Cantor/Sales/Salford/FCG@FCG, Jonathan Buckley/Sales/Salford/FCG@FCG, Jenny Arnold/Sales/Salford/FCG@FCG, Katie Morgan/Sales/Salford/FCG@FCG, Katriona Middleton/Sales/Salford/FCG@FCG, Lisa Kettle/Sales/Salford/FCG@FCG, Jane Hubert/Sales/Salford/FCG@FCG

looks like a lotus notes distribution list i'd set up earlier today....
 
Back