Blair Conrad

10,471
reputation
413 views

Registered User

name Blair Conrad
member for 1 year
seen 2 hours ago
website
location Waterloo, Ontario, Canada
age 36
I'm a software developer for a Healthcare-related company, working in Waterloo, Ontario, Canada. I do most of my paid development in C#, but program recreationally using Python.
1d
comment How do I determine an open file’s size in Python?
Is there a reason you can't just keep track of the file size yourself - that is, see what the size is when you open it and increment a counter when you write? Not particularly elegant, but it should work.
Dec
6
awarded  Mortarboard
Dec
5
comment MySQL: keep server timezone or user timezone?
+1, but even more so for UTC over server time zone. What if you want to move the server later, or have multiple servers around the world?
Dec
3
revised Need to find Default Web Site’s Home Directory in IIS
restored wrongly-removed tags, corrected spelling
Dec
1
accepted Clubbing reprints of a book with different ISBNs
Dec
1
revised Clubbing reprints of a book with different ISBNs
edited tags
Dec
1
answered Clubbing reprints of a book with different ISBNs
Nov
29
awarded  Good Answer
Nov
27
awarded  Nice Answer
Nov
24
revised C#: How to connect to Active Directory with SSL enabled?
improved formatting
Nov
23
awarded  Nice Answer
Nov
19
awarded  Good Answer
Nov
2
comment Using Python to check words
Honestly, my best guess is that the words aren't in the dictionary. Can you replicate with a small text size and dictionary? If so, print out the dictionary to verify that the entries are there. Keep in mind that "in" checks the dictionary keys, so if you've added the words as values with some other keys, you won't get hits...
Oct
27
comment python re: no such group
It's' not a matter of the statements being invalid, just that your expression attempts to match things that you didn't mean to - essentially, you're trying to match any of the characters within the [], not the special regular expression constructs you made. You can tell you matched something because reOptions is not None. You can use MatchObject.group with no arguments to see the entire string that was matched.
Oct
27
accepted python re: no such group
Oct
27
answered python re: no such group
Oct
24
comment Python zlib output, how to recover out of mysql utf-8 table?
Latin-1 and UTF-8 aren't compatible - there are differences once you're out of the plain ASCII range, which you'd definitely be once you zlib compressed something
Oct
23
awarded  Nice Answer
Oct
23
comment Should you obfuscate a commercial .Net application?
Well, keep in mind that (in theory) you have the original code to help, as well as the text of the log messages. The only thing that should be obfuscated would be the class and member names. In addition, many tools (Dotfuscator is one) create a map file to tell you what obfuscated construct name maps back to which original name - this can make it a pain to figure out exactly where the log messages come from, but nowhere near impossible.
Oct
21
awarded  Nice Answer
Oct
15
awarded  Nice Answer
Oct
15
awarded  Nice Answer
Sep
24
revised Accessing Registry using .Net?
edited tags
Sep
24
answered Accessing Registry using .Net?
Sep
23
comment Trouble with positive look behind assertion in python regex.
Of course! Non-matching group. Mind like a sieve, doncha know.
Sep
23
accepted Trouble with positive look behind assertion in python regex.
Sep
23
revised Trouble with positive look behind assertion in python regex.
added 153 characters in body
Sep
23
answered Trouble with positive look behind assertion in python regex.
Sep
16
comment How do I ignore files in subversion?
You're right, blahdiblah. Fixed.
Sep
16
revised How do I ignore files in subversion?
fixed typo, per comment
Sep
14
revised Jquery if clause
improved formatting
Sep
7
revised How do you include/exclude a certain type of files under Subversion?
added 3 characters in body
Aug
25
accepted Make Emacs less aggressive about indentation
Aug
25
answered Make Emacs less aggressive about indentation
Aug
25
revised C# - StringDictionary - how to get keys and values using a single loop?
deleted 2 characters in body; edited tags; edited title
Aug
19
revised basic pointer question in c++ program
edited tags; edited title
Aug
15
comment C#: How to generate short MD5 code?
Hi, Prashant. I see your new comment about using the string in a URL. I can think of a few approaches to make this work again, but maybe we'd be able to give an answer that fits your problem if you expanded on what kinds of inputs you expect to have, exactly why you're making an MD5 hash, and what you want to accomplish with the URL in the end. That way we can short-circuit any objections you may have with new solutions, or maybe even just suggest another approach, like @tvanfosson's Perfect Hash Function idea.
Aug
14
awarded  Yearling
Aug
13
revised Are Custom Filters in NUnit Possible?
edited body
Aug
13
answered Are Custom Filters in NUnit Possible?
Aug
11
revised C#: How to generate short MD5 code?
standardized on ASCII85 name
Aug
11
revised C#: How to generate short MD5 code?
added 588 characters in body; added 81 characters in body; added 85 characters in body; deleted 6 characters in body
Aug
11
awarded  Taxonomist
Aug
11
comment python datetime strptime wildcard
I'd be worried about what this is going to do to August.
Aug
10
comment web.config file setting in asp.net
I think you forgot a few words... try expanding your question.
Aug
9
answered C#: How to generate short MD5 code?
Aug
5
comment what LaTex Editor do you suggest for Linux?
True. I shoulda said.
Aug
5
answered what LaTex Editor do you suggest for Linux?
Aug
3
awarded  Enlightened
Jul
23
accepted Unable to find the Python PIL library.Google App Engine