Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
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.
BibteXML is a bibliography schema for XML that expresses the content model of BibTeX – the bibliographic system for use with LaTeX. Stylesheets and conversion tools are provided.
"JSBSim Python Bindings" is a Python wrapper around the open source flight dynamics model JSBSim (http://jsbsim.sourceforge.net/). It allows to use most of the JSBSim C++ API from the Python programming language.
Access competitive interest rates on your digital assets.
Generate interest, borrow against your crypto, and trade a range of cryptocurrencies — all in one platform.
Geographic restrictions, eligibility, and terms apply.
An Audio plugin module designed as an open-source alternative to VST and AU. Aims to be compliant with most platforms and existing technology and provide a fast and easy development cycle in as many programming languages as possible.
Library for creating virtual filesystem for holding configuration files, based on Python-FUSE. ConfigFS can hold configuration for Apache, PostgreSQL or any other software, that uses text configuration files.
Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.
Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
The project moved to github. A small project to manage the mass amounts of PDFs that may accumulate. Written in Python with wx widgets. I'll work on it as time permits.
Backup and restore of files to web mail systems, ftp, sftp. Uses free storage of gmail/hotmail etc. Archives files, splits large files, encrypts and uploads. Requires python (tested with python 2.5)
Set of scripts and class file(s) written in Python that builds upon the somewhat limited rhythmbox development API that communicates using DBUS, adding some very useful functionality that currently isn't available.
Patch file shows difference in files in whole lines. Sometimes those lines are very similar, only one or two words changed. This script compares changed lines by characters and highlights actual differences in them - very helpful with long lines.
A modern secure, robust, multithreaded, exception aware, internationalisable, portable GUI toolkit library designed for mission-critical work in C++ and Python forked from the FOX library. Replicates the Qt API in many places.
UDPonTCPproxy proxies UDP traffic from a set of ports over TCP tunnels. Server side NAT's the UDP ports to a chosen destination, then sends back destination's replies. Usefull to tunnel UDP over SSH tunnels to things like license or game servers.
APLpy (the Astronomical Plotting Library in Python) is a Python module aimed at producing publication-quality plots of astronomical imaging data in FITS format. Visit http://aplpy.sourceforge.net/ for tutorials and documentation.
SudokuPyLib is a Sudoku puzzle solver and generator written in Python. It acts as a library, hasn't graphic user interface. Design document and unit test source code is offered.
ngram is a module to compute the similarity between two strings. It is different to python's "difflib.SequenceMatcher" in that it cares more about the size of both strings. ngram is an port and extension of the perl module called "String::Trigram