-
Posts
138 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Events
Everything posted by sil
-
What format are the movies in the descent folder? I am !@#$%^&*uming the Ipod shuffle wants them in quicktimes .mov filetype which is worst case you'll just have to find a program to convert it. But I know very little about Ipod stuff. Granted now that I think of it more, you said music players and what not. If the movie is already something you can watch in say Windows Media Player or Winamp, there should be programs out there that can rip the audio out. I do not know any offhand though.
-
The thing I always find strange is when person A says they believe in God, person B will claim that since person A believes is God, he/she must not believe in anything scientific. Which just baffles me. I mean really, if God is an all knowing all powerful being, don't you think he could create these laws of science and nature to keep us busy or to just keep things running?
-
Well that is a bugger. There are the two zip files again. opencore.zip opencore12.zip edit: i should note that the first file is really big in comparison because it has the server files in there as well.
-
Might be good to add what you need help with.
-
Speaking of which, I cannot download either uploaded file anymore. Leads to an error page. This a problem for others and/or elsewhere in the forum?
-
well you posted it in the 'forum games' section. which is for the games that are accessable on the forum like the arcade and ss rpg.
-
psh, old news to you people maybe. not everyone has reached the end of the internet. and ty grav
-
Does putting a person in vip.txt grant them any special powers other than being able to play with the subspace client?
-
CompUSA sells empty box, won’t refund customer
sil replied to rootbear75's topic in General Discussion
I like this thread. -
CompUSA sells empty box, won’t refund customer
sil replied to rootbear75's topic in General Discussion
Here is a question. If the box was sealed (or if the people at CompUSA claim that it was a sealed box) than the customer would have no reason to check the merchandise as they would believe a sealed box to have everything in it. Is it the customers fault that they did not check a sealed box? Also, if the item was defective (say the lense was cracked) would CompUSA have done anything then? This is a case of terrible customer service. Not very familiar with liquidation sales though. I am guessing everything is on clearance for cheap? And to me, all sales final does not mean if we sold you something defective you are out of luck (missing parts being a defective reason). I guess that is what CompUSA thinks it means? -
CompUSA sells empty box, won’t refund customer
sil replied to rootbear75's topic in General Discussion
Hoch, I like reading what you write. And I cannot believe that CompUSA is doing nothing about this. Did they not think the guy would try to put this into the media? -
You forget freakmonger, Grav believes he is all knowning, does not believe that any zone other than a SVS zone should ever exist, believes any opinion other than his own is so incredabley wrong that you must be a newb to even challenge his, Infantry is so perfect that SS isn't worth his time (even though he is still here). But truth telling/flaming aside, it would be interesting to know exactly what features in Infantry could not be implemented. And if so, why exactly is that?
-
I agree with that right there.
-
Java doesn't of course. But J# does use .NET. After some reading it says it uses the Java syntax, but cannot create trademark Java files. It creates it's own J# type of files. It's just weird. But Microsoft is always weird. So it's a clone in that it uses Java syntax, but creates its on Microsoft like files. Which leads me again, why have both C# and J#? I don't think that question can really be answered, and I have derailed this topic >.<
-
Its incredibly similar in many ways. I once ported a program from java to c# and i only had to rename the toString to ToString calls to get it to work. This is a rarity but normally about 90% of the code will match Yeah, but I have noticed some calls that exist in C# that do not exist in Java and visa versa (don't ask me to name them, I don't remember). Or at least, it was not as simple as changing the case of the first letter =) But it is funny, they made C# to be so freaking similar to Java, and then they made J# which is actually a clone of Java (or so I've been told, never really messed with it). Why make essentially two copies of the same language?
-
lmao Polix. But in all serious. What does Starcraft 2 offer that the first one does not (graphics aside)? Cause seriously, I hope that more than just graphics has been improved. Eye candy only gets you so far. It's like companies aren't even trying anymore.
-
C# is very very similar to java. Heck most of the calls to methods have only one difference: the case of the first letter. There are, however, other differences.
-
Having been apart of EG for a long time, you'd be suprised how many people come through there that are genuine idiots. Did they think they would actually get money? Doubtful. But upset enough at being banned and such to actually send it? I think so.
-
To port them? I doubt it is possible. But as I am not really familiar with either I cannot truely say. You could prolly try to make a similar version of the zones though. And even the graphics. A real nice thing would be if there was connecting force between the biller / users database or what not so people could chat across the games and the database be unified. Though with as many thousands of names that are just held on to, some resseting may have to occur.
-
It is pretty likely to be true. Especially if you read the posts made by toppy in the contest ban forum. Also, the email provided with the letter is the email toppy posted in those threads. http://www.extreme-games.net/forum/viewtopic.php?t=16144 http://www.extreme-games.net/forum/viewtopic.php?t=16167 http://www.extreme-games.net/forum/viewtopic.php?t=16256 Yes, there is that small chance that this is an elaborate hoax. But willing to put the time and actual money into it? SS people are lazy =P
-
people are already lame and sue for the heck of it.
-
okay, lets say your label is called label1 int result = Int32.Parse(label1.Text) + 1; //could do whatever operation you want since it is an int now label1.Text = result.ToString(); edit: i should have known you'd beat me to it =P edit: like Samapico said, you could just create an integer variable, do the operations on that int, and just have the label show that value instead of getting the value fro the label.
-
For the second question you could do something like: FileInfo fi = new FileInfo(@"c:\sample.tm"); StreamWriter sw = fi.AppendText(); or fi.CreateText(); You could also p!@#$%^&* FileInfo a variable. string myPath = @"c:\sample.tm"; I use the @ so it treats it as a literal string, otherwise the \ will be treated as an escape character and you will have to do "c:\\sample.tm"; It does not really matter what the extension is as long as you are expecting it to behave in a certain way. I am !@#$%^&*uming you are going to treat it like a text file and just read and write to it. For the first question. Are you looking to just post information in the label? Or are you looking to do some mathematical operations on the text in the label and then post the result?
-
http://digg.com/pc_games/Player_gets_banne...that_banned_him digg it (wasn't submitted by me)
-
source You know, since SS isn't a goverment ins!@#$%^&*ution...