原创 openssl CLI

1) Create a self-signed certificateGenerate a private key openssl genrsa -des3 -out private_key.pem 20

原创 Default Parameter Values in Python

Default Parameter Values in Python Fredrik Lundh | July 17, 2008 | based on a comp.lang.python post (It happened t

原创 Playing with ptrace, Part I

Using ptrace allows you to set up system call interception and modification at the user level. Have you ever wonde

原创 OOP Concepts in Python 2.x - Part 2

OOP Concepts in Python 2.x - Part 2 Published on: Mar 10th, 2014 Tags: python Posted by Leonardo Giordani

原创 The Light and Dark sides of Python name binding

The Light and Dark sides of Python name binding Posted on 2014-04-04, last modified 2014-04-09. What does bar.foo

原创 volatile in C++

1) "volatile" has nothing to do with multithreading. It is not atomic. 2) The compiler will not reorder the sequence of

原创 Python debuggers

1) pdb 2) Winpdb3) pydev4) gdb python extention References: https://code.google.com/p/winpdb/wiki/D

原创 CherryPy architecture

High Level Framework Application Level Framework

原创 Benchmark of Python WSGI Servers

Benchmark of Python WSGI Servers Nicholas Piël | March 15, 2010 It has been a while since the Socket Benchmark of