Post your Clipboard Contents

Post your Clipboard Contents

Re: Post your Clipboard Contents Posted by Hornpipe2 on Tue Nov 18th 2003 at 5:45am
Hornpipe2
636 posts
Posted 2003-11-18 5:45am
636 posts 123 snarkmarks Registered: Sep 7th 2003 Occupation: Programmer Location: Conway, AR, USA
In this thread, post the contents of your clipboard. You don't necessarily have to explain where it came from, just post what you've got. Here's mine:

"I won't go to Chi-Chi's again," Barbara Barrickman said as she shopped at the mall. "I know that's unfair, but that's just how I feel."
Re: Post your Clipboard Contents Posted by Ronin on Tue Nov 18th 2003 at 5:59am
Ronin
175 posts
Posted 2003-11-18 5:59am
Ronin
member
175 posts 217 snarkmarks Registered: Sep 4th 2003 Occupation: COLLEGE STUDDENT!!!
[color=white]Heres mine: Parmisean [/color]

[color=white]Hornpipe...um can we do more than one? :biggrin: [/color]
Re: Post your Clipboard Contents Posted by Monqui on Tue Nov 18th 2003 at 6:21am
Monqui
743 posts
Posted 2003-11-18 6:21am
Monqui
member
743 posts 94 snarkmarks Registered: Sep 20th 2002 Occupation: Poor College Student Location: Iowa, USA
loop
exit when Queue.Front = null;
To_Recycle := Queue.Front;
Queue.Front := Queue.Front.all.Next;
Free (To_Recycle);
end loop;

shrug

Its a clear procedure for a linked list. Fear it.
Re: Post your Clipboard Contents Posted by Rumple on Tue Nov 18th 2003 at 7:09am
Rumple
518 posts
Posted 2003-11-18 7:09am
Rumple
member
518 posts 72 snarkmarks Registered: Aug 22nd 2001 Occupation: Web Dev Location: NSW, Australia
<empty>
Re: Post your Clipboard Contents Posted by Jinx on Tue Nov 18th 2003 at 7:24am
Jinx
874 posts
Posted 2003-11-18 7:24am
Jinx
member
874 posts 692 snarkmarks Registered: Nov 27th 2002 Location: Ohio
Re: Post your Clipboard Contents Posted by Kapten Ljusdal on Tue Nov 18th 2003 at 7:55am
Kapten Ljusdal
312 posts
Posted 2003-11-18 7:55am
312 posts 31 snarkmarks Registered: May 3rd 2003
I dont see a point in this thread, anyway:

Ekki ekki pfatang zuuuupoing!
Re: Post your Clipboard Contents Posted by gimpinthesink on Tue Nov 18th 2003 at 8:09am
gimpinthesink
662 posts
Posted 2003-11-18 8:09am
662 posts 176 snarkmarks Registered: Apr 21st 2002 Occupation: student Location: Forest Town, Notts
:lol: I like the how to become a web cam whore. :lol:
Re: Post your Clipboard Contents Posted by Bewbies on Tue Nov 18th 2003 at 8:37am
Bewbies
413 posts
Posted 2003-11-18 8:37am
Bewbies
member
413 posts 41 snarkmarks Registered: Sep 10th 2003 Occupation: IT Dude Location: US-of-A
216.31.173.115:27015

cs ip.. heh
Re: Post your Clipboard Contents Posted by KungFuSquirrel on Tue Nov 18th 2003 at 8:38am
KungFuSquirrel
751 posts
Posted 2003-11-18 8:38am
751 posts 393 snarkmarks Registered: Aug 22nd 2001 Occupation: Game Design, LightBox Interactive Location: Austin TX
O -

Was adding completed (X -) and incomplete (O -) markers to a list of things in a text file.
Re: Post your Clipboard Contents Posted by Cash Car Star on Tue Nov 18th 2003 at 9:08am
Cash Car Star
1260 posts
Posted 2003-11-18 9:08am
1260 posts 345 snarkmarks Registered: Apr 7th 2002 Occupation: post-student Location: Connecticut (sigh)
Doug McKenzie: We hope you enjoyed the beer, oh, like I mean the movie, eh.
Re: Post your Clipboard Contents Posted by ReNo on Tue Nov 18th 2003 at 10:59am
ReNo
5457 posts
Posted 2003-11-18 10:59am
ReNo
member
5457 posts 1991 snarkmarks Registered: Aug 22nd 2001 Occupation: Level Designer Location: Scotland
// -----------------------------------------------
// Player 1 details
Player1->xMove = 1;
Player1->yMove = -1;
Player1->collisions = 0;

