just for d00mw0lf
- hallucienate
- Overbomber
- Posts: 4602
- Joined: 17 Apr 2002, 01:00
- Location: /\/¯¯¯¯¯\/\
- Contact:
- Mrs RicheyJames
- Overbomber
- Posts: 4128
- Joined: 10 Feb 2003, 00:33
- Location: Rick Astley's house. Trying to find out why he chooses to look like Timsinister.
lmao
Only a paand.
0|-| 3/\/\ 633!
7|-|/-\7z pwn3d /-\11 j00|2 1|\|73|2|\|37x0rz!
7|-|3 5(/-\!2'/ 7!-!1|\|6 15, 7|-|47 1 (4|\| |23|D1'/ 11|<3 7|-|!5 47 411
7|-|/-\7z pwn3d /-\11 j00|2 1|\|73|2|\|37x0rz!
7|-|3 5(/-\!2'/ 7!-!1|\|6 15, 7|-|47 1 (4|\| |23|D1'/ 11|<3 7|-|!5 47 411
-
- Underneath the Rock
- Posts: 6605
- Joined: 27 Oct 2004, 21:26
- Location: People's Republic of Glasgow
- Contact:
You know you've got too techie when:d00mw0lf wrote:0|-| 3/\/\ 633!
7|-|/-\7z pwn3d /-\11 j00|2 1|\|73|2|\|37x0rz!
7|-|3 5(/-\!2'/ 7!-!1|\|6 15, 7|-|47 1 (4|\| |23|D1'/ 11|<3 7|-|!5 47 411
You can understand that, and read the Google Privacy Policy in 13375P34|< fairly easily.
7|200 |)47Dark wrote:You know you've got too techie when:d00mw0lf wrote:0|-| 3/\/\ 633!
7|-|/-\7z pwn3d /-\11 j00|2 1|\|73|2|\|37x0rz!
7|-|3 5(/-\!2'/ 7!-!1|\|6 15, 7|-|47 1 (4|\| |23|D1'/ 11|<3 7|-|!5 47 411
You can understand that, and read the Google Privacy Policy in 13375P34|< fairly easily.
- hallucienate
- Overbomber
- Posts: 4602
- Joined: 17 Apr 2002, 01:00
- Location: /\/¯¯¯¯¯\/\
- Contact:
I may have started this thread but I got no idea what they're talking about now
- hallucienate
- Overbomber
- Posts: 4602
- Joined: 17 Apr 2002, 01:00
- Location: /\/¯¯¯¯¯\/\
- Contact:
if ($img) {
# Get image size and scale ratio
$width = imagesx($img);
$height = imagesy($img);
$scale = min(MAX_WIDTH/$width, MAX_HEIGHT/$height);
# If the image is larger than the max shrink it
if ($scale < 1) {
$new_width = floor($scale*$width);
$new_height = floor($scale*$height);
# Create a new temporary image
$tmp_img = imagecreatetruecolor($new_width, $new_height);
# Copy and resize old image into new image
imagecopyresized($tmp_img, $img, 0, 0, 0, 0,
$new_width, $new_height, $width, $height);
imagedestroy($img);
$img = $tmp_img;
}
}
# Get image size and scale ratio
$width = imagesx($img);
$height = imagesy($img);
$scale = min(MAX_WIDTH/$width, MAX_HEIGHT/$height);
# If the image is larger than the max shrink it
if ($scale < 1) {
$new_width = floor($scale*$width);
$new_height = floor($scale*$height);
# Create a new temporary image
$tmp_img = imagecreatetruecolor($new_width, $new_height);
# Copy and resize old image into new image
imagecopyresized($tmp_img, $img, 0, 0, 0, 0,
$new_width, $new_height, $width, $height);
imagedestroy($img);
$img = $tmp_img;
}
}
- markfiend
- goriller of form 3b
- Posts: 21181
- Joined: 11 Nov 2003, 10:55
- Location: st custards
- Contact:
I understood that. And would have done even without the comments. Not sure whether to be glad or ashamed
I have a Mac programming tool which has a command:
getmousexy(x,y)
which (obviously) reads the screen position of the mouse pointer into the variables x and y. The thing is it always makes me laugh because it looks like
getmousexy(x,y)
I have a Mac programming tool which has a command:
getmousexy(x,y)
which (obviously) reads the screen position of the mouse pointer into the variables x and y. The thing is it always makes me laugh because it looks like
getmousexy(x,y)
The fundamental cause of the trouble is that in the modern world the stupid are cocksure while the intelligent are full of doubt.
—Bertrand Russell
—Bertrand Russell
- Mrs RicheyJames
- Overbomber
- Posts: 4128
- Joined: 10 Feb 2003, 00:33
- Location: Rick Astley's house. Trying to find out why he chooses to look like Timsinister.
I am very proud to say.....
WTF?
WTF?
Only a paand.
-
- Black, black, black & even blacker
- Posts: 4966
- Joined: 11 Jul 2002, 01:00
hey, if you press the 'quote' key you can see really small font crap without copying, opening word, pasting and resizing font
how cool is that
10 LET A="IDIOT"
20 PRINT A
30 GOTO 20
how cool is that
10 LET A="IDIOT"
20 PRINT A
30 GOTO 20
Goths have feelings too
- Mrs RicheyJames
- Overbomber
- Posts: 4128
- Joined: 10 Feb 2003, 00:33
- Location: Rick Astley's house. Trying to find out why he chooses to look like Timsinister.
PIB. Not sure I should be laffing out loud at your avatar, but I can't help it.
Only a paand.
Why can't you just press ctrl + ? (then ctrl - ) to change the text size?paint it black wrote:hey, if you press the 'quote' key you can see really small font crap without copying, opening word, pasting and resizing font
how cool is that
10 LET A="IDIOT"
20 PRINT A
30 GOTO 20
- hallucienate
- Overbomber
- Posts: 4602
- Joined: 17 Apr 2002, 01:00
- Location: /\/¯¯¯¯¯\/\
- Contact:
cos it don't work on HLd00mw0lf wrote:Why can't you just press ctrl + ? (then ctrl - ) to change the text size?paint it black wrote:hey, if you press the 'quote' key you can see really small font crap without copying, opening word, pasting and resizing font
how cool is that
10 LET A="IDIOT"
20 PRINT A
30 GOTO 20
- Quiff Boy
- Herr Administrator
- Posts: 16795
- Joined: 25 Jan 2002, 00:00
- Location: Lurking and fixing
- Contact:
attack of the mutant chainsaw panda people! cool filmMrs RicheyJames wrote:PIB. Not sure I should be laffing out loud at your avatar, but I can't help it.
What’s the difference between a buffalo and a bison?
- Quiff Boy
- Herr Administrator
- Posts: 16795
- Joined: 25 Jan 2002, 00:00
- Location: Lurking and fixing
- Contact:
yep, we aint too "accessible" i'm afraidhallucienate wrote:cos it don't work on HLd00mw0lf wrote:Why can't you just press ctrl + ? (then ctrl - ) to change the text size?paint it black wrote:hey, if you press the 'quote' key you can see really small font crap without copying, opening word, pasting and resizing font
how cool is that
10 LET A="IDIOT"
20 PRINT A
30 GOTO 20
the joys of using pixel sizes in stylesheets rather than specifying percentages...
What’s the difference between a buffalo and a bison?
- Mrs RicheyJames
- Overbomber
- Posts: 4128
- Joined: 10 Feb 2003, 00:33
- Location: Rick Astley's house. Trying to find out why he chooses to look like Timsinister.
Stop geek speaking!
Only a paand.
- hallucienate
- Overbomber
- Posts: 4602
- Joined: 17 Apr 2002, 01:00
- Location: /\/¯¯¯¯¯\/\
- Contact:
I knew all that, I just didn't know how to say itQuiff Boy wrote: yep, we aint too "accessible" i'm afraid
the joys of using pixel sizes in stylesheets rather than specifying percentages...
- markfiend
- goriller of form 3b
- Posts: 21181
- Joined: 11 Nov 2003, 10:55
- Location: st custards
- Contact:
It does from where I'm sittinghallucienate wrote:cos it don't work on HLd00mw0lf wrote:Why can't you just press ctrl + ? (then ctrl - ) to change the text size?paint it black wrote:hey, if you press the 'quote' key you can see really small font crap without copying, opening word, pasting and resizing font
how cool is that
10 LET A="IDIOT"
20 PRINT A
30 GOTO 20
The fundamental cause of the trouble is that in the modern world the stupid are cocksure while the intelligent are full of doubt.
—Bertrand Russell
—Bertrand Russell
Yes it does!hallucienate wrote:cos it don't work on HLd00mw0lf wrote:Why can't you just press ctrl + ? (then ctrl - ) to change the text size?paint it black wrote:hey, if you press the 'quote' key you can see really small font crap without copying, opening word, pasting and resizing font
how cool is that
10 LET A="IDIOT"
20 PRINT A
30 GOTO 20
That's how i read all those clever comments written in that tiny font
17 /-\1|\|7 633|<-5|*33|<Mrs RicheyJames wrote:Stop geek speaking!
175 1337 5|*33|<!
- markfiend
- goriller of form 3b
- Posts: 21181
- Joined: 11 Nov 2003, 10:55
- Location: st custards
- Contact:
Translation:d00mw0lf wrote:17 /-\1|\|7 633|<-5|*33|<Mrs RicheyJames wrote:Stop geek speaking!
175 1337 5|*33|<!
"It ain't geek speak
it's Leet speak!"
I think I'm getting the hang of it now.
The fundamental cause of the trouble is that in the modern world the stupid are cocksure while the intelligent are full of doubt.
—Bertrand Russell
—Bertrand Russell
- Quiff Boy
- Herr Administrator
- Posts: 16795
- Joined: 25 Jan 2002, 00:00
- Location: Lurking and fixing
- Contact:
it dont work in IE anyway, so you must be using firefox or something...? unless you've done something in the IE settings to override stylesheet stuff?!?
What’s the difference between a buffalo and a bison?