Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Corey Trager
Corey Trager has asked
73
questions and find answers to
61
problems.
Stats
1.7k
EtPoint
403
Vote count
73
questions
61
answers
About
Stuff I wrote:
* BugTracker.NET - a free, open source, web-based bug tracking application. See http://ifdefined.com/bugtrackernet.html for more info.
* Hacker News Reader App for Android - Free, in the Android Market
Corey Trager questions
For the .NET ToolStripButton, can I have a multiple line "Text" property?
How can I get my git (msysgit on windows) post-commit script to invoke my python script as python rather than bash?
What is "git" syntax for getting just the unified diff of how a single commit X changed a single file Y?
Why should I care about compacting an MS Access .mdb file?
In C++, I want my interface, .h to say int GetSomeInt() const;.... but actually the method *DOES* update "this".
For sending passwords over the wire, which is more secure: Diffie-Helman/AES or RSA? (It bothers me that AES doesn't obscure password length)
What's the best technology for connecting from linux to MS SQL Server using python? ODBC?
FlashDevelop - Why does code-completion not work with mx.controls
How can I configure Microsoft ADAM to be similar to Active Directory?
I'm getting a callback with latitude and longitude, how can I best calculate "current speed", and other derived values?
Corey Trager answers
How can I get my git (msysgit on windows) post-commit script to invoke my python script as python rather than bash?
How to design a database schema that can be used with both MySQL and SQL Server?
In .Net, what's the better choice to code key presses in keyboard, key-up or keydown?
Why doesn't setting a nvarchar variable to null return nothing in this stored proc?
Using System.Drawing, how can I draw something that imitates the effect of a yellow highlighting marker?
Why is putImageData so slow?
MSXML2.XMLHTTP send method works with early binding, fails with late binding
How to access Subversion from Oracle PL/SQL?
What's the best technology for connecting from linux to MS SQL Server using python? ODBC?
Storing temporary user files in ASP.NET in medium trust