Player1->sprite.x = 60;
Player1->sprite.y = 118;
Player1->sprite.scalex = 1;
Player1->sprite.scaley = 1;
Player1->sprite.rotate = 0;

// Loads sprite, and ensures there were no problems
if(!ConfigureSprite(&Player1->sprite,
"gfx/p1_16.tim",
Player1->sprite.x, Player1->sprite.y))
{
ResetGraph(3);
return;
}

Unsurprisingly, I've been programming, and you might guess that its on my clipboard to modify for player 2 :smile:
Re: Post your Clipboard Contents Posted by Kapten Ljusdal on Tue Nov 18th 2003 at 11:23am
Kapten Ljusdal
312 posts
Posted 2003-11-18 11:23am
312 posts 31 snarkmarks Registered: May 3rd 2003
Devil?s Playground Beta

You have disappointed your master and now you have to fight for a second chanse in his playground. Your objective is to get the 4 runes in each corner and retrieve them to the starting circle, before anyone else does. You need all 4 runes to win. Each rune gives you higher mana regeneration.
-Be quick to dodge the beacons, they indicate raining fire.
-Revival after 20 seconds
-Blocking the circle will result in a painful death


*A Wc3 map im currently making *
Re: Post your Clipboard Contents Posted by matt on Tue Nov 18th 2003 at 11:25am
matt
1100 posts
Posted 2003-11-18 11:25am
matt
member
1100 posts 246 snarkmarks Registered: Jun 26th 2002 Occupation: Student! Location: Edinburgh
images/e5.jpg

