Tag: Library
"The pthreads API is inherently simple. Not in the sense that it makes multi-threaded (MT) programming a breeze (I doubt this is possible), but in the sense that it provides everything that’s needed to write MT programs, and only that. In other words, pthreads solves a single problem, and solves it well." by Eli Bendersky.
PIE makes Internet Explorer 6-8 capable of rendering several of the most useful CSS3 decoration features including border-radius, box-shadow and linear-gradient.
wdCalendar is a jquery based google calendar clone. It cover most google calendar features.
Flask is a micro webdevelopment framework for Python.
webkit2png is a command line tool that creates png screenshots of webpages.
objgraph is a module that lets you visually explore Python object graphs.
pandas is a python package providing convenient data structures for time series, cross-sectional, or any other form of “labeled” data, with tools for building statistical and econometric models.
MongoEngine is a Document-Object Mapper for working with MongoDB from Python. It uses a simple declarative API, similar to that of the Django ORM
Python's docx module creates, reads and writes Microsoft Office Word 2007 docx files.