|
...but M$ will never fool me three times. I have been a relatively early adaptor to each xbox console so far. Both have quality games, but 2 trends I have seen with both consoles are troubling.
1 - Early support is strong, but it loses steam quicker than...
Started by senses_fail_06 on
, 20 posts
by 17 people.
Answer Snippets (Read the full thread at gamespot):
Xbox is always my least favorite system.
M$ can't fool me anymore, I don't buy their products.
|
|
So here's the situation. I am almost finished with medschool. I'm just waiting for the match right now. I have been so involved in school and rotations that I don't know what to do now with all my free time. My last relationship ended last January, and...
Answer Snippets (Read the full thread at studentdoctor):
I aint....
Told u I have swag sounds more like whitey trying to be cool... .
|
|
Here's a nice little spot to keep a track of any adverse media reports regarding our NRL players and personalities.
Things like DUI, court cases, and the like. Keep all the bad stuff in one little bundle instead of 20 or 30 separate threads over the year...
Started by serge44 on
, 20 posts
by 7 people.
Answer Snippets (Read the full thread at thegrandstand):
The incident allegedly took place in the early hours of yesterday morning at the Peppermint Lounge in the inner-city suburb... .
|
Ask your Facebook Friends
|
So you may recall a post last week about someone breaking into my truck and not stealing much of anything.
Well, they struck again earlier this week. We now leave all the cars open, and nothing in them, so as to save the windows. Went out to the car in...
Started by Audiostar on
, 20 posts
by 19 people.
Answer Snippets (Read the full thread at sigforum):
Lord, your ocean is so very large and my divos are so very f****d-up
Dirt Sailors Unite! I am thinking electrical fence charger attached ... .
Or rig the car to explode like Bond did in For Your Eyes Only .
Maybe the cops can use it.
Use pic of game camera.
|
|
But not a chance the third time around. UNLV may be a top 10 team at the T&M but away from the comfort of that facility this is probably not even a top 40 squad. The Rebs will drop another pair in conference and finish second or third again and unless...
Started by LACASEY on
, 11 posts
by 9 people.
Answer Snippets (Read the full thread at rivals):
I'm not ....
The NCAA tourney is on a neutral court.
Who do you want for the next coach> Not only are we undefeated on neutral courts this season, we won easily on neutral courts .
Kinda wondered who that Casey poser was.
Nice to see you're back, Casey.
|
|
I try to make my code fool-proof, but I've noticed that it takes a lot of time to type things out and it takes more time to read the code.
Instead of:
class TextServer(object): def __init__(self, text_values): self.text_values = text_values # <more...
Answer Snippets (Read the full thread at stackoverflow):
Readability while keeping it fool-proof?"
Who's the fool you're protecting yourself from?
You? Are you with improper arguments? What possible help can you provide to them?
The "fool-proof" coding isn't really very helpful, since ....
|
|
I have this line of code in an assembly:
HttpContext.Current.Server.MapPath
This works great if the assembly is being used in a web service.
but if I take it out of the web service its obivously not going to work, because HTTPContext does not exist.
Is...
Started by JL on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Something like IMapPath as your interface and then your implementation... .
It sounds to me like you need to wrap up the call to HttpContext inside another object which you can then switch out using IOC for the correct object in the correct environment .
|
|
I'm running a web application that displays some debugging behavior if it's being run locally - quotes around resource strings, etc - and I'd like to demo the application on my laptop at a conference where I won't have internet access, so it has to be...
Started by rwmnau on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
IsLocal ....
I believe this is true, but cannot verify right now .
I think you'd probably spend less time just making a demo build than trying to make that work .
That would require spoofing a non-local IP address in requests to your local instance of IIS .
|
|
I've never p-boxed anyone. Until yesterday and I p-boxed 2 people. But they're not grayed out. Has TMF changed how Ignored Fools are handled or is there something wrong with the system?
Started by FoolishWaldo on
, 4 posts
by 1 people.
Answer Snippets (Read the full thread at fool):
Go to the bottom and see if the Penalty Box is... .
On the right side will be the information about Ignored Fools.
Go into Customize and from the list on the left click on Edit Favorite/Ignored Fools.
Hi,
It's possible your Penalty Box is off.
|
|
I'm biased towards writing fool-proof applications. For example with PHP site, I validate all the inputs from client-side using JS. On the server-side I validate again. On both sides I do validation for emptiness, and other patterns (email, phone, url...
Started by Viet on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
I would not assume that that degrades performance enough to be of much .
fool-proof applications.
|