(this guy had this JScript on his site:

<script language=JavaScript>
var message="Copyright Colin Palmer";
function click(e) {
if (document.all) {
if (event.button==2||event.button==3) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
</script>

which basically stops ppl from gaining access to the saving of images, so i went through the directory structure of the site and nicked some of the pictures!
Re: Post your Clipboard Contents Posted by fraggard on Tue Nov 18th 2003 at 3:13pm
fraggard
1110 posts
Posted 2003-11-18 3:13pm
fraggard
member
1110 posts 220 snarkmarks Registered: Jul 8th 2002 Occupation: Student Location: Bangalore, India
Monqui said:
loop
exit when Queue.Front = null;
To_Recycle := Queue.Front;
Queue.Front := Queue.Front.all.Next;
Free (To_Recycle);
end loop;

shrug

Its a clear procedure for a linked list. Fear it.
You have a Linked List with a Node structure called Queue? /me already fears :razz:
Re: Post your Clipboard Contents Posted by 2-bits on Tue Nov 18th 2003 at 3:22pm
2-bits
47 posts
Posted 2003-11-18 3:22pm
Re: Post your Clipboard Contents Posted by Monqui on Tue Nov 18th 2003 at 4:02pm
Monqui
743 posts
Posted 2003-11-18 4:02pm
Monqui
member
743 posts 94 snarkmarks Registered: Sep 20th 2002 Occupation: Poor College Student Location: Iowa, USA
You have a Linked List with a Node structure called Queue? /me already fears :razz:
Yeah... I was working on that for an Ada class I'm taking, and the prof gets his kicks out of forcing us to make common data structures with Arrays, and then with Linked List type things. So we have to do this kind of crap for Stacks, Queues, Linear Lists, and even trees. Thats right. I have somewhere an array based implementation of a tree. Its the single fugliest, inneffiecient piece of code I've ever written.
Re: Post your Clipboard Contents Posted by Hornpipe2 on Tue Nov 18th 2003 at 4:07pm
Hornpipe2
636 posts
Posted 2003-11-18 4:07pm
636 posts 123 snarkmarks Registered: Sep 7th 2003 Occupation: Programmer Location: Conway, AR, USA
Ronin said:
Heres mine: Parmisean

[color=white]Hornpipe...um can we do more than one? :biggrin: [/color]
I don't see why not:

https://www2.uark.edu/servlet/edu.uark.comp.survey.Main?survey_id=100082

(this is a vote for a 25 cent per credit hour fee increase at the U of A to fund a whole 50 people on the debate team. Needless to say, I voted against...)

EDIT:
matt said:
which basically stops ppl from gaining access to the saving of images, so i went through the directory structure of the site and nicked some of the pictures!
How did you go through the directory structure? Also, I've seen ways of defeating that stupid Javascript by like... holding down the left button, then the right, then releasing left then right. Or something like that.

Or, IE has a "View Source" menu item, that works too. Or you could disable Javascript for a bit.
Re: Post your Clipboard Contents Posted by Sim on Tue Nov 18th 2003 at 9:46pm
Sim
257 posts
Posted 2003-11-18 9:46pm
Sim
member
257 posts 96 snarkmarks Registered: Sep 30th 2002 Occupation: Student Location: UK
It's a bit out of order nicking pictures off someone's site by finding them directly and then saving them. But meh, I do it (only for personal use though) (no, not that sort of picture :lol: ). It's pretty useless having the anti-save thingy because most people will just copy the image url into their address bar and voila, a saveable image. And anyway, what's to stop people PrintScreening?
Re: Post your Clipboard Contents Posted by fraggard on Wed Nov 19th 2003 at 1:46am
fraggard
1110 posts
Posted 2003-11-19 1:46am
fraggard
member
1110 posts 220 snarkmarks Registered: Jul 8th 2002 Occupation: Student Location: Bangalore, India
Monqui said:
Its the single fugliest, inneffiecient piece of code I've ever written.
I wrote 40 lines of code for finding a factorial once.Yes, 40. Bwaha!
Re: Post your Clipboard Contents Posted by Tracer Bullet on Wed Nov 19th 2003 at 2:53am
Tracer Bullet
2271 posts
Posted 2003-11-19 2:53am
2271 posts 445 snarkmarks Registered: May 22nd 2003 Occupation: Graduate Student (Ph.D) Location: Seattle WA, USA
ZA8FJMLZF

I've no idea what this is as I'm useing a school computer. I think it may be the ID number for some IC.

In respoce to the above: all forms of media content protection are easily defeated since a viewable, wathcable, listenable form = a copyable form.
Re: Post your Clipboard Contents Posted by OtZman on Wed Nov 19th 2003 at 1:33pm
OtZman
1890 posts
Posted 2003-11-19 1:33pm
OtZman
member
1890 posts 218 snarkmarks Registered: Jul 12th 2003 Occupation: Student Location: Sweden
** Executing...
** Command: Change Directory
** Parameters: "C:\Documents and Settings\Fam. Malik\Skrivbord\Osmans mapp\Spel\[Spel_mappar]\HALF-LIFE"

** Executing...
** Command: C:\VALVEH~1\WORLDC~1\hlcsg.exe
** Parameters: "c:\valve hammer editor\maps\sven coop\testing"

hlcsg v2.5.3 rel (May 2 2001)
Based on Valve's version, modified with permission.
Submit detailed bug reports to (zoner@gearboxsoftware.com)
----- BEGIN hlcsg -----
Command line: C:\VALVEH~1\WORLDC~1\hlcsg.exe "c:\valve hammer editor\maps\sven coop\testing"

-= Current hlcsg Settings =-
Name | Setting | Default
---------------------|-----------|-------------------------
threads [ 1 ] [ Varies ]
verbose [ off ] [ off ]
log [ on ] [ on ]
developer [ 0 ] [ 0 ]
chart [ off ] [ off ]
estimate [ off ] [ off ]
max texture memory [ 4194304 ] [ 4194304 ]
priority [ Normal ] [ Normal ]

noclip [ off ] [ off ]
onlyents [ off ] [ off ]
wadtextures [ on ] [ on ]
skyclip [ on ] [ on ]
hullfile [ None ] [ None ]
min surface area [ 0.500 ] [ 0.500 ]
brush union threshold [ 0.000 ] [ 0.000 ]

Wadinclude list :
[zhlt.wad]

entering c:\valve hammer editor\maps\sven coop\testing.map
Error: Entity 0, Brush 14: ORIGIN brushes not allowed in world
Error: Brush type not allowed in world
Description: The map has a problem which must be fixed
Howto Fix: Check the file ZHLTProblems.html for a detailed explanation of this problem

----- END hlcsg -----

** Executing...
** Command: C:\VALVEH~1\WORLDC~1\hlbsp.exe
** Parameters: "c:\valve hammer editor\maps\sven coop\testing"

hlbsp v2.5.3 rel (May 2 2001)
Based on Valve's version, modified with permission.
Submit detailed bug reports to (zoner@gearboxsoftware.com)
----- BEGIN hlbsp -----
Command line: C:\VALVEH~1\WORLDC~1\hlbsp.exe "c:\valve hammer editor\maps\sven coop\testing"
There was a problem compiling the map.
Check the file c:\valve hammer editor\maps\sven coop\testing.log for the cause.
----- END hlbsp -----

** Executing...
** Command: C:\VALVEH~1\WORLDC~1\hlvis.exe
** Parameters: "c:\valve hammer editor\maps\sven coop\testing"

hlvis v2.5.3 rel (May 2 2001)
Based on Valve's version, modified with permission.
Submit detailed bug reports to (zoner@gearboxsoftware.com)
----- BEGIN hlvis -----
Command line: C:\VALVEH~1\WORLDC~1\hlvis.exe "c:\valve hammer editor\maps\sven coop\testing"
There was a problem compiling the map.
Check the file c:\valve hammer editor\maps\sven coop\testing.log for the cause.
----- END hlvis -----

** Executing...
** Command: C:\VALVEH~1\WORLDC~1\hlrad.exe
** Parameters: "c:\valve hammer editor\maps\sven coop\testing"

hlrad v2.5.3 rel (May 2 2001)
Based on Valve's version, modified with permission.
Submit detailed bug reports to (zoner@gearboxsoftware.com)
----- BEGIN hlrad -----
Command line: C:\VALVEH~1\WORLDC~1\hlrad.exe "c:\valve hammer editor\maps\sven coop\testing"
There was a problem compiling the map.
Check the file c:\valve hammer editor\maps\sven coop\testing.log for the cause.
----- END hlrad -----

** Executing...
** Command: Copy File
** Parameters: "c:\valve hammer editor\maps\sven coop\testing.bsp" "C:\Documents and Settings\Fam. Malik\Skrivbord\Osmans mapp\Spel\[Spel_mappar]\HALF-LIFE\SvenCoop\maps\testing.bsp"

The command failed. Windows reported the error:
"Det g?r inte att hitta filen."

...hmm :wtf: something seems to be wrong...

by the way that webcam whore thing was fun :lol: !!!
Re: Post your Clipboard Contents Posted by Orpheus on Wed Nov 19th 2003 at 2:15pm
Orpheus
13860 posts
Posted 2003-11-19 2:15pm
Orpheus
member
13860 posts 2024 snarkmarks Registered: Aug 26th 2001 Occupation: Long Haul Trucking Location: Long Oklahoma - USA
funny, i seldom check the clipboard content, actually never have till now.. but here is my current one.

"A legend in my spare time."

hmm musta been when i was editing my profile :smile:
Re: Post your Clipboard Contents Posted by Rumple on Wed Nov 19th 2003 at 2:24pm
Rumple
518 posts
Posted 2003-11-19 2:24pm
Rumple
member
518 posts 72 snarkmarks Registered: Aug 22nd 2001 Occupation: Web Dev Location: NSW, Australia
body{
font-family: Arial,sans-serif;
color: #FFFFFF;
line-height: 1.166;
margin: 0px;
padding: 0px;
background-color: #660000;
}

a{
color: #006699;
text-decoration: none;
}

a:link{
color: #0099FF;
text-decoration: none;
font-weight: normal;
}

a:visited{
color: #0099FF;
text-decoration: none;
}

a:hover{
color: #00CCFF;
text-decoration: underline;
}

h1{
font-family: Verdana,Arial,sans-serif;
font-size: 120%;
color: #334d55;
margin: 0px;
padding: 0px;
}

h2{
font-family: Arial,sans-serif;
font-size: 114%;
color: #006699;
margin: 0px;
padding: 0px;
}

h3{
font-family: Arial,sans-serif;
font-size: 100%;
color: #FFFFFF;
margin: 0px;
padding: 0px;
}

h4{
font-family: Arial,sans-serif;
font-size: 100%;
font-weight: normal;
color: #333333;
margin: 0px;
padding: 0px;
}

h5{
font-family: Verdana,Arial,sans-serif;
font-size: 100%;
color: #334d55;
margin: 0px;
padding: 0px;
}

ul{
list-style-type: square;
}

ul ul{
list-style-type: disc;
}

ul ul ul{
list-style-type: none;
}

label{
font-family: Arial,sans-serif;
font-size: 100%;
font-weight: bold;
color: #334d55;
}

***********************************************
* Layout Divs *
***********************************************

#masthead{
padding: 10px 0px 0px 0px;
border-bottom: 1px solid #cccccc;
width: 100%;
color: #FFFFFF;
background-color: #333366;
}

#navBar{
float: left;
width: 20%;
margin: 0px;
padding: 0px;
background-color: #5A7DB1;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
}

#headlines{
float:right;
width: 20%;
border-left: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
padding-right: 10px;
}

