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
$300 in Free Credit Towards Top Cloud Services
Build VMs, containers, AI, databases, storage—all in one place.
Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
Ripley is a programming language that is somewhere between Forth and Postscript in terms of syntax. It is written in Ruby. There are several interesting techniques that were used to build Ripley including code generation for the individual language ops,
Joint - An abstract interface to Java. Joint is an interface to JNI that provides access to objects in an object oriented fashion, allowing applications to forget about the details of JNI. First up - a powerful interface from Ruby to Java!
The Feynman Simulation Framework provides a standard methodology for software engineers to develop simulations in Ruby with the flexibility to develop only the classes that are necessary to solve the physical problem.
rlogview is a simple log analyzer for log4r (http://www.ruby-lang.org/en/raa-list.rhtml?name=Log4r)
and is heavily inspired by chainsaw (http://logui.sourceforge.net/).
A hybrid system simulation language similar to SHIFT and Lambda-SHIFT, written in Ruby and C. Combines numerical integration, state machines, and the breezy power of Ruby. To install: get ruby and then "gem install redshift".
FXBook's goal is to produce a series of documentation covering <a href="http://www.fxruby.org/">FXRuby</a> which is a <a href="http://www.ruby-lang.org/">Ruby</a> binding to the <a href="http://www.fox-toolkit.org/">FOX Toolkit</a>.
Breeze is a build and test automation framework for software developers. It is written in Ruby and can be extended to include tasks that interact with other tools such as source code repositories, compilers, test frameworks, and installers.
XML pull parsers in several programming languages including Ruby and SmallEiffel. Pull parsers are streaming XML parsers that have very simple and easy to use APIs and yet provide excellent performance.
Generate C++ header files from cpp files. Inspired by javadoc, and doxygen style source commenting. No need to maintain two seperate files to represent one class. Create and keep your headers up-to-date with your cpp files with little effort.
Rice is a Ruby implementation of the Information and Content Exchange (ICE) protocol. It implements an ICE syndicator (publisher) and ICE subscriber. Rice may be useful as a reference implementation or a public syndicator for testing.
NQXML is a pure Ruby implementation of a non-validating XML processor. It includes an XML tokenizer, a SAX-style streaming XML parser, a DOM-style tree parser, an XML writer, and a context-sensitive callback mechanism.
RubyGems is a system used to package other Ruby libraries into single, self-contained files that also contain metadata about the library, such as name, category, dependencies, etc.
This project will produce one or more tutorial documents covering object-oriented concepts for people who want to learn the Ruby programming language.
The initial rubyboot document is based on the perlboot man page, from the standard Perl distribution.