Joe Shaw

1,491
reputation
112 views

Registered User

name Joe Shaw
member for 1 year
seen 2 days ago
website
location Cambridge, MA
age 29
Open source programmer, mainly in C, Python, and C#.
Dec
4
revised What is the difference between M2Crypto’s set_client_CA_list_from_file() and load_verify_info() and when would you use each?
Add some additional info I found looking through the code.
Dec
4
asked What is the difference between M2Crypto’s set_client_CA_list_from_file() and load_verify_info() and when would you use each?
Oct
13
revised AMQP Delay Delivery and Prevent Duplicate Messages
edited tags
Sep
9
awarded  Self-Learner
Aug
17
comment Is there a Unix utility to prepend timestamps to lines of text?
The date is only evaluated by the shell at execution time. This means that every line will have the same timestamp prepended to it.
Aug
3
awarded  Yearling
Jul
30
accepted What are the Python thread + Unix signals semantics?
Jul
28
revised What are the Python thread + Unix signals semantics?
Add a part about KeyboardInterrupt to the question
Jul
28
comment What are the Python thread + Unix signals semantics?
Miles: Yeah, I think you and Bastien are right. A quick check of some python-list posts and a peek at the code back this up. I've corrected the answer. Thanks!
Jul
28
revised What are the Python thread + Unix signals semantics?
Rework the paragraph about KeyboardInterrupt, since it will always go to the main thread if the signal module is available
Jul
27
comment What are the Python thread + Unix signals semantics?
Yeah! Who knows why it isn't.
Jul
27
revised What are the Python thread + Unix signals semantics?
Mention that you can override the SIGINT handler to prevent the KeyboardInterrupt semantics
Jul
27
revised What are the Python thread + Unix signals semantics?
changed grammar slightly
Jul
27
answered What are the Python thread + Unix signals semantics?
Jul
27
asked What are the Python thread + Unix signals semantics?