Oddthinking

2,477
reputation
252 views

Registered User

name Oddthinking
member for 1 year
seen 7 hours ago
website
location Sydney, Australia
age
7h
answered Python send cmd on socket.
Dec
6
awarded  Mortarboard
Dec
1
revised Does Google’s go-language address the problems in Paul’s Graham’s post ‘Why Arc isn’t Especially Object Oriented’?
spelling correction
Nov
24
comment Question on LGPL License
IANAL either, but... the lack of a copyright notice does NOT mean a version is not copyrighted. See the Berne Convention (en.wikipedia.org/wiki/…)
Nov
24
revised Question on LGPL License
grammar and spelling
Nov
24
comment Bizarre timeout in Web CMS, ideas?
:-( I actually wrote an answer saying "Clear the browser cookies in Firefox", but then I deleted it when I re-read your description and saw it happened on many computers; I thought it unlikely to be a cookie problem.
Nov
23
answered Bizarre timeout in Web CMS, ideas?
Nov
23
answered Can we use any extension in LONGDESC or only .html is allowed by W3C?
Nov
23
revised Given a date range, count # of workdays per pay period the range falls in
Formatted table.
Nov
22
awarded  Popular Question
Nov
22
answered What is the definition of an implementation detail?
Nov
22
revised What does this code-snippet do?
Changed title
Nov
12
comment How does pylint quit the Windows command box it is running in?
Yes, @wallyk, the Python scripts directory contains pylint.bat which indeed does contain an exit. My mental model of Python and Windows is restored. I thank you.
Nov
12
comment How does pylint quit the Windows command box it is running in?
Indeed it is. Jim, you deserve the credit for guessing the answer first, but wallyk gave me an answer, rather than a comment, to vote upon.
Nov
12
asked How does pylint quit the Windows command box it is running in?
Oct
28
comment What should coding guidelines do, and are there any good examples of guidelines?
@Doug, if you had asked me in 1992, I would have pointed to existent tools that almost did that, and predicted everyone would be using tools as you describe by the turn of the century. I picked that one wrong!
Oct
28
comment What is the best Battleship AI?
If you start by leaving 3 or 4 spaces, you might be lucky enough to hit the sub anyway. If not, go back and try filling in the gaps. More at: somethinkodd.com/oddthinking/2009/…
Oct
28
comment What is the best Battleship AI?
@Jurily, in rock-paper-scissors, the best possible strategy is to make every move completely random, UNLESS you know that there are some sub-optimal players in the pool, in which case it might be better to try to detect their strategy and adapt. As @Jherico says, that's when the arms race starts.
Oct
19
comment Installing python-mysql with wamp’s mysql
I'm sorry, I can't be as helpful as I would like here. My recollection from many years ago, was that vcvarsall.bat was provided by Visual Studio. It was placed in the path, so it could be found by build scripts such as this. It set-up some environment variables pointing to the compiler, linker etc, so the build script could call them as required. I have never used the MINGW/Cygwin C-compilers, so I don't know if they provide a similar trick. I wonder if new question titled "How do I build Python libraries with Cygwin, Not Visual Studio?" would attract more attention.
Oct
17
comment Installing python-mysql with wamp’s mysql
Sorry, I don't know. Perhaps that would make another good SO question?
Oct
17
answered Installing python-mysql with wamp’s mysql
Oct
17
revised Help me make my password storage safe
Changed the overly provocative title
Oct
12
asked Pushing a Git source tree, not just a repository.
Oct
5
comment Python Implementation of the Object Pool Design Pattern
Python has a thread-safe Queue already built-in? I didn't know that! Yes, that'll speed up the implementation (which I thought would be short, but mainly spent thinking through concurrency issues). Sorry, I didn't understand your distinction about a "pool of connections" versus "pool of objects". I said I wanted "to share a pool of connections", but each of those connections is wrapped up in an object, so it is indeed a pool of objects too. The distinction I was trying to make, though, is that the connection objects were NOT active (unlike multiprocessing.pool.)
Oct
3
asked Python Implementation of the Object Pool Design Pattern
Sep
16
awarded  Yearling
Sep
15
comment Excel filter questions
@Jonty, did you find my answer helpful? You didn't accept it or upvote i, and there is no other response.
Sep
7
comment Excel filter questions
I am not clear whether Excel formula count as application configuration or programming. They feel like programming (or at least scripting).
Sep
7
answered Excel filter questions
Sep
4
comment My Facebook application’s Javascript doesn’t work in Google Chrome
This appears to have been fixed in Chrome. Please vote to close question as no longer relevant.
Sep
4
comment My Facebook application’s Javascript doesn’t work in Google Chrome
This appears to have been fixed in Chrome. Please vote to close as no longer relevant.
Sep
4
revised My Facebook application’s Javascript doesn’t work in Google Chrome
Update as no longer relevant
Sep
1
answered Can an open source license demand to leave a link to my site
Aug
26
accepted How can I convert from integers to roman numerals using a syntax-directed translation scheme?
Aug
18
comment Reliable real values generator for Excel for Office 2007 and Vista SP1
+1 for mentioning the RAND function, which is the most obvious solution.
Aug
16
answered Excel 2003 Charting: Chart Data Too Complex
Aug
3
awarded  Enlightened
Jul
24
comment Significant new inventions in computing since 1980
Janie, you don't have to be a supporter to see that the principles that they are pushing have had a major effect on the industry. I have no interested in getting dragged into a discussion as to whether the FSF is communistic, or whether you should embrace some communist principles.
Jul
17
revised Updating part of a surface in python, or transparent surfaces
Corrected variable name
Jul
13
awarded  Nice Answer