Skip to content

Instantly share code, notes, and snippets.

@inportb
inportb / csp_gevent.py
Created May 27, 2011 06:21
A Comet Session Protocol implementation for gevent
# Please see <https://github.com/inportb/playground/tree/master/Pinako/csp_gevent>
@inportb
inportb / operationengine.py
Created May 9, 2011 06:00
operational composition and transformation in Python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
## Copyright (C) 2011 by Jiang Yio <http://inportb.com/>
## The latest code is available at <https://gist.github.com/962122>
##
## Permission is hereby granted, free of charge, to any person obtaining a copy
## of this software and associated documentation files (the "Software"), to deal
## in the Software without restriction, including without limitation the rights
## to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
@inportb
inportb / sysctl.py
Created March 14, 2011 23:28
Pythonic interface to sysctl
# Please see <https://github.com/inportb/playground/tree/master/Pinako/sysctl>
@inportb
inportb / geventreactor.py
Created February 28, 2011 21:19
Twisted reactor running on gevent (libevent+greenlet)
# Please see <https://github.com/inportb/playground/tree/master/Pinako/geventreactor>