6 projects tagged "Python"
Wise is an experimental Web-based notebook and simple computer algebra system based on the Pure programming language. The goal is to provide a digital scratchpad that makes manipulating symbolic expressions fast, accessible, and extensible. Wise is a bottom-up approach to symbolic math written entirely in C and Python. It does not depend on any external math software or libraries (such as Maxima, Axiom, Mathematica, etc.).
Libravatar is software that allows domain owners to control how avatars (profile pictures) are served to other Web sites. It implements a modified version of the Gravatar API, adding a few features such as federation, LDAP authentication, and OpenID support. Libravatar powers libravatar.org.
Pagekite is software to make servers on "localhost" visible to the wider Internet. It can be used by Web developers to show off their works in progress to clients or colleagues, embedded developers who need direct access to devices in the field, or as an alternative to dynamic DNS for individuals/hobbyists who would rather host their own content than rely on 3rd party hosting. It creates and maintains a tunnel between your server on localhost and a remote "front-end" (a reverse proxy). Only the front-end has to have a visible IP address; the server itself can reside on a heavily firewalled computer, a mobile device, or even an anonymous node on the Tor network.
Shinken is an advanced monitoring system that is based on Nagios, but redesigned and rewritten from scratch while maintaining compatibility. It can monitor all IT devices from systems to end user applications. In case of a failure, Shinken can alert the operation engineers so they can promptly repair it. It has the same capabilities as Nagios along with more advanced built-in facilities such as load balanced and high availability monitoring.