563 reputation
220
bio website
location
age
visits member for 1 year, 8 months
seen 21 hours ago
stats profile views 234

Feb
11
revised Converting Unicode characters into the equivalent ASCII ones
added 161 characters in body
Feb
11
comment Converting Unicode characters into the equivalent ASCII ones
@EricLeschinski Not just diactric marks. For instance, there are at least 4 Unicode characters for right slash (002F, 0338, 2044, 2215), I want them all to become 002F.
Feb
11
revised Converting Unicode characters into the equivalent ASCII ones
added 1 characters in body
Feb
11
asked Converting Unicode characters into the equivalent ASCII ones
Jan
11
revised Link a posted photo with an app page
edited title
Jan
2
asked Link a posted photo with an app page
Dec
31
accepted ProtocolConnectionException in the context of Python versions
Dec
31
revised ProtocolConnectionException in the context of Python versions
edited tags
Dec
31
comment ProtocolConnectionException in the context of Python versions
@PhilFrost Updated the question to quote the output it produces if the line is raise.
Dec
31
revised ProtocolConnectionException in the context of Python versions
added 399 characters in body
Dec
31
comment ProtocolConnectionException in the context of Python versions
@PhilFrost Yes, I checked it, the installed version is 2.7, /usr/lib/python2.6 folder is almost empty, unlike /usr/lib/python2.7, which looks like a full-fledged family of Python files and folders. And sys.executable only appears once on this Stack Overflow page, in your comment :)
Dec
31
revised ProtocolConnectionException in the context of Python versions
added 79 characters in body
Dec
31
accepted Use of PCRE regular expressions with MySQL
Dec
31
revised ProtocolConnectionException in the context of Python versions
added 187 characters in body
Dec
31
asked ProtocolConnectionException in the context of Python versions
Dec
29
revised Use of PCRE regular expressions with MySQL
added 31 characters in body
Dec
29
asked Use of PCRE regular expressions with MySQL
Dec
20
accepted Why is integer 0 equal to a string in PHP?
Dec
20
comment Why is integer 0 equal to a string in PHP?
It's still strange that in PHP a non-empty string is equivalent to integer 0, which goes in conceptual conflict with C, by which PHP is claimed to be influenced. In C, a non-null something casts to true or the equivalent integer 1.
Dec
20
asked Why is integer 0 equal to a string in PHP?