| bio | website | aehiilrs.ca |
|---|---|---|
| location | Medicine Hat, Canada | |
| age | 29 | |
| visits | member for | 4 years, 2 months |
| seen | May 21 at 15:52 | |
| stats | profile views | 261 |
I think I'd rather delete code than write it most days.
|
Mar 2 |
awarded | Yearling |
|
Oct 18 |
awarded | Notable Question |
|
Aug 21 |
revised |
Scrolling bar for messages like in Facebook messages grammar fixes |
|
Aug 21 |
suggested | suggested edit on Scrolling bar for messages like in Facebook messages |
|
Aug 13 |
awarded | Nice Question |
|
Jul 19 |
comment |
Accessing data in internal production databases from a web server in DMZ I got some pretty good suggestions from here: serverfault.com/questions/205662/… Sadly in my situation a compromise was never reached. I hope yours goes better. |
|
Jun 12 |
awarded | Caucus |
|
Jun 8 |
awarded | Caucus |
|
Jun 8 |
awarded | Caucus |
|
Mar 2 |
awarded | Yearling |
|
Feb 22 |
awarded | Popular Question |
|
Feb 15 |
awarded | Autobiographer |
|
Feb 15 |
answered | PHP form: How can I solve a 500 Internal Server Error? |
|
Feb 2 |
comment |
Explain why anonymous functions in Javascript can access variables in the outer function? Go grab a bottle of vodka and read this question. I'd try to give you an answer but my office has a no alcohol policy. stackoverflow.com/questions/500431/javascript-variable-scope |
|
Jan 11 |
awarded | Pundit |
|
Jan 11 |
comment |
Similar Function to CONTAINS LIKE '%DEF%' would work, but it can be sloooooooooooooooooooowwwwwww. "A field which contains some codes delimited by a space" should be avoided. |
|
Jan 10 |
comment |
Parallel.For VS For. Why there is this difference? @MarkJ I think you have a bug there - but I do see your point now. That's gotta be awkward. |
|
Jan 10 |
comment |
Parallel.For VS For. Why there is this difference? @MarkJ Thinking about it more, I'd almost bet they decided to go with the way that is the most reasonable when dealing with a zero-based array - that good old for(i=0;i<arrayLength;i++) situation that pops up so often. |
|
Jan 10 |
comment |
Parallel.For VS For. Why there is this difference? Because that's how it was designed. Imagine a C#-style for written like this: for(i=fromInclusive; i<toExclusive; i++) That's just how it is. :) |
|
Jan 10 |
answered | Parallel.For VS For. Why there is this difference? |