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
Custom VMs From 1 to 96 vCPUs With 99.95% Uptime
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.
EcstasyYaal is a programming language with low level assembly-like syntax. It differs in that it is designed to be toyed with without worry of damaging the system, while keeping some of the feel of writing assembly.
This tool converts Visual C++ 7.0 (VS2002) projects back to Visual C++ 6.0 (VC6) projects, ie. .sln/.vcproj to .dsw/.dsp pairs.
Originally created by Stephane Rodriguez and posted at:
http://www.codeproject.com/KB/applications/prjconverter.aspx
TCache is high performance key/value storage component. It can be easily plugged into any existing high-performance, distributed memory object caching systems such as MemcacheD or Dynamo, speeding up dynamic web applications by reducing database load
A MUD "totally" written in Perl. It runs an engine which relies on a extensible Perl MudLib and interprets user-programmable scripts in a fashion that reminds the old-time LPC MUD, but now everything is in Perl. It uses Perl v.5.10.0 and SQLite 3.3.7.
This is a complete set of Turbo Pascal 7 softwares (zelda, graphic code generator) and powerfull Console/Graphical UI SDK for MSDOS These applications and framework was developped during the 1998-2001 period (when I was 18 years old) and are now frozen.
A compilation of source code consisting of various Data Structures and Algorithms in C++ alongside with related documentation material. A useful basis for university students, new programmers and people interested in the subject.
Disassembler for Windows(95-XP), currently supports PE, NE, MZ, COM and "unknown" executable formats. Includes also OS independent console version (but requires x86). Output syntax similar to NASM .
PHP-spdr is a light framework for developing spiders, webbots and screenscrappers based on curl. It allows developers to fetch, store, and parse websites without having to use sockets or complex regular expressions.
Interactive PHP shell Create an interactive environment to debug php line by line. It enables you to execute php code as if it were a command line in a similar setting to bash and psh (perl shell).
Fusion is a powerful high level programming language that merges several feature from Ruby, Python, Java, C++, Visual Basic, etc, in a only language. It's implemented by means of a compiler written in Haskell that generates Ruby code.
A Python library and collection of tools that automate work on MediaWiki sites. Originally designed for Wikipedia, it is now used throughout the Wikimedia Foundation's projects and on many other MediaWiki wikis including wikidata service.
We do not use sourceforge.net anymore, but are very grateful for their support in the past. Please see our website at https://www.mediawiki.org/wiki/Pywikibot
Our pypi package could be found at https://pypi.org/project/pywikibot/
ZenWINX is a framework for Windows native applications development. These applications are intended for use inside of the Windows boot process in a manner similar to Microsoft CheckDisk or UltraDefrag.
Actually ZenWINX is part of UltraDefrag, so check it out if you'd like to develop your own native application.
GetTextAll is a PHP script that effectively parses all text prepared by the PHP gettext module and Smarty T-Tag plugin and sorts the output by text domain. Additionally, it adds gettext functionality to javascript.
Script to deploy svn changes to ftp. Deploy only changed files and check if current version are changed on server and ask what to do. Typical use 'sfdeploy d 4 HEAD': deploy svn changed file from version 4 to HEAD.
This framework provides the easiest way to build cross platform installers based on Java technologies. Due to its extensible architecture, it can be easily adjusted to fit your needs and allows nice UI interfaces implemented with Groovy or JavaFX.
Library for the W3C Markup Validator API in C#.
This library uses the API of the W3 HTML Validator application (http://validator.w3.org/) to validate an HTML document and receive as response if it is valid or not as well as errors and warnings.
This is implementation of parallel genetic algorithm with "ring" insular topology. Algorithm provides a dynamic choice of genetic operators in the evolution of. The library supports the 26 genetic operators. This is cross-platform GA written in С++.
Tools to incrementally build customised Forth Virtual Machines for embedded applications. Token compiler converts token description into C code templates. PC console application includes FVM, it is used to compile and debug bytecodes for target FVM.