Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
Start Free Trial
MongoDB Atlas runs apps anywhere
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.
PBP is a web browser made for testing web applications. Its userinterface is a command interpreter with a simple, focused shell-like language which helps both developers and non-developers create robust functional tests with little effort.
qenqote is a Python/Gtk program to operate on snippets of text from the clipboard and put results back on the clipboard. This allows automation of common editing operations.
In its prototypical application, qenqote accepts URL's that have been copied or cut to the clipboard from a browser bar.
qenqote applies a user-selected quoting function, and writes the result back to the clipboard.
Python object remoting via web server (apache etc...)
Web server based python object transport. This is a CGI script / MOD_WSGI script that allows you to remote your own code through apache or other web servers. Example client runs best with urllib3 for persistance however will also work with standard library urllib2. Turn apache into your application server. The idea behind this project was to get something like Pyro that could do SSL.
Natural CLI is a library that provides Java and Python command line developers with an easy way to use human readable command line interfaces. Command line are very easy to define. For examples, visit http://naturalcli.sourceforge.net
This python script will generate a custom python.xml file used by Notepad++ for auto-completion features when programming in python (function names, arguments, and descriptions), using your own set of imported modules.
A zope product which provides an interface to keep track of product updates which need to be run on zope sites through an interface that keeps track of those that have been run, when, by who, and their outcome.
GUI Launcher for Flight Gear that is easy to use and easy to modify. Written in Python. Version 0.2 Enables the launch of several aircraft and four airports with settings for clouds, fog, autocoordination
Framework for making Windows applications that are one .exe file in AutoHotKey_L,C++,C#, VB.NET,Java,Groovy,Common Lisp,Nemerle,Ruby,Python,PHP,Lua,Tcl,Perl,Jint,S#,WSH VBScript,HTML/JavaScript/CSS,COM, PowerShell without compiling . For .NET 4.
Protoreto is a GPL-licensed tool to create prototypes of graphical user interfaces (GUIs).
NOTE: This project is not actively maintained at the moment. If you'd like to continue developing Protoreto, please send an e-mail to: wikipedian@users.sf.net
A Python interface for the Perforce SCM System. PyPerforce allows you to connect to a Perforce server and execute Perforce commands directly from Python code.
Desktop interface and various language API's for remote application debugging. The main goal is to provide a better debug system for web languages like PHP. Always download the latest from remotedebugsys folder and the needed API folder.
The Larch Environment is a research project, whose aim is to create a visual interactive programming environment, based around the Python programming language.
A userinterface to launch unit test in python - compatible with unittest. Displays the test progress in a tree, can manage several test suites. Detects file editions and automatic reload of changed modules.
omniArchive records and replays events on CORBA interfaces.
omniArchive allows unprecedented visibility into the events crossing any CORBA interface. It is ideal for debugging running system, or replaying archived events into existing interfaces.
A Python script that parses an SNMP MIB text file and generates a skeleton C source code file that can be used with the LWIP-SNMP to implement a private mib. It depends on the pyparsing-1.5.5 module.
A collection of open source libraries and tools that provide solutions for common problems in processing Arabic text, especially in web applications. text normalization, phrase segmentation, text indexing, stop word lists, common spelling mistakes.
Simplified Number Conversion! Convert any number of any radix base (base 2-36) to another number of any radix base. It is written in C, and uses GTK+ for the userinterface.
Open Source Graphical userinterface for installing Initiator and target of Open FCoE (Fibre Channel over Ethernet)
Developers: Pranoti Kale, Harshada Kshirsagar, Pooja Ramrakhyani, Tejashri Vinode, Ashwin Tumma
Teng is a general purpose templating engine written in C++ (i.e. library). It is also available as Python module or PHP extension. The main idea of teng is to strictly separate application logic from presentation layer. Widely used on dynamic web sites.
ScardFace is a python3k library for interfacing with smart cards, which supports Plug-and-Play readers inclusion and threading. It also offers classes for manipulating APDU cmds and resps, and use them in a transport-protocol-independent fashion.
CLIG - Command Line Interface Generator Clig is a code generator for several programming languages that allows you easy creation of command line parsers. Including a GUI and Command Line tool.