login
|
about
|
faq
Questions
Tags
Users
Badges
Unanswered
Ask Question
Evgeny
1,440
reputation
169 views
Registered User
name
Evgeny
member for
1 year
seen
5 mins ago
website
location
Melbourne, Australia
age
stats
activity
reputation
favorites
accounts
10h
accepted
Punctuation insensitive search in mySQL
13h
answered
How to get C#.Net Assembly by name?
13h
revised
MSMQ querying for a specific message
added 634 characters in body
14h
comment
C#: Use up almost all memory
Yep, this one throws OutOfMemoryException long before using up all the available RAM.
14h
comment
C#: Use up almost all memory
Yep, it works! In fact, it works so well that it crashed Visual Studio 2008 (while running it under the debugger).
14h
answered
MSMQ querying for a specific message
14h
comment
Punctuation insensitive search in mySQL
Good point - I meant search time. The coding time would depend on how the data gets updated, I suppose, but perhaps this "post-filtering" solution is better in that respect.
15h
answered
Punctuation insensitive search in mySQL
15h
answered
PyLint “Unable to import” error - how to set PYTHONPATH?
16h
answered
easiest way to parse xml in python
16h
answered
What is an abstract class ?
16h
asked
Best place to coerce/convert to the right type in Python
17h
answered
how to prevent user from decrpting data file while the program is capable to read the data file freely?
17h
answered
How to select one of a group of element using Jquery?
21h
answered
Htaccess rule to redirect domain to index.html
22h
accepted
Using LGPL library in a commercial Java application
23h
answered
Using LGPL library in a commercial Java application
23h
comment
Generate words that fit in Guids (just for fun)
The "GUIDs" don't have to be "unique"? :)
23h
comment
PyLint “Unable to import” error - how to set PYTHONPATH?
The symlink is a good idea, but it's only supported from Windows Vista onwards and I'm running XP. I suppose I could try hard-linking it...
23h
comment
PyLint “Unable to import” error - how to set PYTHONPATH?
Hmm, but where would you put that code? At the top of each and every file? I suppose it would work, but it's quite a hack just to get PyLint to work.
1d
comment
Programmer working conditions
+1 for Dilbert #3
1d
comment
Taking ownership of trustedinstaller files?
This would probably get more attention on superuser.com
1d
comment
Why does javascript:alert(”foo” & “bar”); display zero?
Hmm, interesting theory, but
"foo" & "foo"
returns 0 as well.
1d
answered
Why does javascript:alert(”foo” & “bar”); display zero?
1d
awarded
●
Organizer
1d
revised
Stored Procedure WHERE LIKE ID or NAME
edited tags
1d
revised
PyLint “Unable to import” error - how to set PYTHONPATH?
Added __init__.py
1d
comment
PyLint “Unable to import” error - how to set PYTHONPATH?
Yes, I do have
__init__.py
in both directories. I think the problem is that the top dir is NOT in PYTHONPATH when PyLint runs and I'm not sure how to fix that.
2d
asked
PyLint “Unable to import” error - how to set PYTHONPATH?
2d
accepted
Domain Driven Design question
Dec
12
answered
Domain Driven Design question
Dec
12
answered
How to register a winservice?
Dec
12
comment
How do I tell PyLint “it’s a variable, not a constant” to stop message C0103?
Excellent, I didn't know that, either. Thanks again.
Dec
11
accepted
How much slower is a try/catch block?
Dec
11
comment
How do I tell PyLint “it’s a variable, not a constant” to stop message C0103?
Thanks. I also added
# pylint: enable-msg=C0103
afterwards so that the rest of the code still gets checked.
Dec
11
answered
How much slower is a try/catch block?
Dec
11
asked
How do I tell PyLint “it’s a variable, not a constant” to stop message C0103?
Dec
10
revised
How to force Internet Explorer (IE) to REALLY reload the page?
Changed title and tags to make this easier to search for
Dec
10
answered
Using “assert” with pointers in C++
Dec
10
comment
How to force Internet Explorer (IE) to REALLY reload the page?
Michael, no, I verified in Fiddler that IE is not getting the page contents from the server.
Dec
10
answered
Javascript date to C# via Ajax
Dec
9
asked
How to force Internet Explorer (IE) to REALLY reload the page?
Dec
4
awarded
●
Tumbleweed
Dec
2
comment
Read datetime back from sqlite as a datetime in Python
Thanks, Alex, it works! I'm surprised by this, because there is no mention of the TIMESTAMP type at all on
sqlite.org/datatype3.html
Dec
2
revised
Read datetime back from sqlite as a datetime in Python
Provided more code, as requested; deleted 2 characters in body; added 2 characters in body; deleted 2 characters in body
Dec
2
answered
Read datetime back from sqlite as a datetime in Python
Dec
2
revised
Read datetime back from sqlite as a datetime in Python
added 4 characters in body
Dec
2
comment
What are your language “hangups”?
If only naming was the worst of PHP's inconsistencies!
Dec
2
answered
What language are most mainstream Windows GUI programs written in?
Dec
2
asked
Read datetime back from sqlite as a datetime in Python
Stack Overflow works best with JavaScript enabled