This account is temporarily suspended to cool down.
The suspension period ends on Apr 16 '14 at 11:17.
| bio | website | asti-trans.com |
|---|---|---|
| location | United States | |
| age | 26 | |
| visits | member for | 2 years, 10 months |
| seen | May 15 at 20:17 | |
| stats | profile views | 325 |
What I Do:
Sr. Software Engineer @ ASTI Transportation Inc.
Coordinator @ MicroContrib
Contributor @ .Net Micro Framework
Coordinator @ .Net7NTCIP
Coordinator @ .Net JavaScript Implementations
Coordinator @ Managed Media Aggregation
My LinkedIn Page
|
Apr 16 |
comment |
C# determine if all characters in a string are the same How many times will the problem be in other places? If needed offset by uncertainty required... |
|
Apr 16 |
comment |
C# determine if all characters in a string are the same Careful of null |
|
Apr 16 |
comment |
C# determine if all characters in a string are the same No null check... |
|
Apr 16 |
comment |
C# determine if all characters in a string are the same s != null && s.Length > 1 && s[s.Length - 1] == s[0] |
|
Apr 16 |
comment |
C# determine if all characters in a string are the same String is null this breaks :p |
|
Apr 16 |
comment |
C# determine if all characters in a string are the same What if it's only 1 char in length :P |
|
Apr 16 |
comment |
How to get integer number from one date to another in PHP ...1337........ |
|
Apr 16 |
comment |
How to get integer number from one date to another in PHP Php has their entire manual online.. us3.php.net/manual/en/function.date.php ... |
|
Apr 16 |
comment |
Lookup table index for struct array Just use a function pointer which determines if the type is valid? or am I missing something... Then have a lookup of true values... smaller and faster... |
|
Apr 16 |
comment |
How do I chain three asynchronous calls using jQuery promises?sniker jQuery.Promise().Promise().Promise(void) |
|
Apr 16 |
comment |
pass an array object in a parametersniker Since all writes must firstr be reads in the java memory model this is impossible unless good old chuck norris comes about |
|
Apr 16 |
comment |
Using Only the First Letter in a String Stored in an Array See this article @ CodeProject... It might give you some better ideas then you currently have... codeproject.com/Articles/578116/… |
|
Apr 16 |
comment |
In C# How Do You Get Variables From Another Classsniker Carefully! codeproject.com/Articles/578116/… |
|
Apr 16 |
comment |
Validate quantities with whole numbers Where is the bounty or offer of something in return for us doing your work everyday? |
|
Apr 16 |
comment |
Replace is adding to end of string How can you not accept my first answer and then post a new question for me to answer ? ;) |
|
Apr 15 |
answered | Replace is adding to end of string |
|
Apr 15 |
comment |
.NET IL ByteCode Optimizer You may want to check out codeproject.com/Articles/578116/… |
|
Apr 12 |
comment |
What is the resolution of windows high performance counter? Be-careful using counters if the counter is not counted you will have incorrect results!!! See my answer! |
|
Apr 12 |
comment |
What is the resolution of windows high performance counter? this instruction has the potential to be disabled... |
|
Apr 12 |
answered | c++, usleep() is obsolete, workarounds for Windows/MingW? |