General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.
Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
Start Free
Demo Series - Small Business Backup By Veeam
Learn how to protect your Microsoft 365 data, with simple, actionable tips today.
Watch this on-demand demo series and learn how to protect your Microsoft 365 data with clear, simple, actionable steps that are easy to implement for businesses of all sizes.
cl-calc aims to be a simple commandline calculator. It can handle precedence unlike a lot of graphical calculators. cl-calc is written in Python and requires PLY (Python-Lex-Yacc).
deface-no-tnx is an anti-defacement system that monitors your Web files and notifies you about unallowed changes. It also replaces the defaced page with a standard "error" page,so that no offensive/joking content can be frauodolently added to your site
A dictionary protocol server implementation written in Python. The goal is to create a full-featured dictionary protocol server, which makes the retrieval of word definitions from any source and in any language easy.
pyCodeGen is a code generator written in python. This code generator use a xmi, a zargo or zuml file as input. You can use the friendly api to write your own code generator or you can use one already written.
This tool can install packages that are not in the Debian package archiv. Thats great for beginners and advanced users which dont want waste their time with searching and adding unofficial sources to sources.list. Get it @ http://pydpi.sourceforge.net
Simloc is the tool intended for finding similar chunks (blocks) of code. It could be used in reverse software engineering. It is faster than SimScan, find better blocks than PMD/CPD (not just exact blocks also similar) and could be runed at GRID.
Pony is an object-relational mapper. The most interesting feature of Pony is its ability to write queries to the database using generator expressions. Pony works with entities which are mapped to a SQL database. Using generator syntax for writing queries allows the user to formulate very eloquent queries. It increases the level of abstraction and allows a programmer to concentrate on the business logic of the application.
Following is an example of a query in Pony:
select(p for p in...
The Snes9x Python Launcher is a text/terminal based frontend for the Snes9x binary used in Linux. It supports many of the commandline switches used by Snes9x, and helps to make it as easy to use on Linux as it is on Windows.
GerbTool is a set of tools for modifying gerber and excellon drill files. GerbTool can be used to tile multiple gerber files as a single job, and can be run interactively or in batch mode.
Pym translates Matlab(tm) m-files into python and then compiles them into python bytecode (.pyc). A matlab console is planned as well as the ability to call python functions from m-functions/scripts.
A set of tools and a framework to ease re-mastering of Linux based LiveCDs. Note: This project has now been superseded by the Sidux project: http://sidux.com/
NDStrack is a set of small applications designed to allow users of the Nintendo DSs online features to track the online status of their friends, and make it easier to arrange games with them.
SeqFreed is a bioinformatics desktop. It provides efficient access to sequence data and gene features, a customizable commandline interface to locally installed bioinformatic tools and flexible display of either text or images in different page modes.
clusterviz allows to cluster three-dimensional data. The clustering process is visualized using OpenGL. As clustering algorithms the family of k-means algorithms is implemented, including mixture models.
WikiGateway is a library which allows you to act as a client to a wiki website, executing operations like getPage, putPage, and getRecentChanges. It can be used from the commandline, from Perl or Python, as an Atom web service, or as a WikiXmlRpc server
This tool generates Data Access Objects and Value Objects for PHP4/MySQL web applications. This greatly improves the readability of PHP scripts that use a MySQL database. Requires Python.