Corey Trager

5,854
Reputation
396 views

Registered User

Name Corey Trager
Member for 1 year
Seen 5 hours ago
Website
Location Wilmette, IL
Age 53
Author of the free, open source, web-based bug tracking application, BugTracker.NET at http://ifdefined.com/bugtrackernet.html
2d
awarded  Necromancer
2d
revised Where do I put code in Sinatra (ruby web framework) that I just want to execute once?
added edit1
2d
comment Where do I put code in Sinatra (ruby web framework) that I just want to execute once?
I guess, I'm confused about the purpose of a Sinatra config block versus doing something outside of a block.
2d
asked Where do I put code in Sinatra (ruby web framework) that I just want to execute once?
Nov
26
comment What, if any, printable character did a user type based on the values in a given System.Windows.Forms.KeyEventArgs?
Pedery - see the code I just posted in the question itself.
Nov
26
revised What, if any, printable character did a user type based on the values in a given System.Windows.Forms.KeyEventArgs?
Added code.
Nov
26
comment What, if any, printable character did a user type based on the values in a given System.Windows.Forms.KeyEventArgs?
The logic did not work for me.
Nov
22
comment How can my Ruby “Time.now” timings be so low when my “ping” timings are so high?
I'm ssh'ed into the remote host to, watching MongoDB's verbose output, and from that output I KNOW there is a network round trip going on. So, I'm just baffled by the difference in ping time versus the time that ruby measures.
Nov
21
asked How can my Ruby “Time.now” timings be so low when my “ping” timings are so high?
Nov
21
comment Using Sinatra and MongoDB - what’s the recommended way to “keep alive” the mongodb connection between http requests?
See "EDIT1" in my question as an example of what is NOT working.
Nov
21
revised Using Sinatra and MongoDB - what’s the recommended way to “keep alive” the mongodb connection between http requests?
added 321 characters in body
Nov
21
comment Using Sinatra and MongoDB - what’s the recommended way to “keep alive” the mongodb connection between http requests?
I think I'm doing what you suggest, but it's not behaving as you say.
Nov
21
comment Using Sinatra and MongoDB - what’s the recommended way to “keep alive” the mongodb connection between http requests?
When I do what you do and look at the output of mongod, I see connections being made for each HTTP request, including requests for css, js files.
Nov
20
revised Using Sinatra and MongoDB - what’s the recommended way to “keep alive” the mongodb connection between http requests?
added 17 characters in body; edited title
Nov
20
revised Using Sinatra and MongoDB - what’s the recommended way to “keep alive” the mongodb connection between http requests?
added 5 characters in body
Nov
20
asked Using Sinatra and MongoDB - what’s the recommended way to “keep alive” the mongodb connection between http requests?
Nov
20
awarded  Enlightened
Nov
20
awarded  Nice Answer
Nov
19
awarded  Popular Question
Nov
12
answered How to cancel RadioButton or CheckBox checked change
Nov
9
awarded  Popular Question
Nov
9
comment How can you get a ComboBox child of a DataGridView to process all keys, including “.”?
I have not solved the problem. I've tried your solution and that's not working for me, and after thinking about it, I'm not surprised. I'm using the combobox in the header, not a regular cell. I don't think my grid knows enough about my combobox to discover and use its IDataGridViewEditingControl interface. I mean, I think I have more problems than just this problem. I'm going to mark your answer as the accepted one anyway.
Nov
9
comment What do you look for in a bug tracker?
Ha - at work we have a "component" drop down that is global to all the software at the company....
Nov
7
answered What do you look for in a bug tracker?
Nov
5
comment What infrastructure tools do you recommend for helping an open source user community share non-mainline code with each other?
Just one project, and not TOO much work for me.
Nov
5
revised What infrastructure tools do you recommend for helping an open source user community share non-mainline code with each other?
added 195 characters in body
Nov
5
comment What infrastructure tools do you recommend for helping an open source user community share non-mainline code with each other?
Take a look at this regarding google groups: ejohn.org/blog/google-groups-is-dead
Nov
5
revised What infrastructure tools do you recommend for helping an open source user community share non-mainline code with each other?
I changed the title.
Nov
5
asked What infrastructure tools do you recommend for helping an open source user community share non-mainline code with each other?
Nov
2
awarded  Popular Question
Oct
30
revised What are the REAL steps for installing SQL Server Express 2008 and Management Studio Express?
quotes from msdn
Oct
30
revised What are the REAL steps for installing SQL Server Express 2008 and Management Studio Express?
edit1
Oct
30
comment What are the REAL steps for installing SQL Server Express 2008 and Management Studio Express?
Please comment, theorize, about the user comments at msdn.microsoft.com/en-us/library/…? I did download your link, and I experienced frustration similar to the folks there. Was there any version of SQL Server 2005 or 2008 on your machine when you installed the 2008 stuff?
Oct
30
comment What are the REAL steps for installing SQL Server Express 2008 and Management Studio Express?
Please comment, theorize, about the user comments at msdn.microsoft.com/en-us/library/…? I did download your link, and I experienced frustration similar to the folks there. Was there any version of SQL Server 2005 or 2008 on your machine when you installed the 2008 stuff?
Oct
30
asked What are the REAL steps for installing SQL Server Express 2008 and Management Studio Express?
Oct
25
answered Is there a bug/issue tracking system which integrates with Mercurial?
Oct
24
asked mercurial (hg) syntax equivalent of git’s “^”, meaning the commit PRIOR to the specified commit.
Oct
22
comment Why does mercurial “hg log --style paper” give me “permission denied” error?
With Doug's hint, I happened to figure out the map-cmdline part before reading your answer. The chapter on styles in the HgBook doesn't even mention the "map-cmdline" part. If you start with the "From templates to styles" part, you would think you could just create a file with any name, any location....
Oct
22
accepted Using WinDbg/SOS to debug managed->native callstack. I get “Failed to request ThreadStore”
Oct
22
accepted What’s the best technology for connecting from linux to MS SQL Server using python? ODBC?
Oct
22
revised Why does mercurial “hg log --style paper” give me “permission denied” error?
cleanup; added 14 characters in body
Oct
22
asked Why does mercurial “hg log --style paper” give me “permission denied” error?
Oct
18
revised Are there any good Issue Tracking systems that can track git commits/branches
added mantis
Oct
18
revised Are there any good Issue Tracking systems that can track git commits/branches
added 463 characters in body
Oct
18
revised Are there any good Issue Tracking systems that can track git commits/branches
added gerrit; added 29 characters in body
Oct
18
revised Bug tracker setup with Git integration?
added 144 characters in body
Oct
18
revised Are there any good Issue Tracking systems that can track git commits/branches
changed title
Oct
18
revised Are there any good Issue Tracking systems that can track git commits/branches
added 223 characters in body; added 39 characters in body
Oct
18
revised Are there any good Issue Tracking systems that can track git commits/branches
added 342 characters in body
Oct
18
comment Are there any good Issue Tracking systems that can track git commits/branches
See this discussion: stackoverflow.com/questions/1484153/…