Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform.
Geographic restrictions, eligibility, and terms apply.
Get started with Nexo.
Gemini 3 and 200+ AI Models on One Platform
Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.
Build generative AI apps with Vertex AI. Switch between models without switching platforms.
This project make possible calculation mathematical expression, that contain functions, constants, variables.
In develop cmelib used Reverse Polish Notation.
Once created reverse polish notation from algebraic expression, it can be evaluated with different variable's values.
Library required in Boost.
Currently, this is the first version of an RPN calculator made to be easy to implement for any C# project requiring parsing of text into calculable data. Using RPN (Reverse Polish Notation) to place strings in a specific format to allow fast processing for parsing and evaluating the string.
Repository has been moved to: http://dtitov.github.com/bracer
Java library for parsing and evaluating math expressions.
Javadoc is available at http://bracer.sourceforge.net/javadoc/
P.S. This library depends on Apache Commons Math, so don't forget to include commons-math-2.2.jar to your project.
A web design notation designed to be more lightweight than UML and to be understandable by those who do not come from a formal S/W Engineering background.
The notation allows you to create a very high-level diagram (map) of a web-application.
BinaryNotes is the Open Source ASN.1 (Abstract Syntax Notation One) framework for Java and .NET based on annotations/attributes. The framework has the flexible ASN.1 compiler, the runtime library that supports BER, DER and PER, and the Message Queues
haggies is an optimizing code generator. It can read in expressions in common notation and generate output for many programming languages including C/C++, Java, Fortran, Python and many others.
myjson is a small java library that operates with object literals expressed in JSON notation. It can not only convert from java objects to JSON and back, but also compare or even update a java object with the information contained in a JSON string.
This is an utility, used to convert java serializable object to javascript object. It follows JSON ( Javascript Object Notation). This utility mainly useful in web2.0 application development.
openASN.1 is an Open Source Java toolkit for the Abstract Syntax Notation One (ASN.1) which consists of a compiler and codec with a low footprint runtime library.
The AccessMusic project provides a set of tools for creating accessible music which are freely available to download. These tools allow you to convert music scores from traditional western music notation to formats for the Blind and visually impaired.
TreeDL (Tree Description Language) is a notation for tree structures used by programs (like syntax trees) and tool for translation of tree descriptions to target programming language, docs generation, etc. Tool's functionality can be extended by plugins.
UMLSpeed is a compiler for a C-style language of UML notation. It can produce SVG UML diagrams, XMI documents and generate source code in various languages.
Pagkalos is an interpreted language written in Java. It supports the lambda-calculus and object-oriented techniques. All statements are writeen in reversed polish notation. Java-classes, objects and methods are easily accessible with the dot-notation.
JSON eXtended Notation is a augmentation of the current JSON api to provide, inline calling of functions and macro api capabilities from plain JSON strings. It also extends JSON to have a CDATA capability using Java-like meta-tagging.
The JavaScript Object Notation (JSON) is a simple and lightweight data interchange format. This project provides libraries for manipulating JSON objects for various languages. For more information on JSON, visit http://www.json.org/
ABCp seeks to serve as a universal parser engine and API for ABC notation as detailed at http://www.abcmusicnotation.org/ for use by any ABC software developer on any platform.
An AToM3 definition of a CASE framework for creating Zope products with files in the filesystem. The framework consists of a modelling notation ZProduct and a suit of related transformations.
Cross-platform C++ library for Reverse Polish Notation calculus. Focuses on providing a reusable set of RPN functionalities such as parsing, variable substitution and computation.