Showing 224 open source projects for "integer"

View related business solutions
  • Outgrown Windows Task Scheduler? Icon
    Outgrown Windows Task Scheduler?

    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
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 1
    Optimization.jl

    Optimization.jl

    Mathematical Optimization in Julia

    ...It enables rapid prototyping and experimentation with minimal syntax overhead by providing a uniform interface to >25 optimization libraries, hence 100+ optimization solvers encompassing almost all classes of optimization algorithms such as global, mixed-integer, non-convex, second-order local, constrained, etc. It allows you to choose an Automatic Differentiation (AD) backend by simply passing an argument to indicate the package to use and automatically generates the efficient derivatives of the objective and constraints while giving you the flexibility to switch between different AD engines as per your problem. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    cast

    cast

    safe and easy casting from one type to another in Go

    ...It is particularly useful when dealing with data from YAML, TOML, JSON or other formats where the type can be uncertain. The design choice is to avoid guessing about conversions: e.g., only a string strictly representing an integer can convert to int. The library is mature, tested, and widely used—thus ideal for projects that must handle dynamic input gracefully.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    FHEVM

    FHEVM

    Integrate FHE with blockchain applications

    FHEVM is a framework built by Zama to enable confidential smart contracts on EVM-compatible blockchains using Fully Homomorphic Encryption (FHE). It lets developers write Solidity contracts that handle encrypted inputs, encrypted state, arithmetic and logical operations on encrypted types, while maintaining privacy (data always encrypted), composability (encrypted state works alongside public state), and security (via threshold decryption, KMS, etc). The framework includes on-chain and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    go-datastructures

    go-datastructures

    A collection of useful, performant, and threadsafe Go datastructures

    Go-datastructures is a collection of useful, performant, and threadsafe Go datastructures. Interval tree for collision in n-dimensional ranges. Implemented via a red-black augmented tree. Extra dimensions are handled in simultaneous inserts/queries to save space although this may result in suboptimal time complexity. Intersection determined using bit arrays. In a single dimension, inserts, deletes, and queries should be in O(log n) time. Bitarray used to detect existence without having to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    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.
    Learn More
  • 5
    Color Thief

    Color Thief

    Grab the color palette from an image using just Javascript

    ...When called in the browser, the image argument expects an HTML image element, not a URL. When run in Node, this argument expects a path to the image. quality is an optional argument that must be an Integer of value 1 or greater, and defaults to 10. The number determines how many pixels are skipped before the next one is sampled. We rarely need to sample every single pixel in the image to get good results. The bigger the number, the faster a value will be returned. Gets a palette from the image by clustering similar colors. The palette is returned as an array containing colors, each color itself an array of three integers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Faiss

    Faiss

    Library for efficient similarity search and clustering dense vectors

    ...It is developed by Facebook AI Research. Faiss contains several methods for similarity search. It assumes that the instances are represented as vectors and are identified by an integer, and that the vectors can be compared with L2 (Euclidean) distances or dot products. Vectors that are similar to a query vector are those that have the lowest L2 distance or the highest dot product with the query vector. It also supports cosine similarity, since this is a dot product on normalized vectors.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Miller

    Miller

    Miller is like awk, sed, cut, join, and sort for name-indexed data

    ...Then, on the fly, you can add new fields which are functions of existing fields, drop fields, sort, aggregate statistically, pretty-print, and more. Miller operates on key-value-pair data while the familiar Unix tools operate on integer-indexed fields: if the natural data structure for the latter is the array, then Miller's natural data structure is the insertion-ordered hash map. Miller handles a variety of data formats, including but not limited to the familiar CSV, TSV, and JSON/JSON Lines. (Miller can handle positionally-indexed data too!)
    Downloads: 6 This Week
    Last Update:
    See Project
  • 8
    PgHero

    PgHero

    A performance dashboard for Postgres

    PGHero (ankane/pghero) is an open-source tool for monitoring and analyzing PostgreSQL database performance, built to provide insights into query behavior, index usage, replication lag, and resource bottlenecks. It runs alongside your application (often as a Rails engine, but usable standalone) and collects metrics from PostgreSQL system views, logging slow queries, long-running transactions, and missing indexes. The web interface presents dashboards with charts and tables that help you...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Catalyst.jl

    Catalyst.jl

    Chemical reaction network and systems biology interface

    Catalyst.jl is a symbolic modeling package for analysis and high-performance simulation of chemical reaction networks. Catalyst defines symbolic ReactionSystems, which can be created programmatically or easily specified using Catalyst's domain-specific language (DSL). Leveraging ModelingToolkit and Symbolics.jl, Catalyst enables large-scale simulations through auto-vectorization and parallelism. Symbolic ReactionSystems can be used to generate ModelingToolkit-based models, allowing the easy...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
    Learn More
  • 10
    Zerocopy

    Zerocopy

    Zerocopy makes zero-cost memory manipulation effortless

    Zerocopy is a Rust library designed to make zero-cost memory manipulation both safe and effortless. It allows developers to reinterpret or convert raw byte sequences into structured types—and vice versa—without writing unsafe code directly. The crate provides safe abstractions for transmuting data while preserving Rust’s strict safety guarantees, removing the need for manual memory manipulation. Zerocopy introduces a suite of conversion traits such as TryFromBytes, FromBytes, IntoBytes, and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    ramsey/uuid

    ramsey/uuid

    A PHP library for generating universally unique identifiers (UUIDs)

    ramsey/uuid is a PHP library for generating and working with RFC 4122 version 1, 2, 3, 4, and 5 universally unique identifiers (UUID). ramsey/uuid also supports optional and non-standard features, such as version 6 UUIDs, GUIDs, and other approaches for encoding/decoding UUIDs. A universally unique identifier, or UUID, is a 128-bit unsigned integer, usually represented as a hexadecimal string split into five groups with dashes. The most widely-known and used types of UUIDs are defined by RFC 4122. The probability of duplicating a UUID is close to zero, so they are a great choice for generating unique identifiers in distributed systems. UUIDs can also be stored in binary format, as a string of 16 bytes. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Node Redis

    Node Redis

    A high performance Node.js Redis client

    ...Care should be taken with user input if arrays are possible (via body-parser, query string or other method), as single arguments could be unintentionally interpreted as multiple args. Minimal parsing is done on the replies. Commands that return a integer return JavaScript Numbers, arrays return JavaScript Array. HGETALL returns an Object keyed by the hash keys. All strings will either be returned as string or as buffer depending on your setting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    numbers-java

    Java library for number operations

    Java library for number operations currently consisting of PrimeFactors.java, which calculates prime factors for a given integer
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    DeaDBeeF is a modular cross-platform audio player, which runs on GNU/Linux distributions, macOS, Windows, *BSD, OpenSolaris, other UNIX-like systems. DeaDBeeF plays a variety of audio formats, converts between them, lets you customize the UI in almost any way you want, and use many additional plugins which can extend it even more.
    Leader badge
    Downloads: 2,146 This Week
    Last Update:
    See Project
  • 15

    vlxc_visual_lisp rtf writer use bbsCode

    You generate on disk MsWord DOC from

    step1) You write bbs-code with MsWord [s=$variabile-lisp-name-string] [d=$variabile-lisp-name-integer] step2)You view the page http://www.puiubrat.3x.ro/carto5A/vlxc_codoc2lsp.html You save the file with extension .RTF
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    ACME Cross-Assembler

    multi-platform cross assembler for 6502/6510/65816 cpu

    ...ACME supports the standard assembler stuff like global/local/anonymous labels, offset assembly, conditional assembly and looping assembly. It can include other source files as well as binaries while assembling. Calculations can be done in integer or float mode. Oh, and it is fast.
    Leader badge
    Downloads: 83 This Week
    Last Update:
    See Project
  • 17

    julian-day-calendar-1583

    Integer algorithms from J. Scaliger in 1583 for calendar date "math"

    ...He brought together several calendars including the Gregorian calendar in 1583 and chose a base date of 4713 BC January 1 from which to number all days. He chose that date as one common to the then common calendars he wanted to reconcile. He also devised an algorithm using integer calculations only to convert a date in the modern Gregorian calendar to a Julian Day Number and back again. Using Scaliger's algorithms, you can calculate the number of days between any two calendar dates by converting each date into its unique Julian Day Number and then finding the difference in days between them. Note that the Julian Day Number is not related to the "julian date" in which the year and day of year is used. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    REDUCE

    REDUCE

    A Portable General-Purpose Computer Algebra System

    REDUCE is an interactive system for general algebraic computations of interest to mathematicians, scientists and engineers. It can be used interactively for simple calculations but also provides a flexible and expressive user programming language. The development of the REDUCE computer algebra system was started in the 1960s by Anthony C. Hearn. Since then, many scientists from all over the world have contributed to its development. REDUCE has a long and distinguished place in the...
    Leader badge
    Downloads: 138 This Week
    Last Update:
    See Project
  • 19
    PascalBoost
    Optimising Pascal code : - Setting const to parameters (not events) - Setting appendstr, inc and dec on string and integer auto set - Setting with adding verifying methods and variable inside its begin end - Setting <> '' to > '' The program is not perfect because user can better optimise.
    Downloads: 28 This Week
    Last Update:
    See Project
  • 20
    XPL compiler

    XPL compiler

    XPL to C translator

    XPL compiler as described in the book "A Compiler Generator" by McKeeman, Horning and Wortman. This compiler translates the XPL language to C source code allowing anyone with a working C compiler to run an XPL compiler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    AspeQT-2K26 (formerly AspeQT/RespeQt)

    AspeQT-2K26 (formerly AspeQT/RespeQt)

    A modernized Atari 8-bit SIO emulator ported to Qt 6 with native TNFS

    ...Point to servers like fujinet.pl and boot immediately—no downloads required. Qt 6 Modernization: Replaces legacy Qt 4/5 code. Features a crisp, responsive UI with proper 4K scaling and restored drag-and-drop. Large Drive Support: Fixed integer overflows to reliably support 16MB+ Hard Disk Images (65,535 sectors). Enhanced Stability: Rock-solid Linux serial timing (no more "NAK" errors) and improved "Happy" drive emulation. Embedded Firmware: Essential boot firmware (MyDOS, Atari DOS) is built-in.
    Downloads: 24 This Week
    Last Update:
    See Project
  • 22

    ntuacarlo

    A open-source implementation library of optimization algorithms

    ntuacarlo: library of open-source implementation of optimization algorithms for Matlab/GNU Octave The library implements matlab functions for the following optimization algorithms: Simulated Annealing Particle Swarm Optimization Monte Carlo Exhaustive search The signature of the functions follow the same as the ga() function of Matlab. All the functions support lower and upper bounds, linear and non-linear constraints, and integer variables.Octave
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Pfactris

    An Arithmetical Tetris Game. Numbered tiles divide and cancel out.

    Full documentation: Download pfactrisX.Y.html Tetris, but with arithmetic, each tile has an integer on it. Drop a tile onto a tile below so that the numbers divide and cancel out. Once a tile drops and cancels with the tile below, it will attempt to cancel the next tile below that and so on. If no more below-cancellations happen it will also try to cancel with the tile to the left and then the tile to the right of it.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    uos

    uos

    United Open-libraries of Sound: United methods for open-source audio

    ...uos unifies the best open-source audio libraries. For fpc, fpGUI, MSEgui and LCL. With uos you can: . Listen to mp3, ogg, wav, flac, m4a, opus, cda ... audio files. . Deal with 16, 32 integer or float 32 bit resolution. . Do internet audio streaming of mp3 and opus files. . Record all types of input into wav or ogg file with 16 or 32 bit resolution. . Add DSP effects and filters, however many you want and record it. . Listen to multiple input and output. . Produce sound from built-in synthesizer. uos can use: PortAudio, SndFile, Mpg123, Faad, Mp4ff, Opus, OpusFile audio libraries and SoundTouch, Bs2b audio-effect libraries. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    AudiooPy

    AudiooPy

    Audio manager in Python Object-Oriented Programming

    AudiooPy stands for "Audio Manager in Python Object-Oriented Programming." This library provides a range of useful operations for sound files and audio fragments. It processes audio at the frame level, working with signed integer samples of 8, 16, or 32 bits, stored in byte-like objects. Key features include: - Reading and writing WAV files using Python's standard library. - A scientifically validated method for automatically detecting sound segments in speech. - Manipulation of raw audio data. - Audio mixing capabilities. - Automated computation of statistical descriptors for audio data...
    Downloads: 0 This Week
    Last Update:
    See Project