#content{
float: left;
width: 55%;
background-color: #84A3D5;
}

***********************************************
* Components *
***********************************************

#siteName{
margin: 0;
padding: 0 0 0 10px;
}

************* #globalNav styles **************

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #CCC;
color: #cccccc;
}

#globalNav img{
display: block;
}

#globalNav a {
font-size: 90%;
padding: 0 4px 0 0;
}

*************** #pageName styles **************

#pageName{
margin: 0px;
padding: 0px 0px 0px 10px;
}

************* #breadCrumb styles *************

#breadCrumb{
font-size: 80%;
padding: 2px 0px 0 10px;
}

************** .feature styles ***************

.feature{
padding: 0px 0px 10px 10px;
font-size: 80%;
color: #FFFFFF;
}

.feature h3{
padding: 30px 0px 5px 0px;
text-align: center;
}

.feature img{
float: left;
padding: 10px 10px 0px 0px;
}

************** .story styles *****************

.story{
clear: both;
padding: 10px 0px 0px 10px;
font-size: 80%;
color: #FFFFFF;
}

.story p{
padding: 0px 0px 10px 0px;
}

************* #siteInfo styles ***************

#siteInfo{
clear: both;
border: 1px solid #cccccc;
font-size: 75%;
color: #FFFFFF;
padding: 10px 10px 10px 10px;
background-color: #5A7DB1;
}

