|
Browse by Tags
All Tags » TAG_NOT_FOUND » IWonderWhatHappensWhenYouUseAReallyReallyReallyLongTagLetsFindOutIfAnythingBreaksShallWe (RSS)
-
[quote]The issue is it taking up more bandwidth for us. It's even worse than the lusers who send word attachments that could perfectly well be put in the email body.[/quote] Tell me about it... a lot of our business here is done in 24x80 char terminal screens through a terminal emulator. Instead...
-
[quote user="ender"][quote user="rc_pinchey"] Even Hitler had supporters... [/quote]Godwin?[/quote] Nah, the tag shows that is was done on purpose, thus the Godwin's Law is unapplicable.
-
Fun abuse of that in base conversion... /* Tried to make it as obfuscated as possible... */ char *toRadix(int num, unsigned char radix) { int bufsz = (((int)(log(num)/log(radix)))+1+!!(num<0)), i; char *buf = (char*)malloc(bufsz); if (num < 0) { buf[0] = '-'; num = -num; } buf[bufsz-1] = '\0';...
-
coder: So everyone agrees that you can't protect your website content and doesn't matter what you do. I can't say that I entirely agree with that statement but I would venture to guess that a website in this communities hands falls in the that category (un-protectable) having said that i'd guess that...
-
-
Thanks for Voting! We recorded your vote of 999999999 for: Stubbed Out Average Score: 967322369235742 / 10 (9303 Votes)
-
Pap: fly2: rbowes: They also check the referer, so you have to fake that, too Or you can just use Firefox with the Web Developer Extension and use the 'Edit Html' function Or you can just use Opera and click View Source without installing any stupid extensions. Or you can use Firebug, and use the HTML...
-
shadowman: MarcB: Gears is Google's new tookit to allow online webapps to be run offline. In other words, gmail and all their other apps can now in theory be run without an active net connection, kinda as if they were a "real" application on your pc, and not just something you get at with a browser....
-
Funny, VS2005 has always worked for me. The only glitch I notice is when I open the help viewer, and it has to load up the catalog for the entire MSDN library. (I think I can forgive it, just this once.) Other than that, the only crashes I've ever noticed while using VS2005 were while debugging... and...
-
Daniel Beardsmore: (I also dislike cmd auto-completing desktop.ini but copy then lying that it does not exist and refusing to copy it until I use attrib to -s -h it .) A very succinct description of the standard command line tools. I always thought there was a way to copy with the system and hidden attributes...
|
|
|