Go Back   Winamp Forums > Community Center > General Discussions

Reply
Thread Tools Search this Thread Display Modes
Old 21st April 2004, 14:38   #1
dlinkwit27
has no CT
(Forum King)
 
dlinkwit27's Avatar
 
Join Date: Sep 2000
Posts: 13,232
Send a message via ICQ to dlinkwit27 Send a message via AIM to dlinkwit27 Send a message via Yahoo to dlinkwit27
Whay's in your clipboard?

No explanations necessary. just ctrl+v then post
---------------------------------------------------

lonely fisherman lake wallpaper
dlinkwit27 is offline   Reply With Quote
Old 21st April 2004, 14:40   #2
Gonzotek
Gunslinger
 
Gonzotek's Avatar
 
Join Date: May 2000
Location: Terminus
Posts: 4,693
Sorry for the apparent crosspost, but it's what's on my clipboard:
-------
Germ beta tests. And he does a good job of it.

I was away for a while.
But I'm feeling much better now.
Gonzotek is offline   Reply With Quote
Old 21st April 2004, 14:48   #3
lostonline
Where am I?
(Major Dude)
 
lostonline's Avatar
 
Join Date: Feb 2004
Location: Yorkshire, UK
Posts: 680
code:
PUT STREAM stm$out UNFORMATTED
" TRANSFER INSTRUCTION " SKIP(1)



Just a bit of Progress code...

Kids, you tried your best and you failed miserably. The lesson is, never try.
--
Homer Simpson
lostonline is offline   Reply With Quote
Old 21st April 2004, 14:53   #4
fwgx
Rudolf the Red.
(Forum King)
 
fwgx's Avatar
 
Join Date: Nov 2000
Posts: 9,315
I just posted this in another thread:

<ALC> two fat people phukin' is upsetting

.: fwgx.co.uk.:.My art:.

"We think science is interesting and if you disagree, you can fuck off."
fwgx is offline   Reply With Quote
Old 21st April 2004, 15:07   #5
Mr Jones
Nothing to say...
 
Mr Jones's Avatar
 
Join Date: Sep 2000
Location: UK
Posts: 23,020
code:

//seek shit.
System.onStop(){
playing=0;
seekfull.setRegionFrommap(seekmap,255,1);
}

System.onPlay(){
playing=1;
}

sek.onPostedPosition(Int p){
if (playing){
if (!seeking){
int n = p;
Region r = New Region;
r.loadFromMap(seekMap, n, 1);
r.offset(-seek1.getLeft(), -seek1.getTop());
seekfull.setRegion(r);
delete r;
}
}
}

seek1.onLeftButtonDown(Int x, Int y){
if (playing){
seeking=1;
if (seeking){
now = seekmap.getValue(x,y);
Region r = New Region;
r.loadFromMap(seekMap, now, 1);
r.offset(-seek1.getLeft(), -seek1.getTop());
seekfull.setRegion(r);
delete r;
}
}
}

seek1.onMouseMove(Int x, Int y){
if (playing){
if (seeking){

Float f;
f = p;
f = f / 255 * 100;
Float len = getPlayItemLength();
if (len != 0) {
int np = len * f / 100;
txtsongticker.setText("Seek: " + integerToTime(np) + "/(" + integerToString(f) + "%)");


now = seekmap.getValue(x,y);
Region r = New Region;
r.loadFromMap(seekMap, now, 1);
r.offset(-seek1.getLeft(), -seek1.getTop());
seekfull.setRegion(r);
delete r;
}
}
}

}

seek1.onLeftButtonUp(Int x, Int y){
seeking=0;
txtsongticker.setText("");
seekto(now/255*getPlayItemLength());
}



playinit(){
if (System.getStatus()==1){
playing=1;
}
else {playing=0;
Region r = New Region;
r.loadFromMap(seekMap, 255, 1);
r.offset(-sek.getLeft(), -sek.getTop());
seekfull.setRegion(r);
delete r;}
}




I'm writing maki scripts, god how bored am I at work today..
Mr Jones is offline   Reply With Quote
Old 21st April 2004, 15:31   #6
mark
Forum King
 
mark's Avatar
 
Join Date: Jul 2002
Location: Norn Ir'nd, leek...
Posts: 6,287
Quote:
omg wtf lol
flooding on msn
mark is offline   Reply With Quote
Old 21st April 2004, 16:07   #7
CraigF
Passionately Apathetic
Administrator
 
