Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - wires

Pages: 1 [2] 3 4 5
16
General Programming / BitBlt
« on: June 22, 2006, 08:44:48 pm »
Is there another function similar to this that can draw colored boxes?

I've had a change of plans with my project, and instead of pictures I think I might just want to use colors. :)

17
Is it possible to pull the entire page source from an external program?  If it is, any ideas how this can be done? :P

18
General Programming / [C] Calculate area/circumference of circle
« on: June 14, 2006, 05:27:09 pm »
Code: [Select]
#include <stdio.h>

int main() {
float radius;
int valid;
const float Pi = 3.14159;

do {
printf("Input the radius of a circle: ");

valid = scanf("%f", &radius);

while (getchar() != '\n');

if (valid == 0) {
printf("\nInvalid input.  Try again.\n\n");
} else if (valid == 1) {
if (radius == 0) {
printf("\nNo circle can have a radius of 0.  Try again.\n\n");
} else if (radius < 0) {
printf("\nNo circle can have a negative radius.  Try again.\n\n");
}
}
} while (radius == 0 || valid == 0);

printf("\nThe circumference is %f", Pi * 2 * radius);
printf("\nThe area is %f\n", Pi * radius * radius);

return 1;
}
Criticise plz.

20
Backstabbing / Backstab report #7 - WiReS
« on: June 06, 2006, 02:11:51 am »
This was just a quick and fun bs game, wasn't quite fair but eh.

As usual, backstabbers are allied and backstabbees are unallied. :P



Everyone starts to ally, until we notice that one person didn't, blue (streetballer901).  We ask and ask nicley for him to ally, but he doesn't.  We all assume he's going to backstab so we unally him.  It also appears blue was trying to cheat in the first screenshot.  This gave us yet another reason to unally with him, nobody likes cheaters.


Blue decides to send a few zealots up to yellow's (Tony_Soprano) base and just sits there.  We all supposedly unallied with blue at the beginning, however yellow didn't.  We then assume that blue and yellow are partners in crime, since neither of them attack each other.


We then find blue's base, who really sucks as deadly clearly states. :P


Orange (Evil_Tim) goes to kill blue because he was a dirty backstabber.


I don't quite remember what we were trading, but blue didn't seem to like it before he died. :/


White (Blazey) goes to attack yellow because we all think he was with blue.


While this is happening, I send a zergling up into yellow's base to play around.  All of my zerglings that I had created followed this one zergling.  Yellow didn't seem to mind that I had about 200 zerglings in his base.


The zergling that all of my zerglings were following got stuck in the group.  Yellow notices all of my zerglings and sends his guardians over just in case I attack him.


I finish transporting for my overlords and pick up the stuck zergling.  The rest of the zerglings are no longer following it, so I unally and die a horrible death after taking a few buildings with me. :P


I quickly start building mutalisks to replace my lost zerglings.  We then finish yellow off.


Orange had no idea what was going on until it was too late.


Orange unallies after about half of his base is replaced with our units.  Teal (Deuce/DonnezMoi) also reveals a secret. ;P


Orange wasn't able to wait ten more seconds for us to finish killing him, so he leaves.


G_G

I wasn't able to save the replay because it was corrupted and crash my game.  You can all thank Yellow (Tony_Soprano) for using either selection hack, multicommand or some other hack.

21
General Discussion / Happy Birthday ZeroX
« on: May 23, 2006, 07:26:45 pm »
(19:22:30) ZeroX: Happy brithday to me
(19:22:42) Me: yay
(19:22:44) Me: :P
(19:22:52) ZeroX: Go make me a thread noob

22
Graphics / Pokemon card
« on: April 17, 2006, 09:27:12 pm »
Showing d00s my 1337 pokemon card skills, made this in about 10 minutes.  If I spent a bit more time on it it'd look much better but, eh. :/

26
Backstabbing / Backstab report #6 - WiReS
« on: December 09, 2005, 06:40:30 pm »
Haven't done one of these in a while.  Just started backstabbing again. :P

Backstabbers are allied:


Everything is going smooth at the beginning until the white (Linx1) starts attacking the computer and kills it.  Which I didn't notice until it was too late, because I was only half way ready to start backstabbing. :P


Blue (iconz.extreme) is clueless throughout this whole game wondering why he hasn't received a win.  He has no idea what the hell is going on.


White starts imediatelly accuses of me of being a backstabber because of all of my buildings.  He sends a couple of waves of zerglings towards my base to try and kill me.  After I see them coming straight towards my base I quickly build about 24 zealots which totally owns his zerglings.


While all this is happening Blue is still insisting that I'm not backstabbing and is telling White to stop backstabbing me who finally takes out my nexus. :(



After this short battle of my zealots versus his zerglings, I send all my zealots up to white's base to make quick work of him. :]


White is still insisting that I'm backstabbing, while Blue says I'm not!


I finish off White, and the game still doesn't end!  Blue is so confused and doesn't know what is going on anymore.


I told Blue to check the bottom middle and middle right to see if I accidently made two computers, which I didn't.  He quickly sends a zealot and checks them out.


After checking for more computers, Blue comes to a conclusion that Yellow must be backstabbing because he hasn't talked much through the game.  At the moment Towelie was away so I had to try and convince Blue that it wasn't Yellow.  Blue then tells me to unally and ally again, and he does the same thing.  The game still hasn't ended!  He starts to yell and try and get Yellow to come back to do the same.  After about ten minutes of Towelie being absent doing something, he finally comes back and starts making guardians.


After Towelie unallys and allys back with Blue, the game still didn't end. :P I came to the conclusion that it must be lag that is causing it.


When Towelie can no longer make anymore units he sends them towards Blue's base to kill him.  Blue quickly notices this and accuses him of backstabbing.  While this is happening I send 3 shuttles full of reavers to destroy the top part of Blue's base.


Blue quickly notices my reaver drop.


Towelie finally reaches Blue's base and starts attacking him with his guardians.


Blue calls us liars because we really weren't allied and tells us that we were backstabbing him.



For some reason he also calls us cheaters.


He tells us to ally but it's too late! :(


Good game :P Replay can be downloaded here.

30
Trash Can / Re: Fast bra unhooking
« on: August 10, 2005, 04:21:19 pm »
Alcohol and drugs are bad.  Be cool, stay in school

Pages: 1 [2] 3 4 5