Nescio

4,698
reputation
304 views

Registered User

name Nescio
member for 1 year
seen 30 mins ago
website
location Phoenix
age 25
this = Code as Life;
1d
revised Tile sizing algorithm
tag
Dec
11
revised C# XSLT: How to debug this error ?
code format
Dec
8
comment Is there an algorithm which prints out a shuffled list without actually modifing the list?
+1 You're too fast
Dec
7
answered C# - Easiest way to parse filename with spaces eg. “C:\Test\File with spaces.txt”
Dec
5
revised A better way to do this LINQ query?
Code format
Dec
5
revised Visual Studio: How to trigger an alarm when a breakpoint is hit?
Added path for Win7; added 4 characters in body
Dec
5
revised Binary tree search algorithm errors
code formatting
Dec
5
revised What’s in a name?
grammer
Dec
2
revised How can I generate this pattern of numbers?
added 1 characters in body
Nov
30
revised How can I generate this pattern of numbers?
deleted 4 characters in body
Nov
30
revised How can I generate this pattern of numbers?
added 114 characters in body; added 15 characters in body
Nov
30
revised How can I generate this pattern of numbers?
added 278 characters in body
Nov
30
comment How can I generate this pattern of numbers?
This is nice, but I need the values as part of a larger calculation.
Nov
30
revised How can I generate this pattern of numbers?
added 122 characters in body; edited tags; added 1 characters in body
Nov
30
comment How can I generate this pattern of numbers?
Excellent, thanks!
Nov
30
asked How can I generate this pattern of numbers?
Nov
24
answered Do you actually remember all of the different ways to progam via many API’s
Nov
23
answered Java, Massive message processing with queue manager (trading)
Nov
22
revised Volatile or synchronized for primitive type?
edited title
Nov
21
comment What are the biggest potential time wasters in development?
I wish I could +2
Nov
18
revised Skip Microsoft Word 2007 grammar check for code
deleted 3 characters in body
Nov
16
comment What is Caps Lock good for?
A sad side-note: my new laptop doesn't have any indicator lights for Caps Lock or Num lock, and doesn't support scroll lock at all; now, I don't know what I'll do! (Dell Studio 17)
Nov
16
awarded  Reversal
Nov
15
comment How to limit the service access in WCF to a set of windows accounts?
The PrincipalPermissionAttribute can be added to either a class or method. If added to a class, then every method in the class is authorized.
Nov
13
comment int.TryParse = null if not numeric?
+1 for standing your ground and leaving it here as an example of what not to do.
Nov
13
comment Is there a Linq operation to retrieve specific items from a list of items where the item has a property value for a property which should be unique?
It seems you have a bug in your original loop. It should read: if (customObject != innerCustomObject && ...)
Nov
13
comment Is there a Linq operation to retrieve specific items from a list of items where the item has a property value for a property which should be unique?
This will only return the Names of the duplicates.
Nov
11
revised What level of management participation is important to you as a Technical Team Lead?
added 1 characters in body
Nov
6
answered How to write formula in Excel for my requirement
Nov
6
awarded  Good Answer
Nov
5
comment C# int.parse issue with leading zeros
Convert.ToInt16 and Convert.ToInt64, is actually a static wrapper method for the int.Parse method. It can be slower than int.Parse if the surrounding code is equivalent.
Nov
4
accepted Skip Microsoft Word 2007 grammar check for code
Nov
4
answered Skip Microsoft Word 2007 grammar check for code
Oct
31
comment How do I compare the fields/properties between POCOs?
The BindingFlags allow you to access any combination of fields, public or private or static, etc. I am sorry my defaults were not valid for you, but I'm glad you figured it out!
Oct
31
accepted How do I compare the fields/properties between POCOs?
Oct
31
revised How do I compare the fields/properties between POCOs?
example; added 1 characters in body; added 21 characters in body
Oct
31
answered How do I compare the fields/properties between POCOs?
Oct
27
revised Calling an overriden base method conditionally in C#
fixed code format
Oct
27
awarded  
Oct
23
comment Is there a keyboard shortcut for ‘Generate stub’ in VS 2010?
I was unable to get M to work, but at least I can use Ctrl+. to get to the menu without the mouse. Ctrl+.,Enter - Thanks!
Oct
23
asked Is there a keyboard shortcut for ‘Generate stub’ in VS 2010?
Oct
22
answered How to stop visual studio debugger from stepping into assembly?
Oct
21
revised What is this menu style called?
deleted 29 characters in body
Oct
21
revised What is this menu style called?
added 220 characters in body; edited tags
Oct
21
comment What is this menu style called?
Thanks for the link! I found exactly what I wanted.
Oct
20
revised What is this menu style called?
added 171 characters in body
Oct
20
asked What is this menu style called?
Oct
20
answered How to see the URL of a source code of a website?
Oct
20
comment Co-Worker pushing for a scary and smelly software solution, need help!
yes, my point exactly!
Oct
20
comment How do I code this layout on my webpage?
Thanks for answering my follow-up, even after I deleted it!! I wish I could accept this answer again. :)