CraigF's Avatar
 
Join Date: May 2000
Location: Hell
Posts: 5,437
<input name="other" type="text" id="other" size="18">

wiring up online forms

CraigF is offline   Reply With Quote
Old 21st April 2004, 17:05   #8
deeder7001
Jesus Freak
(Forum King)
 
deeder7001's Avatar
 
Join Date: Aug 2002
Location: Austin, TX
Posts: 5,455
Send a message via AIM to deeder7001 Send a message via Yahoo to deeder7001
warthog jumping from halo

http://halo.bungie.org/misc/warthogjumpmirrors.html

There is no sig.
deeder7001 is offline   Reply With Quote
Old 21st April 2004, 17:08   #9
Mike H.
Forum Esperantist
(Major Dude)
 
Mike H.'s Avatar
 
Join Date: Nov 2000
Posts: 1,135
Send a message via AIM to Mike H.
Llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch
Mike H. is offline   Reply With Quote
Old 21st April 2004, 17:26   #10
protegechris
Forum Queen
 
protegechris's Avatar
 
Join Date: Feb 2004
Location: Texarkana, Texas/Arkansas
Posts: 6,635
Send a message via AIM to protegechris Send a message via Yahoo to protegechris
http://forums.winamp.com/showthread....hreadid=177451

yeah, i'm back.
protegechris is offline   Reply With Quote
Old 21st April 2004, 17:28   #11
Vie
Forum King
 
Vie's Avatar
 
Join Date: Dec 2001
Location: Thoron fields and Duranium shadows. Posts: Crap mostly
Posts: 7,960
""

Nothing, I just restarted.

Member most in need of SpellCheck Lifetime Achievement Award
Vie's Scratching Post
Vie is offline   Reply With Quote
Old 21st April 2004, 17:34   #12
mark
Forum King
 
mark's Avatar
 
Join Date: Jul 2002
Location: Norn Ir'nd, leek...
Posts: 6,287
Quote:
Capt. Obvious
yet another CT whine
mark is offline   Reply With Quote
Old 21st April 2004, 20:27   #13
k_rock923
\m/
(Forum King)
 
k_rock923's Avatar
 
Join Date: Jul 2003
Location: /bin/bash
Posts: 7,786
Send a message via AIM to k_rock923
http://forums.winamp.com/showthread.php?threadid=177451&goto=newpost

thats because gayol doesn't put email links as hyperlinks and i was checking one of the threads i'm subscribed to. i have auto email notification on.

Never underestimate the bandwidth of a station wagon full of tapes hurtling down the highway.
k_rock923 is offline   Reply With Quote
Old 21st April 2004, 21:50   #14
ryan
not fucked, not quite.
(Forum King)
 
ryan's Avatar
 
Join Date: Feb 2002
Location: Tn
Posts: 8,755
Send a message via AIM to ryan
code:
<?php
//Open the current directory, list files etc shiz.
//By Ryan (dir looping taken from the php manual on php.net)
//Also got a tad of help from arse
$dir = getcwd();
$dirlen = strlen($dir);
$dirname = substr($dir,strrpos($dir,"/"));
$file_num = 0;
$dir_num = 0;
$file_num2 = 0;
$dir_num2 = 0;
$files = array();
$dirs = array();
?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content=" text/xhtml; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="./default.css" />
<title><?php echo $dirname; ?></title>
</head>
<body>
<?php
if($handle = opendir($dir))
{
echo "<h1>" . $dirname . "</h1><br />\n";

while (false !== ($contents = readdir($handle)))
{
if(is_file($contents) && $contents != "index.php")
{
$files[$file_num] = $contents;
$file_num++;
}
elseif(is_dir($contents))
{
if($contents != ".")
{
$dirs[$dir_num] = $contents;
$dir_num++;
}
}
}

sort($files);
reset($files);
sort($dirs);
reset($dirs);

while($dir_num2 <= $dir_num)
{
if($dirs[$dir_num2] == "..")
{
echo "<h2>Directories</h2>\n<p>\n";
echo ' <a href=' . $dirs[$dir_num2] . '>Up one level</a><br />' . "\n";
}
else
{
echo ' <a href="' . $dirs[$dir_num2] . '">' . $dirs[$dir_num2] . '</a><br />' . "\n";
}
$dir_num2++;
}

if($file_num > 0)
{
echo "</p>\n<h2>Files</h2>\n <p>\n";
}

while($file_num2 <= $file_num)
{
echo ' <a href="' . $files[$file_num2] . '">' . $files[$file_num2] . '</a><br />' . "\n";
$file_num2++;
}
}
?>
</p>
</body>
</html>



