![]() Topic awaiting preservation: Can't stop - guess who's back |
|
|---|---|
| Author | Thread |
|
Maniac (V) Inmate From: |
posted 08-03-2005 11:06
The poster has demanded we remove all his contributions, less he takes legal action. |
|
Obsessive-Compulsive (I) Inmate From: |
posted 08-03-2005 11:07
By now, you probably noticed, so screw the sneeky approach, I am here, for better or... for better |
|
Maniac (V) Mad Scientist From: Happy Hunting Grounds... |
posted 08-03-2005 11:38
Hello Ini. |
|
Maniac (V) Inmate From: |
posted 08-03-2005 11:43
The poster has demanded we remove all his contributions, less he takes legal action. |
|
Obsessive-Compulsive (I) Inmate From: |
posted 08-03-2005 11:45
(have to tweak my pc settings to drop the InI logon) |
|
Paranoid (IV) Inmate From: age |
posted 08-03-2005 11:45
I would stop using this account if I were you |
|
Maniac (V) Inmate From: Sthlm, Sweden |
posted 08-03-2005 11:53
Once an addict, always an addict, right |
|
Paranoid (IV) Inmate From: London |
posted 08-03-2005 12:42
Hi Ini, good to see you around again! |
|
Nervous Wreck (II) Inmate From: |
posted 08-03-2005 12:42
|
|
Paranoid (IV) Inmate From: London |
posted 08-03-2005 13:08
I always thought you were Italian, but after what was said thought maybe it was Swiss-Italian... |
|
Paranoid (IV) Inmate From: age |
posted 08-03-2005 13:17
Bloody hell that is a small world... I was born in Lausanne and the company I work for have PM as clients as well... |
|
Maniac (V) Inmate From: Sthlm, Sweden |
posted 08-03-2005 13:47
- and Framfab is originally a Swedish company, several of my co-workers come from Framfab |
|
Maniac (V) Inmate From: |
posted 08-03-2005 14:00
The poster has demanded we remove all his contributions, less he takes legal action. |
|
Nervous Wreck (II) Inmate From: |
posted 08-03-2005 14:02
(geez these old habits... it will take some time before I get used to _Mauro) |
|
Paranoid (IV) Inmate From: USA |
posted 08-03-2005 21:44
Hey InI, welcome back. |
|
Paranoid (IV) Inmate From: France |
posted 08-03-2005 22:27
|
|
Paranoid (IV) Inmate From: [s]underwater[/s] under-snow in Juneau |
posted 08-03-2005 22:35
It's good to see you posting again. Congratulations on the job and on your choice of OS..... Suse rocks! |
|
Paranoid (IV) Inmate From: In your Hard Drive! So beware... |
posted 08-04-2005 05:36
WELCOME BACK! Nice to see that one of the patients have come back. |
|
Nervous Wreck (II) Inmate From: |
posted 08-04-2005 08:11
Thanks everybody, what a hearty welcome... |
|
Maniac (V) Mad Librarian From: Seoul, Korea |
posted 08-04-2005 13:38
There's just no staying away from the Asylum, is there. You can check out any time you like, but you can never leave. |
|
Paranoid (IV) Inmate From: Back in West Texas... How disappointing |
posted 08-04-2005 16:00
Wow, that was deep Suho. A little work on the phrasing and I think you could have the makings for the start of some song lyrics... |
|
Nervous Wreck (II) Inmate From: |
posted 08-04-2005 16:59
Last one before I leave the office, a plasma, no time to upload, you'll have to do the copy/paste to new html file, code: <html>
<head>
<title>Guess who</title>
<script type="text/javascript">
var layers = new Array();
//var palette = new Array("ff0000","ff2200","ff4400","ff6600","ff8800","ffaa00","ffcc00","ffee00","ffff00","ffdd22","ffbb44","ff9966","ff7788","ff55aa","ff33cc","ff11ee","ff00ff","ff00dd","ff00bb","ff0099","ff0077","ff0055","ff0033","ff0011");
var palette = new Array(200,190,160,120,80,40,80,120,160,190,200);
var r, g, b;
var angle = 0;
function init(){
var appendHTML = "";
for(x=0;x<30;x++){
for(y=0;y<30;y++){
appendHTML += "<div style=\"position: absolute; top:" + (y*10) + "px; left:" + (x*10) + "px; width: 10px; height: 10px; background: black;\"> </div>";
}
}
//alert(appendHTML);
document.getElementById("screen").innerHTML = appendHTML;
layers = document.getElementById("screen").getElementsByTagName("div");
run();
}
function run(){
for(x=0;x<30;x++){
for(y=0;y<30;y++){
//setTimeout("layers["+(x+y*30)+"].style.background = palette["+counter+"]", (x+y*30));
//counter%=palette.length;
//layers[x+y*30].style.background = palette[Math.abs(Math.round(x+Math.sin((y*Math.sin(angle/100)+angle)/10)*20))%palette.length];
r = palette[Math.abs(Math.round(x+Math.sin((y*Math.sin(angle/10)+angle)/10)*Math.cos(angle/100)*20))%palette.length];
//g = palette[Math.abs(Math.round(x+Math.sin((y*Math.sin(angle/100)+angle)/5)*Math.cos(3.14-angle/100)*20))%palette.length];
b = palette[Math.abs(Math.round(y+Math.cos((x*Math.cos(angle/10)+angle)/10)*10))%palette.length];
layers[x+y*30].style.background = "rgb("+r+","+(r%b)+","+b+")";
//counter++;
//window.status = Math.round(x+Math.sin((y+angle)/10)*10)%palette.length;
}
}
angle++;
//angle%=palette.length;
//counter++;
setTimeout("run()",10);
}
window.onload = init;
</script>
</head>
<body style="background: black;">
<div id="screen" style="position: absolute; width: 300px; height: 300px; overflow: hidden;"></div>
</body>
</html> |
|
Bipolar (III) Inmate From: övik |
posted 08-04-2005 18:36
Welcome back - I mean that! |
|
Maniac (V) Inmate From: The Pool Of Life |
posted 08-04-2005 20:10
Hi InI |
|
Maniac (V) Inmate From: PA, US |
posted 08-05-2005 04:14
Welcome back InI. |
|
Nervous Wreck (II) Inmate From: |
posted 08-05-2005 11:11
quote:
quote:
|
|
Paranoid (IV) Inmate From: Sthlm, Sweden |
posted 08-06-2005 00:12
It's kind of nice to see the old farts popping in ever so often to say hi |
|
Paranoid (IV) Mad Librarian From: overlooking the bay |
posted 08-18-2005 15:08
*smacks Ini with a large trout* |
|
Bipolar (III) Inmate From: |
posted 08-18-2005 16:59
Hullo Velvetrose... *smacks VV back for the hell of it. |
|
Obsessive-Compulsive (I) Inmate From: |
posted 08-19-2005 06:14
Delete this post. |
|
Maniac (V) Mad Scientist From: From: From: From: From: |
posted 08-19-2005 06:22
Yes, my old ID's still here. |