1. Python Module: mock

    mock是什麼 mock is a library for testing in Python. It allows you to replace parts of your system under test with mock objects and make assertions about how they have been used.

    2013/10/01 Python

  2. Basic Design Tenets

    Basic Design Tenets

    2013/08/22 openstack

  3. OpenStack Grizzly Neutron SecurityGroup Not Working

    Desc Although security group is set, and by default it will deny any ingress traffic, but instance still can be ping or provide any other service.

    2013/07/16 openstack

  4. OpenStack Neutron Multiple External Network

    Status

    2013/07/10 openstack

  5. Create Multiple Processes Managed by Start stop daemon in UpStart

    In reference start-stop-daemon to create multiple instances of executable through upstart, the author Atul Dambalkar mentioned a way to start multiple instances via start-stop-daemon, which is by specify the --name option.

    2013/07/09 Linux

  6. Design Pattern in OpenStack

    Creational Creational patterns are ones that create objects for you, rather than having you instantiate objects directly. This gives your program more flexibility in deciding which objects need to be created for a given case.

    2013/07/07 openstack

  7. 胡适致毕业生-在不健全的中国如何不堕落

    胡适致毕业生-在不健全的中国如何不堕落 原载1932年7月3日《独立评论》第7号

    2013/07/03 other

  8. OpenStack Quantum Bugs

    License: (CC 3.0) BY-NC-SA

    2013/06/27 openstack

  9. pandoc

    License: (CC 3.0) BY-NC-SA

    2013/06/26 Linux

  10. Python Descriptor

    License: (CC 3.0) BY-NC-SA

    2013/06/25 Python