Script I wrote, that I was copying for some reason that I've now forgot.
ryan is offline   Reply With Quote
Old 21st April 2004, 21:56   #15
Mrs_Mia_Wallace
has a crush on Bilbo
(Forum Queen)
 
Mrs_Mia_Wallace's Avatar
 
Join Date: Dec 2002
Location: Switzerland Posts: The starting points at a racetrack.
Posts: 3,058
Quote:
Hallo,

wollte mich nur noch einmal kurz melden, da ich im Moment auf Miri warte und ich nichts zu tun habe....
An e mail from a friend I just copied into a text file so I can answer to it later on when I'm not online anymore...it goes on quite a bit but I wanted to spare you from all that German plus I don't want to give out personal e mails either.

Mia
Mrs_Mia_Wallace is offline   Reply With Quote
Old 21st April 2004, 21:56   #16
xzxzzx
Forum King
 
xzxzzx's Avatar
 
Join Date: Aug 2002
Posts: 7,267
cmessage = FileToStr("x:\forums\hitchhikers.txt")
cHide = "Yes, your humor is, in fact, being overly copied. Eventually, someone like me comes along and makes a program to automate the task, and annoys everyone with even more extraneous copying."
cmessage = Chrtran(cmessage,"–","-")
cmessage = Chrtran(cmessage,"”",'"')
cmessage = Chrtran(cmessage,"’","'")
*cmessage = Chrtran(cmessage,"",'"')
*cmessage = Chrtran(cmessage,"",'"')
_cliptext = crap(cHide,cMessage)
FUNCTION crap
LPARAMETERS q,w

q = Chrtran(q, " ", "")
r = 1

*SET STEP ON

FOR I = 1 TO Len(q)
e = Atc(Substr(q,i,1),Substr(w,r)) + (r - 1)
IF e = (r - 1)
RETURN "crap"
ENDIF
w = Stuff(w,e,1,"[b]" + Substr(q,i,1) + "[/b]")
r = e + 1 + 3 + 3 + 1
ENDFOR

RETURN w

Freedom of speech is the basic freedom of humanity. When you've lost that, you've lost everything.
1\/\/4y 34|<$p4y 1gp4y 33714y, 0d4y 0uy4y? | Roses are #FF0000; Violets are #0000FF; chown -R ${YOU} ~/base
The DMCA. It really is that bad. : Count for your life.
xzxzzx is offline   Reply With Quote
Old 21st April 2004, 21:57   #17
drewbar
Sawg 2.0
Major Dude
 
