| bio | website | retracile.net |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 4 years |
| seen | 25 mins ago | |
| stats | profile views | 335 |
Software engineer, http://retracile.net from kernel to security to source control. And I have my own business, https://brickbuiltnameplates.com — LEGO® nameplate sets for your desk!
(Not affiliated with The Lego Group.)
|
May 3 |
awarded | Yearling |
|
Mar 5 |
comment |
Regex with a word boundary in python live demo link gives an error as of 2013-03-05 |
|
Feb 14 |
comment |
Getting logged on user name at any Trac wiki page (Trac 0.11) @ing0: yes. correct. |
|
Feb 13 |
comment |
Getting logged on user name at any Trac wiki page (Trac 0.11) @ing0: It's based on the name of the macro class. |
|
Jan 18 |
awarded | Notable Question |
|
Dec 28 |
comment |
shortest encoding for Guid for use in a URL @slacy: From the page linked; it lists A-Za-z0-9 and $-_.+!*'(),, drawn from RFC 1738 section 2.2. Looks like RFC 3986 that you referenced updates RFC 1738. The 7 characters $+!*(), appear in RFC 3986 section 2.2 as reserved characters as sub-delimiters. So those 7 characters came from 1994-2005, and it's now 66 characters as of 2005. |
|
Oct 29 |
comment |
Game of LIfe Hashing Python I'd be sorely tempted to do class Cell(tuple): pass... ;) or perhaps a named tuple; but really, tuples are objects just as much as any others. |
|
Oct 25 |
answered | Game of LIfe Hashing Python |
|
Oct 24 |
revised |
kwargs in python executables added 242 characters in body |
|
Oct 24 |
answered | kwargs in python executables |
|
Oct 22 |
comment |
Preserving bash redirection in a python subprocess From the docs: "stdin, stdout and stderr specify the executed program’s standard input, standard output and standard error file handles, respectively. Valid values are PIPE, an existing file descriptor (a positive integer), an existing file object, and None." and "Additionally, stderr can be STDOUT". |
|
Oct 18 |
answered | Preserving bash redirection in a python subprocess |
|
Oct 17 |
answered | Python Variable Scope and Classes |
|
Oct 9 |
revised |
how to write regular expression in python ? I want to write R.E. for the following example add proof |
|
Oct 9 |
comment |
how to write regular expression in python ? I want to write R.E. for the following example @Target: No it doesn't. Note that the replacement is not a space, but the empty string, unlike the code in the original example. |
|
Oct 9 |
revised |
how to write regular expression in python ? I want to write R.E. for the following example formatting, etc. |
|
Oct 9 |
answered | how to write regular expression in python ? I want to write R.E. for the following example |
|
Sep 26 |
answered | __init__() got an unexpected keyword argument 'mime' in python/django |
|
Sep 21 |
awarded | Custodian |
|
Sep 5 |
answered | Printing item from a sublist |