#siteInfo img{
padding: 4px 4px 4px 10px;
vertical-align: middle;
}

************* #search styles ***************

#search{
padding: 5px 0px 5px 10px;
border-bottom: 1px solid #cccccc;
font-size: 90%;
}

#search form{
margin: 0px;
padding: 0px;
}

#search label{
display: block;
margin: 0px;
padding: 0px;
}

*********** #navBar link styles ***********

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

* fix for browsers that don't need the hack *
html>body #navBar li {border-bottom: none;}

*********** #sectionLinks styles ***********

#sectionLinks{
position: relative;
margin: 0px;
padding: 0px;
border-bottom: 1px solid #cccccc;
font-size: 90%;
}

#sectionLinks h3{
padding: 10px 0px 2px 10px;
}

#sectionLinks a {
display: block;
border-top: 1px solid #cccccc;
padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
background-color: #dddddd;
}

*********** .relatedLinks styles ***********

.relatedLinks{
position: relative;
margin: 0px;
padding: 0px 0px 10px 10px;
font-size: 90%;
}

.relatedLinks h3{
padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
display: block;
}

************** #advert styles **************

#advert{
padding: 30px 0px 10px;
color: #FFFFFF;
}

#advert img{
display: block;
}

************** #headlines styles **************

#headlines{
margin: 0px;
padding: 10px 0px 20px 10px;
font-size: 80%;
background-color: #5A7DB1;
}

#headlines p{
padding: 5px 0px 5px 0px;
color: #FFFFFF;
}

chatterbox{
font-family: Arial,sans-serif;
color: #FFFFFF;
}
Re: Post your Clipboard Contents Posted by Gollum on Wed Nov 19th 2003 at 2:25pm
Gollum
1268 posts
Posted 2003-11-19 2:25pm
Gollum
member
1268 posts 525 snarkmarks Registered: Oct 26th 2001 Occupation: Student Location: Oxford, England
whispers find that origin brush (use the "go to brush number" feature) and get rid of it or make it an entity.
Re: Post your Clipboard Contents Posted by Leperous on Wed Nov 19th 2003 at 3:53pm
Leperous
3382 posts
Posted 2003-11-19 3:53pm
Leperous
Creator of SnarkPit!
member
3382 posts 1635 snarkmarks Registered: Aug 21st 2001 Occupation: Lazy student Location: UK
66.245.18

The IP range of our, er, 'newest member', on the clipboard on it's way to be banned :/
Re: Post your Clipboard Contents Posted by DocRock on Wed Nov 19th 2003 at 4:32pm
DocRock
367 posts
Posted 2003-11-19 4:32pm
DocRock
member
367 posts 929 snarkmarks Registered: Mar 24th 2002 Location: U S of A
http://www.snarkpit.com/pits/docrock/alps.JPG

