1,387 reputation
11833
bio website
location
age
visits member for 4 years, 1 month
seen yesterday
stats profile views 222

May
1
awarded  Notable Question
Apr
26
awarded  Nice Answer
Apr
16
awarded  Notable Question
Apr
10
comment Need MySQL 4 to ignore ALTER TABLE errors
Sometimes you have to update a production database that already has data via an automated way (such as when installing an update of the software). I came to this question exactly because of this, and it's very hard to see a way around this without having designed the schema to be easily versionable beforehand.
Apr
10
awarded  Yearling
Mar
13
awarded  Necromancer
Mar
13
comment Is there a “standard” dataset for music in symbolic form?
A 'dataset', in machine learning jargon, is a fully available collection of related data that can be used for scientific experimentation. If I could download all the songs in your link along with the meta information they have, it would be a dataset. As of right now, it's 'only' a peculiar search engine. Nice resource, though!
Mar
10
awarded  Notable Question
Feb
15
awarded  Revival
Jan
30
awarded  Favorite Question
Dec
12
awarded  Notable Question
Nov
7
asked Creating AVD screen based on physical device
Oct
12
answered Python Requests throwing up SSLError
Oct
10
awarded  Popular Question
Sep
17
awarded  Notable Question
Sep
16
comment Linking C++ code with 'gcc' (without g++)
Wasn't an option =D
Aug
31
comment How to create symbolic links in Windows?
Unfortunately, it didn't.
Aug
29
comment Print the concatenation of the digits of two numbers in Python
2.6+, actually: docs.python.org/release/2.6/library/stdtypes.html#str.format
Aug
29
comment jQuery: Count number of list elements?
Saying "'var' is not necessary to set a variable" is oversimplifying. If you don't use 'var', all your varibles will end up global. See stackoverflow.com/questions/1470488/…
Aug
9
awarded  Good Question