Free diagnostic identifies where your workflow is breaking down—with instant analysis of your scheduling environment.
Windows Task Scheduler wasn't built for complex, cross-platform automation. Get a free diagnostic that shows exactly where things are failing and provides remediation recommendations. Interactive HTML report delivered in minutes.
Download Free Tool
Build Secure Enterprise Apps Fast with Retool
Stop wasting engineering hours. Build secure, production-grade apps that connect directly to your company’s SQL and APIs.
Create internal software that meets enterprise security standards. Retool connects to your business data—databases, APIs, and vector stores while ensuring compliance with granular permissions and audit logs. Whether on our cloud or self-hosted, build the dashboards and admin panels your organization needs without compromising on security or control.
Specter - Abstract Arithmetics Library (AAL) is a library coded in native C which is able to do operations with numbers of virtually unlimited length. Specter is targeting mainly cryptography and big integer maths though.
Java ILP is a simple java interface to (mixed) integer linear programming solvers such as lp_solve, Glpk, Gurobi, SAT4J (0-1 ILP), MiniSat+(0-1 ILP), CPLEX, or Mosek. (documentation at http://javailp.sourceforge.net/)
Atera all-in-one platform IT management software with AI agents
Ideal for internal IT departments or managed service providers (MSPs)
Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
a simple software implemented FPU. only 32bit precision is supported and the operation result is not accurate as modern FPUs, but it is light and compact. (uses simple 32bit integer operations only, good for machines that has no hardware FPU.)
Graph polynomials and view prime numbers on a ulam spiral graphing plot. Only integer numbers. Based on an old GPL version of the JEP equation parser. See website for additional examples/live applets Seems to be closely related to Cellular automaton.
BCAR is a library for the associative classification, which denotes "Boosting
Class Association Rules". BCAR provides a general tool for classification tasks
with various types of input data.
Serial-IO is a simple program to send and receive data from a serial interface. The GUI is designed like a chat window with a transmitter/receiver field and a command line to send characters and integer values.
Incredable is the first DLT-secured platform that allows you to save time, eliminate errors, and ensure your organization is compliant all in one place.
For healthcare Providers and Facilities
Incredable streamlines and simplifies the complex process of medical credentialing for hospitals and medical facilities, helping you save valuable time, reduce costs, and minimize risks. With Incredable, you can effortlessly manage all your healthcare providers and their credentials within a single, unified platform. Our state-of-the-art technology ensures top-notch data security, giving you peace of mind.
Datamixer generates mock data values for various datatypes, including integer, floating precision, datetime, and string. It can generate complex sequences, based on functions and permutations of the basic data series.
Many computational problems need arithmetic operations in polynomial finite rings over Z/nZ, where n is an integer (n>1). This library provides efficient operations for applications such as integer factorization and primality testing.
MpNT is a multi-precision number theory library that provides a base for building cryptographic applications. It may however be used in any domain where efficient integer, modular, and floating-point computations involving large numbers are required.
MFFM MTC - a type II signal filter and C++ heirachy which controls and describes time code in two modes, INTEGER and DIGIT mode. INTEGER mode for math. manip. (+, -, *, /, etc.). DIGIT mode allows manip. of time digits (0:19:59 -> 0:20:09 click on tens)
This is a library of classes and functions to be used to abstract arbitrarily large integer and floating-point numbers in C++.
All standard operators are overloaded so the user is able to substitute "mpi" for "int" and "mpf" for "double" to use.
Operation with currency values don't work fine with float or double types. This C++ library implements operators in a decimal fixed point (x100) package. This package use only integer type internally multiplied by 100.
A Scheme (guile) interface to a local version of the Encyclopedia of integer Sequences with many features for complex queries. URL of the encyclopedia (where the database can be downloaded from) is: www.research.att.com/~njas/sequences/
XNum is an integer arithmetic library written in C++.
The difference between XNum and other libraries such as GMP <http://www.swox.com/gmp/> is the the former tries to imitate the practical method that humans use to do the arithmetic themselves.
Current
C++ template classes for Multi-Value Logic support arbitrary precision and user defined Multi-Value Logic types. This library comes with pre-defined data types: integer, boolean, bit, logic, std_logic, bit_vector, logic_vector and std_logic_vector.
HexCalc is a simple calculator similar to GNOME calculator. it can do simple calculations in hexadecimal, octal, binary, and non-floating point decimal. It uses a 32bit signed integer. It is a helpful little coder utility.
MIDP or some KVM implementation don't support float or double type.
There is a Java Math Library implement the most math functions in a Parametric Math Fixed Point Package.
This package use only integer type.
Rascal, the Advanced Scientific CALculator, is a platform independent modular calculator. Based on modules for integer, doubles, strings, vectors and matrices it can be easily extended with existing C or C++ code.
Algomath is a portable 32bit integer Arithmetic C Library with prime numbers and numbers manipulation algorithms. Optional fast assembly language alternatives (NASM source) for prime numbers time-critical functions are also included for the Intel-x86 rang