May
16
awarded Revival
Mar
12
awarded Nice Answer
Jan
4
awarded Necromancer
Jun
29
revised What are the benefits of running chef-server instead of chef-solo?
trivial edit
Jun
29
awarded Editor
Jun
29
revised What are the benefits of running chef-server instead of chef-solo?
Added suggestion to create a hosted chef account regardless of which approach you use.
Jun
29
answered What are the benefits of running chef-server instead of chef-solo?
Aug
12
comment Python-specific antipatterns and bad practices
I disagree that generators should always be used unless impossible. Generators are stateful and add complexity to a program. Generators should not be used if they are not necessary.
Jul
8
comment Regular expression pattern not matching anywhere in string
The parser you wrote above is simply not a regular expression, even by the modern definition. It's not a regular expression parsing HTML. It is a collection of regular expressions that tokenize the HTML and then a hunk of clever, regex-heavy perl code is used to parse it. The rage against theoretical computer science is quite misplaced.
May
10
awarded Supporter
Nov
1
revised How to get the sum of timedelta in Python?
renamed sum to time_sum since assigning to a builtin can be confusing.
Oct
29
revised XML to/from a Python dictionary
edited body
Oct
29
answered XML to/from a Python dictionary
Oct
29
answered How to get the sum of timedelta in Python?
Sep
23
answered Can 'ps' show me only all processes I own, plus all their ancestors, in tree format?
Sep
2
awarded Editor
Sep
2
revised Can't rebind key C-z in xemacs
clarification
Sep
2
comment Can't rebind key C-z in xemacs
Deniz, I would prefer to understand and solve the problem with xemacs as I am not the only user of this system.
Sep
2
comment Can't rebind key C-z in xemacs
M-x describe-key-briefly is basically a short version of C-h k.
Sep
2
asked Can't rebind key C-z in xemacs
1 2