python-pyopencl
Python module to access OpenCL parallel computation API
PyOpenCL lets you access the OpenCL parallel computation API from
Python. Here's what sets PyOpenCL apart:
* Object cleanup tied to lifetime of objects. This idiom, often called
RAII in C++, makes it much easier to write correct, leak- and
crash-free code.
* Completeness. PyOpenCL puts the full power of OpenCL’s API at your
disposal, if you wish.
* Convenience. While PyOpenCL's primary focus is to make all of OpenCL
accessible, it tries hard to make your life less complicated as it
does so--without taking any shortcuts.
* Automatic Error Checking. All OpenCL errors are automatically
translated into Python exceptions.
* Speed. PyOpenCL’s base layer is written in C++, so all the niceties
above are virtually free.
* Helpful, complete documentation and a wiki.
* Liberal licensing (MIT).
librdf-linkeddata-perl
simple Linked Data implementation
Resource Description Framework (RDF) is a standard model for data
interchange on the Web.
fonts-liberation-sans-narrow
Sans-serif Narrow fonts to replace commonly used Arial Narrow
The Liberation Sans Narrow Fonts are intended to be replacements for
the Arial Narrow.
python-capstone
lightweight multi-architecture disassembly framework - Python bindings
Capstone is a lightweight multi-platform, multi-architecture disassembly
framework.
node-extract-zip
unzip a zip file using pure javascript
Unzip written in pure JavaScript. Extracts a zip into a directory.
python-whoosh
pure-Python full-text indexing, search, and spell checking library (Python 2)
Whoosh is a fast, pure-Python indexing and search library. Programmers
can use it to easily add search functionality to their applications and
websites. As Whoosh is pure Python, you don't have to compile or
install a binary support library and/or make Python work with a JVM, yet
indexing and searching is still very fast. Whoosh is designed to be
modular, so every part can be extended or replaced to meet your needs
exactly.