Join Date: Mar 2004
Posts: 5,917
Quote:
(decision-tree '"./train.dat" '"./test.dat" '"./file.txt")

Count with us!
Jan 1st, 12AM (PST, GMT -8) 2010 - 282,246
drewbar is offline   Reply With Quote
Old 21st April 2004, 22:17   #18
fwgx
Rudolf the Red.
(Forum King)
 
fwgx's Avatar
 
Join Date: Nov 2000
Posts: 9,315
bis = new BufferedInputStream(new
FileInputStream(notes));

.: fwgx.co.uk.:.My art:.

"We think science is interesting and if you disagree, you can fuck off."
fwgx is offline   Reply With Quote
Old 21st April 2004, 22:31   #19
MidnightViper88
Made In The USA
(Forum King)
 
MidnightViper88's Avatar
 
Join Date: Nov 2003
Location: The 502
Posts: 9,096
Send a message via AIM to MidnightViper88 Send a message via Yahoo to MidnightViper88
No text; It's just an image I'm pasting into Photoshop to work on...

"I just want to lie in my own crusty filth, eating rancid egg sandwiches, until some unfortunate paramedic has to blow down my door to find my bloated and pasty corpse wedged between the nightstand and mattress stained with Bengay and Robitussin DM." - Greg Gutfeld on sex and seniors
"Syphilis does not stay in Vegas. Debt collectors do not stay in Vegas. Dead hookers stay in Vegas, but the guilt stays with you forever." - Bill Schultz
MidnightViper88 is offline   Reply With Quote
Old 21st April 2004, 22:33   #20
Bilbo Baggins
Wind Chime of the Apocalypse
 
Bilbo Baggins's Avatar
 
Join Date: May 2000
Location: The Forest
Posts: 17,231
I dont have a clipboard.
Bilbo Baggins is offline   Reply With Quote
Old 21st April 2004, 22:36   #21
GqSkrub
Major Dude
 
GqSkrub's Avatar
 
Join Date: Jun 2003
Location: Lancaster Pennsylvania
Posts: 896
Send a message via AIM to GqSkrub
My clipboard is blue.

No sig here folks.
GqSkrub is offline   Reply With Quote
Old 21st April 2004, 22:40   #22
ShyShy
Amazon Bush Woman
Forum Queen
 
ShyShy's Avatar
 
Join Date: May 2003
Location: The Sticks, Queensland
Posts: 8,018
http://the.pabuk.com/munity/gallery/...op%20april.jpg

My april desktop pic thingy.
ShyShy is offline   Reply With Quote
Old 21st April 2004, 23:55   #23
dlichterman
Forum King
 
dlichterman's Avatar
 
Join Date: Mar 2001
Location: Where Hell Froze Over
Posts: 2,468







Yes thats it. nothing in my clipboard.

Software is like sex: It's better when it's free.-*-If at first you don't succeed; call it version 1.0-*-Guess the band from pics game
dlichterman is offline   Reply With Quote
Old 22nd April 2004, 02:43   #24
d0rk
I contribute nothing.
(Forum King)
 
d0rk's Avatar
 
Join Date: Jan 2003
Location: Virgacalementoflagantionio
Posts: 3,031
Gamma-rays have the smallest wavelengths and the most energy of any other wave in the electromagnetic spectrum. These waves are generated by radioactive atoms and in nuclear explosions. Gamma-rays can kill living cells, a fact which medicine uses to its advantage, using gamma-rays to kill cancerous cells.
Gamma-rays travel to us across vast distances of the universe, only to be absorbed by the Earth's atmosphere. Different wavelengths of light penetrate the Earth's atmosphere to different depths. Instruments aboard high-altitude balloons and satellites like the Compton Observatory provide our only view of the gamma-ray sky.

I came for the hatred.
I stayed for the ballbag.
d0rk is offline   Reply With Quote
Old 22nd April 2004, 07:29   #25
nybergh
Dialup Junkie
(Major Dude)
 
nybergh's Avatar
 
Join Date: May 2003
Location: Helsinki, Finland
Posts: 1,219
My clipboard
Quote:
Iso-Britannian sisäministeriöön kuuluva National Infrastructure Security Co-ordination Centre (NISCC) julkaisi myöhään tiistaina haavoittuvuudesta ensimmäisen julkisen varoituksen. Sen mukaan aukon avulla voidaan keskeyttää kahden prosessin, eli esimerkiksi palvelimen ja kotikoneen, välinen yhteys. Häiriötä voitaisiin tietyissä olosuhteissa aiheuttaa esimerkiksi reitittimien ja domainnimet ip-osoitteiksi muuttavien nimipalvelinten toimintaan. Myös verkkokaupassa käytetyt suojatut yhteydet saattaisivat olla kaapattavissa.
No you're not an illiterate, it's written in Finnish....
nybergh is offline   Reply With Quote
Old 22nd April 2004, 08:10   #26
Too-DAMN-Much
The Big Bad Boots
(Forum King)
 
Too-DAMN-Much's Avatar
 
Join Date: Dec 2003
Location: 420 Big Buds Way
Posts: 3,951
Send a message via Yahoo to Too-DAMN-Much
x=0.5+cos(t)*0.3; y=0.5+cos(u)*0.3; t=t+0.1; u=u+0.012;

apparently some code from an avs preset i just finished, yes it's the one from the helpfile, no i don't know how to code myself

I hate everyone, so you don't have to.
Too-DAMN-Much is offline   Reply With Quote
Old 22nd April 2004, 09:05   #27
zootm
Forum King
 
zootm's Avatar
 
Join Date: Jan 2002
Location: the nether reaches of bonnie scotland
Posts: 13,378
[10:04] <Jops> http://www.5318008.co.uk/pen/

¬_¬

zootm is offline   Reply With Quote
Old 22nd April 2004, 09:06   #28
DuaneJeffers
Major Dude
 
DuaneJeffers's Avatar
 
Join Date: May 2001
Location: Winter Park, FL
Posts: 1,776
http://forums.winamp.com/showthread....hreadid=177556

Website

Yeah, that's pretty much it. :-\
DuaneJeffers is offline   Reply With Quote
Old 22nd April 2004, 09:38   #29
Lapikas
Major Dude
 
Lapikas's Avatar
 
Join Date: Jul 2002
Location: the other side..
Posts: 670
Quote:
Puustellintie 480 m2
Pielavesi. Vasta valmistunut kiinteistö, johon kuuluu 4 erillistä työ-/tuotantotilaa. Muodostettavissa kiint. Oy:ksi. Pielavesi n. 1km. Vap. sop. mukaan UUSI KOHDE!
Mh. 139 000 € 667592
More finnish for ya all to learn
Lapikas is offline   Reply With Quote
Old 22nd April 2004, 10:46   #30
Jay
Moderator Alumni
 
Jay's Avatar
 
Join Date: May 2000
Location: Next Door
Posts: 8,888
Junior Senior
=================
an artist
Jay is offline   Reply With Quote
Old 22nd April 2004, 21:55   #31
MidnightViper88
Made In The USA
(Forum King)
 
MidnightViper88's Avatar
 
Join Date: Nov 2003
Location: The 502
Posts: 9,096
Send a message via AIM to MidnightViper88 Send a message via Yahoo to MidnightViper88
Quote:
tech_n9ne_sk8ergurl313: jack and Jill went up the hill to fetch some Marijuana. Jack got high and dropped his fly and said do you wanna? Jill said yes and dropped her dress and then they had some fun. Silly Jill forgot her pill and then they had a son. By 12pm tonite ur 1 true luv will suddenly want u. if u don't send this to 10 ppl then ur life(not just luv life) will have bad luck 4 a very long time
dragracinginaviper: I'd believe this if I wasn't such a selfish and pitiless loser with no girlfriend that hates the world...
dragracinginaviper: But good night to you too
tech_n9ne_sk8ergurl313: :-O
dragracinginaviper: Why dosth thoust look suprised?
tech_n9ne_sk8ergurl313: i unno are you sad
tech_n9ne_sk8ergurl313: ?
dragracinginaviper: Why, yes I am
dragracinginaviper: Boo-hoo :((
tech_n9ne_sk8ergurl313: why are you
tech_n9ne_sk8ergurl313: ?
dragracinginaviper: Someone shoved a bat up my ass and it hurts
tech_n9ne_sk8ergurl313: RIGHT>
dragracinginaviper: And not just any bat
dragracinginaviper: One of those albino African bats
tech_n9ne_sk8ergurl313: Right
dragracinginaviper: Those things bite like a motherfucker
dragracinginaviper: AND ALL THE FLAPPING
dragracinginaviper: good god
tech_n9ne_sk8ergurl313: :-S
dragracinginaviper: I don't like bats
dragracinginaviper: I prefer horses
dragracinginaviper: *yiff*
Conversation on YIM a few weeks ago...Don't ask what or why...

"I just want to lie in my own crusty filth, eating rancid egg sandwiches, until some unfortunate paramedic has to blow down my door to find my bloated and pasty corpse wedged between the nightstand and mattress stained with Bengay and Robitussin DM." - Greg Gutfeld on sex and seniors
"Syphilis does not stay in Vegas. Debt collectors do not stay in Vegas. Dead hookers stay in Vegas, but the guilt stays with you forever." - Bill Schultz
MidnightViper88 is offline   Reply With Quote
Old 22nd April 2004, 22:02   #32
cooky560
Major Dude
 
cooky560's Avatar
 
Join Date: Dec 2002
Location: Around
Posts: 1,177
Send a message via MSN to cooky560 Send a message via Yahoo to cooky560 Send a message via Skype™ to cooky560
My clipboard is empty

Cooky560 - Making Pointless Posts since 8/12/ 2002

WWW.
Victory Requires no explanation, defeat allows none.
All that Evil needs to triumph is for good men to do nothing
cooky560 is offline   Reply With Quote
Old 23rd April 2004, 00:30   #33
eleet-2k2
Forum King
 
eleet-2k2's Avatar
 
Join Date: Aug 2001
Location: Mobil Ave.
Posts: 5,381
code:

Function ReadQuestions()
'vars/consts
Const strDrillPrefix As String = "Drill" ' Drill section prefix
Dim strQuestion As String 'question
Dim strAnswer As String 'answer
Dim strFalseAnswers(1 To 3) As String 'false answers
Dim intI, intJ As Integer ' counters

For intI = 1 To modDrill.GetDrillQuestionAmt Step 1
strQuestion = ProfileGetItem(strDrillPrefix & intI, "question", "", App.Path & "\drills.ini")
strAnswer = ProfileGetItem(strDrillPrefix & intI, "answer", "", App.Path & "\drills.ini")

For intJ = 1 To 3 Step 1
strFalseAnswers(intJ) = ProfileGetItem(strDrillPrefix & intI, "false" & intJ, "", _
App.Path & "\drills.ini")
Next intJ


MsgBox (strQuestion & "?" & vbCrLf & "Answers:" & strAnswer & " / " & _
strFalseAnswers(1) & " / " & strFalseAnswers(2) & " / " & _
strFalseAnswers(3) & ".")


Next intI

End Function

Writing my CS final project.

"Welcome to the Island of people who know too much."..."Did you really think balloons would stop him?!"
See what I'm listening too.
eleet-2k2 is offline   Reply With Quote
Old 23rd April 2004, 02:57   #34
dlinkwit27
has no CT
(Forum King)
 
dlinkwit27's Avatar
 
Join Date: Sep 2000
Posts: 13,232
Send a message via ICQ to dlinkwit27 Send a message via AIM to dlinkwit27 Send a message via Yahoo to dlinkwit27
0011000000110000001100010011000100110000001100000011000000110000001100000011000000110001001100010011000000110000001100000011000100110000001100000011000100110001001100000011000000110000001100010011000000110000001100010011000100110000001100000011000000 1100000011000000110000001100010011000100110000001100000011000000110001001100000011000000110001001100010011000000110000001100000011000100110000001100000011000100110001001100000011000000110000001100000011000000110000001100010011000100110000001100000011 0000001100000011000000110000001100010011000100110000001100000011000000110000001100000011000000110001001100010011000000110000001100000011000100110000001100000011000100110001001100000011000000110000001100010011000000110000001100010011000100110000001100 0000110000001100000011000000110000001100010011000100110000001100000011000000110001001100000011000000110001001100010011000000110000001100000011000100110000001100000011000100110001001100000011000000110000001100010011000000110000001100010011000100110000 0011000000110000001100010011000000110000001100010011000100110000001100000011000000110000001100000011000000110001001100010011000000110000001100000011000100110000001100000011000100110001001100000011000000110000001100010011000000110000001100010011000100 1100000011000000110000001100000011000000110000001100010011000100110000001100000011000000110001001100000011000000110001001100010011000000110000001100000011000100110000001100000011000100110001001100000011000000110000001100000011000000110000001100010011 000100110000001100000011000000110000
dlinkwit27 is offline   Reply With Quote
Old 23rd April 2004, 10:22   #35
wakingrufus
Junior Member
 
Join Date: Oct 2003
Posts: 41
http://140.192.177.191:81/%n

haha! the nowplaying plugin
wakingrufus is offline   Reply With Quote
Old 23rd April 2004, 11:06   #36
nybergh
Dialup Junkie
(Major Dude)
 
nybergh's Avatar
 
Join Date: May 2003
Location: Helsinki, Finland
Posts: 1,219
code:
http://www.kaatopaikka.com/pelit/sav*****fish.swf


oh, posted this to the games forum a few minutes ago.
nybergh is offline   Reply With Quote
Old 23rd April 2004, 18:21   #37
mark
Forum King
 
mark's Avatar
 
Join Date: Jul 2002
Location: Norn Ir'nd, leek...
Posts: 6,287
http://forums.winamp.com/showthread....hreadid=168194

arguing overs patents and using thread for proff of why not to rush out and get one
mark is offline   Reply With Quote
Reply
Go Back   Winamp Forums > Community Center > General Discussions

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump