Build gen AI apps with an all-in-one modern database: MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Start Free
Secure remote access solution to your private network, in the cloud or on-prem.
Deliver secure remote access with OpenVPN.
OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
A project to help students calculate symbolic derivatives and integrals. Plus, a Javaexpression tree library for developers who may need to do such things in their programs.
The project has moved to github: https://github.com/generalpenguin89/calchelper
A simple Java application for the analysis and identification of gene networks. ProPesca takes as input shorts temporal series of realtime-PCR expression levels and it clusters genes that exhibit either similar or specular behaviors.
Similarity Evaluator is a tool to analyse similarity function implementations and algorithms, where is possible to compare several APIs on performance, best result, similarity and discernability values.
Trusted by 150 million+ creators and businesses globally
Unlock Picsart's full editing suite by embedding our Editor SDK directly into your platform. Offer your users the power of a full design suite without leaving your site.
Currently, this project consists of a pure java math expression parser optimized for repeated evaluation. Development of an interactive 3D math visualization application based on this parser is planned for the future.
NetAtlas is a Cytoscape plugin that uses tissue gene expression data to filter cellular signaling network. The plugin identifies of tissue-defined networks, tissue-specific network components, and components with correlated expression across tissues.
No-Nonsense Code-to-Cloud Security for Devs | Aikido
Connect your GitHub, GitLab, Bitbucket, or Azure DevOps account to start scanning your repos for free.
Aikido provides a unified security platform for developers, combining 12 powerful scans like SAST, DAST, and CSPM. AI-driven AutoFix and AutoTriage streamline vulnerability management, while runtime protection blocks attacks.
XMLMath evaluates mathematical, logical or textual expressions described in xml and prints the result. For example, to compute the result of 1 + 1, you would write: <add> <long value="1"/> <long value="1"/> </add>
JFEP is a Java fast mathematical expression parser and evaluator. It is designed to avoid inefficiency and to support multiple evaluations without overhead.
CurveDraw is a software that aim to draw 2D curves (Cartesian,polaire).
The software is 100% Java.CurveDraw is based on JEP library (Java Math Expression Parser) .
REctangular (BEta) Cylindrical Coordinates App 2.0: "RebeCCa2" The problem, which we're interested in: How does the 'potential lines' look for the Laplace operator in a non-spherical geometry? -Can we possibly fit with an analytical expression in 2D
Open2Dprot is an open-source proteomics project for the development of bioinformatic tools for n-dimensional protein expression data analysis of quantified protein expression across multiple samples from research experiments.
Expression4J (Math Expression Parser) is a java framework used to manage mathematic expression stored in String object like "f(x,b)=2*x-cos(b)" or "g(x,y)=f(y,x)*-2". Expression gramar can be define by user (add new operator or type ...)
MobileMath is a software written by using J2ME technolology. It turns mobile into calculator supporting many operations such as : evaluate expression, plotting, differentiate & integrate expression... It can run on any mobiles supporting Java.
Parser for mathematical expressions written in Java. Expressions may contain variables, functions and constants. The parser turns a string argument into an expression tree, which then can be evaluated.
Can calculate mathematical expression. It have a module system witch make it very easy to add own functions. Other features are a graph painter and a tiny programming language designed too make it easy too write small mathematical tools.
Natura is a programming language designed to make number theoretic programming easier for mathematicians by describing computations in a language closer to that used by mathematicians than the methods of expression provided by other programming languages
This program allows you to specify a Deterministic Finite Automata, Nondeterministic Finite Automata, or Generalized NFA and will return a regular expression which recognizes the same language as the FA you described.
Maple Tree is a Java based visualization tool used by researchers in the biological sciences to visualize and graphically browse the results of analyses of gene expression data collected from microarray experiments.
JEPLite is a light-weighted (re)implementation of the JavaExpression Parser (jep.sourceforge.net). The intention is to strip some of its not-so-often-used features, and thus speeding the rest. Includes expression optimizer.