Even Mien

2,398
reputation
410 views

Registered User

name Even Mien
member for 1 year
seen 5 hours ago
website
location Atlanta, GA
age 36
How many licks does it take to understand a regular expression?
1d
revised Best way to read rapidshare API response ?
make that PHP
1d
revised Best way to read rapidshare API response ?
added tags
1d
answered Best way to read rapidshare API response ?
2d
comment Stack overflow code golf
I'll even admit to doing it more than once. I blame the Illuminati.
Dec
14
comment ASP.NET Membership: how to assign Profile values?
If you are implementing this and receive "Unable to cast object of type 'ProfileCommon' to type 'XYZ'", then see stackoverflow.com/questions/79129/…. (I used 'ProfileCommon' instead of 'AccountProfile' as my class name).
Dec
14
answered ASP.NET Membership: how to assign Profile values?
Dec
11
revised SSIS: Strip Characters from Flat File
added 183 characters in body
Dec
10
revised What would be a good version control system for a small Delphi team?
emphasis and link to TortoiseHG
Dec
8
answered How to change every nvarchar column to varchar?
Dec
7
comment .Net vs SSIS: What should SSIS be used for?
+1 for pain points, I don't think I'll ever use SSIS for a project again. It's just not a maintainable solution for when requirements change.
Dec
5
comment What should I do to improve my code/style of programming?
Exactly! Write your code like someone else is going to read it, because they surely will. My biggest source of consternation is trying to figure out what they mean (not if the code is technically correct). Also, remember that most reviewers will zoom in and out of your code, so each section has to make sense on its own.
Dec
4
answered Can someone copyright a SQL query?
Dec
4
comment How to set CSS for disabled checkboxes?
We couldn't do this in CSS, since our user base is using IE. We did this programmatically on the checkbox controls in .NET, however.
Dec
4
revised SSIS: Strip Characters from Flat File
edited tags
Dec
4
comment SSIS: Strip Characters from Flat File
I need to remove the quotes from the entire file before it is processed. Otherwise, the columns are getting screwed up.
Dec
4
comment SSIS: Strip Characters from Flat File
Can this be run pre-processing on the file? I need to remove the quotes from the file beforehand, so that the columns can be imported correctly.
Dec
3
asked SSIS: Strip Characters from Flat File
Dec
3
revised Populate a list of Objects (With Linq?)
added 4 characters in body
Dec
3
answered Populate a list of Objects (With Linq?)
Dec
2
answered How do I get the ASP.NET DataPager control to work in an UpdatePanel?
Dec
1
revised ListView with DataPager not working
spelling
Nov
24
answered Remove duplicates from a List<T> in C#
Nov
20
comment How to set CSS for disabled checkboxes?
Yeah, I definitely need IE as that's 100% of my user base.
Nov
16
revised Should C# include multiple inheritance?
speeling correction
Nov
12
awarded  Popular Question
Nov
6
comment asp.net: Individual Session Variables vs Object Saved in Session
I'd go with the struct then. But if your session serialization starts to become a bottleneck, you can always break the struct apart.
Nov
6
answered asp.net: Individual Session Variables vs Object Saved in Session
Nov
5
comment Is there an alternative to Dictionary/SortedList that allows duplicates?
Duplicate of stackoverflow.com/questions/146204/…
Nov
5
revised What is the difference between a character array and string?
edited body; edited title
Nov
3
comment Dash vs. Underscore
Welcome to the Wild Wild Web!
Oct
27
revised SQL Server - SCOPE_IDENTITY() for GUIDs?
edited tags
Oct
27
revised SQL : BETWEEN vs <= and >=
clarification on "longer syntax"
Oct
26
comment Recommend ONE favorite SSIS component that does SFTP/FTPS
SFTP component is NOT free, though.
Oct
25
comment What has been your greatest programming revelation?
It would be nice to to merge the answers into the other question. So much for using 'shakubuku' for earning my taxonomist badge.
Oct
25
revised What has been your greatest programming revelation?
edited tags
Oct
25
comment What has been your greatest programming revelation?
@gnovice similar, but not an exact dup imo. I wanted to find out about how an epiphany can change how people look at their craft, not only about the epiphany itself.
Oct
25
comment What has been your greatest programming revelation?
@Casey It's a quote from Grosse Point Blank, the best high school reunion assassin movie of all time (imdb.com/title/tt0119229/quotes), but for real it's a Buddhist idea (gakkaionline.net/Imagery/Shakubuku.html/…).
Oct
25
answered Linq2SQL: Why doesn’t datacontext update database
Oct
25
revised What has been your greatest programming revelation?
my example added
Oct
25
asked What has been your greatest programming revelation?
Oct
25
comment How to find what numbers in a set add up to another given number?
My understanding is that Subset Sum is an exact match, while more generalized Knapsack is finding a maximum amount.
Oct
25
comment What do you think of “Programming is Gardening, not Engineering”?
metaphor counter-examples: data grows every day and night, bugs sneak in through your keyboard and fingers, TDD spray helps keep the bugs away, you can eat because you code, lcd tans are sexier and more healthy, dumping crap data as tests makes code more robust, pruned code grows with reuse, bad code springs up through other developers and management whims
Oct
25
comment What are your favorite metaphors for technical concepts?
That's definitely a Shakubuku (a swift, spiritual kick to the head that alters your reality forever).
Oct
25
awarded  Citizen Patrol
Oct
25
answered Which metaphor would you use to describe programming?
Oct
23
revised Should we care if a prospective hire understand Big O notation?
additional emphasis added :)
Oct
21
comment Regular expression to find unescaped double quotes in CSV file
My line breaks were off in the post. Does it make sense now?
Oct
21
asked Regular expression to find unescaped double quotes in CSV file
Oct
21
answered SQL Server: Check if table exists
Oct
20
revised Import Package Error - Cannot Convert between Unicode and Non Unicode String Data Type
edited tags