Using my homepage here on the snarkpit to visually help someone on another forum to see why they are having a "got a velocity too low on monster_scientist" error.
Re: Post your Clipboard Contents Posted by matt on Wed Nov 19th 2003 at 5:25pm
matt
1100 posts
Posted 2003-11-19 5:25pm
matt
member
1100 posts 246 snarkmarks Registered: Jun 26th 2002 Occupation: Student! Location: Edinburgh
Stock rotation, ie using up old stock before new stock
Re: Post your Clipboard Contents Posted by mazemaster on Wed Nov 19th 2003 at 8:36pm
mazemaster
890 posts
Posted 2003-11-19 8:36pm
890 posts 438 snarkmarks Registered: Feb 12th 2002
if (i==16)
H.pl("Player1 3inRow");
Re: Post your Clipboard Contents Posted by 2dmin on Wed Nov 19th 2003 at 10:38pm
2dmin
352 posts
Posted 2003-11-19 10:38pm
2dmin
member
352 posts 75 snarkmarks Registered: May 17th 2003 Occupation: Progamer Location: Canberra, Australia
Dim j
Private Type flake
x As Long
y As Long
movexx As Long
movey As Long
size As Long
End Type
Const snowcount As Single = 1000
Dim Snow(snowcount) As flake
Private Sub form_load()
Me.ScaleMode = 3
Me.AutoRedraw = True
Timer1.Interval = 1
For i = 0 To snowcount
Snow(i).x = (Me.ScaleWidth * Rnd)
Snow(i).y = (Me.ScaleWidth * Rnd)
Snow(i).movexx = (2 * Rnd) + 2
Snow(i).movey = (2 * Rnd) + 3
Snow(i).size = (3 * Rnd)
Next i
End Sub
Private Sub Timer1_Timer()
Me.Cls
For i = 0 To snowcount
Snow(i).x = (Snow(i).x Mod Me.ScaleWidth) + Snow(i).movexx
Snow(i).y = (Snow(i).y Mod Me.ScaleHeight) + Snow(i).movey
Circle (Snow(i).x, Snow(i).y), Snow(i).size, vbWhite
Next i
Me.Refresh
End Sub

I'm in computer programming class, learning vb :/
Re: Post your Clipboard Contents Posted by mazemaster on Wed Nov 19th 2003 at 11:33pm
mazemaster
890 posts
Posted 2003-11-19 11:33pm
890 posts 438 snarkmarks Registered: Feb 12th 2002
Heh, I would have passed that for a MaxScript if you hadn't said that it was in basic.
Re: Post your Clipboard Contents Posted by Ronin on Thu Nov 20th 2003 at 12:21am
Ronin
175 posts
Posted 2003-11-20 12:21am
Ronin
member
175 posts 217 snarkmarks Registered: Sep 4th 2003 Occupation: COLLEGE STUDDENT!!!
User posted image

A mega GIF for a comic my friend an i are putting together. (In HL my muiltiplayer name is Megaman, and my friends is Protoman)
Re: Post your Clipboard Contents Posted by Bewbies on Thu Nov 20th 2003 at 1:50am
Bewbies
413 posts
Posted 2003-11-20 1:50am
Bewbies
member
413 posts 41 snarkmarks Registered: Sep 10th 2003 Occupation: IT Dude Location: US-of-A
Re: Post your Clipboard Contents Posted by 2dmin on Thu Nov 20th 2003 at 5:35am
2dmin
352 posts
Posted 2003-11-20 5:35am
2dmin
member
352 posts 75 snarkmarks Registered: May 17th 2003 Occupation: Progamer Location: Canberra, Australia
rawr to you too
Re: Post your Clipboard Contents Posted by KoRnFlakes on Thu Nov 20th 2003 at 8:46am
KoRnFlakes
1125 posts
Posted 2003-11-20 8:46am
1125 posts 511 snarkmarks Registered: Jul 3rd 2002 Occupation: Yus! Location: Norfolk
I just got off the phone with Activision. They said that they are waiting on some documentation from legal for the installer text. They promise that both the Linux server and Map Editor (and tools) will be out tomorrow, Thursday the 19th. (correction the 20th :wink: )
Re: Post your Clipboard Contents Posted by matt on Thu Nov 20th 2003 at 2:44pm
matt
1100 posts
Posted 2003-11-20 2:44pm
matt
member
1100 posts 246 snarkmarks Registered: Jun 26th 2002 Occupation: Student! Location: Edinburgh
A:active { color: #999999; text-decoration: none ; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal }

CSS = big pain in my big ass