Showing 134 open source projects for "delta"

View related business solutions
  • The Most Powerful Software Platform for EHSQ and ESG Management Icon
    The Most Powerful Software Platform for EHSQ and ESG Management

    Addresses the needs of small businesses and large global organizations with thousands of users in multiple locations.

    Choose from a complete set of software solutions across EHSQ that address all aspects of top performing Environmental, Health and Safety, and Quality management programs.
    Learn More
  • Failed Payment Recovery for Subscription Businesses Icon
    Failed Payment Recovery for Subscription Businesses

    For subscription companies searching for a failed payment recovery solution to grow revenue, and retain customers.

    FlexPay’s innovative platform uses multiple technologies to achieve the highest number of retained customers, resulting in reduced involuntary churn, longer life span after recovery, and higher revenue. Leading brands like LegalZoom, Hooked on Phonics, and ClinicSense trust FlexPay to recover failed payments, reduce churn, and increase customer lifetime value.
    Learn More
  • 1
    Delta

    Delta

    A viewer for git and diff output

    Delta acts as a pager for git's output, and delta in turn passes its own output on to a "real" pager.
    Downloads: 26 This Week
    Last Update:
    See Project
  • 2
    Free DELTA

    Free DELTA

    Software tools for processing taxonomic descriptions in DELTA format

    The Free DELTA Project is a free, open-source, software alternative for a generic system to the processing of taxonomic descriptions based on the DELTA (DEscription Language for TAxonomy) format.
    Leader badge
    Downloads: 412 This Week
    Last Update:
    See Project
  • 3
    Delta Executor For PC

    Delta Executor For PC

    Use the Delta Executor APK with Roblox on a Windows PC.

    This project allows the Delta Executor APK to be compatible with Roblox running natively on a Windows PC. Delta Executor For PC emulates the necessary environment to run the APK and integrates it with the Roblox process running on your Windows machine. If the Delta Executor APK is not found, the project will automatically download it. The "DeltaExecutorVector.svg" file is just the logo in vector format.
    Leader badge
    Downloads: 25,601 This Week
    Last Update:
    See Project
  • 4
    Delta Executor APK

    Delta Executor APK

    Popular Roblox executor

    Delta Executor APK for Roblox is a powerful script executor for Android designed to enhance the Roblox gaming experience by allowing users to run custom scripts within the game environment. Delta Executor provides an intuitive interface and advanced functionality tailored to Roblox players and developers, offering tools to modify gameplay, access unique in-game features, and execute custom Lua scripts efficiently.
    Downloads: 2,648 This Week
    Last Update:
    See Project
  • Award-Winning Medical Office Software Designed for Your Specialty Icon
    Award-Winning Medical Office Software Designed for Your Specialty

    Succeed and scale your practice with cloud-based, data-backed, AI-powered healthcare software.

    RXNT is an ambulatory healthcare technology pioneer that empowers medical practices and healthcare organizations to succeed and scale through innovative, data-backed, AI-powered software.
    Learn More
  • 5
    pg_analytics

    pg_analytics

    DuckDB-powered analytics for Postgres

    pg_analytics (formerly named pg_lakehouse) puts DuckDB inside Postgres. With pg_analytics installed, Postgres can query foreign object stores like AWS S3 and table formats like Iceberg or Delta Lake. Queries are pushed down to DuckDB, a high-performance analytical query engine. By transforming Postgres into a performant search and analytics engine, ParadeDB frees your team from the pain of scaling and syncing Elasticsearch.
    Downloads: 68 This Week
    Last Update:
    See Project
  • 6
    Delta  Executor For PC  No Key

    Delta Executor For PC No Key

    Download Delta Roblox executor for keyless scripting. Latest Update

    ...Whether you're automating farming in Blox Fruits or running GUIs in Pet Simulator X, Delta Executor gives you the performance
    Leader badge
    Downloads: 1,503 This Week
    Last Update:
    See Project
  • 7
    ESP8266Audio

    ESP8266Audio

    Arduino library to play MOD, WAV, FLAC, MIDI, RTTTL, MP3

    ...If you find any bugs, please let me know via the GitHub issue tracker or drop me an email. The MOD and MP3 routines were taken from StellaPlayer and libMAD respectively. The software I2S delta-sigma 32x oversampling DAC was my own creation and sounds quite good if I do say so myself.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Leader badge
    Downloads: 20 This Week
    Last Update:
    See Project
  • 9
    Marlin

    Marlin

    Optimized firmware for RepRap 3D printers based on Arduino platform

    Marlin is a popular open source firmware for the RepRap family of 3D printers. It is straightforward, reliable, extensible and adaptable, which is why it is used by many respected commercial 3D printer vendors as well as hobbyists. It runs on inexpensive 8-bit Atmel AVR micro-controllers, with added support for 32-bit and ARM-based boards. Marlin builds can be small enough for use on a headless printer with only modest hardware, and features can be enabled as-needed.
    Downloads: 26 This Week
    Last Update:
    See Project
  • Rezku Point of Sale Icon
    Rezku Point of Sale

    Designed for Real-World Restaurant Operations

    Rezku is an all-inclusive ordering platform and management solution for all types of restaurant and bar concepts. You can now get a fully custom branded downloadable smartphone ordering app for your restaurant exclusively from Rezku.
    Learn More
  • 10
    Sparkle 2

    Sparkle 2

    A software update framework for macOS

    Sparkle is an easy-to-use software update framework for macOS applications. Sparkle is open source software available under the permissive MIT license, and is developed on GitHub by the Sparkle Project with the help of dozens of valued contributors. Sparkle is kept up to date with the latest Apple technologies such as Touch Bar and Dark Mode. Sparkle supports macOS 10.9 and later. Supports Sparkle's own signatures as well as Apple Code Signing, for ultra-secure updates. Sparkle also supports...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 11
    Horde

    Horde

    Horde is a distributed Supervisor and Registry

    Horde provides a distributed, fault-tolerant Registry and DynamicSupervisor for Elixir applications, letting you run and manage processes across clustered nodes as if they lived on a single machine. It relies on conflict-free replicated data types (CRDTs) to converge membership and process ownership without a central leader, so cluster topology can change freely as nodes join or leave. With Horde.Registry you register processes globally and look them up anywhere, while...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    frame.js

    frame.js

    JavaScript Sequence Editor

    frame.js is a tiny utility for orchestrating frame-based animations with requestAnimationFrame while keeping code clean and predictable. It abstracts the boilerplate of setting up a render loop, tracking elapsed time, and updating callbacks at the right cadence. By providing a simple lifecycle—start, stop, tick—it encourages separation between state updates and rendering, which is essential for smooth visuals. The library aims to be unobtrusive: you can drop it into demos or prototypes...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Optopsy

    Optopsy

    A nimble options backtesting library for Python

    Optopsy is a Python-based, nimble backtesting and statistics library focused on evaluating options trading strategies like calls, puts, straddles, spreads, and more, using pandas-driven analysis. The csv_data() function is a convenience function. Under the hood it uses Panda's read_csv() function to do the import. There are other parameters that can help with loading the csv data, consult the code/future documentation to see how to use them. Optopsy is a small simple library that offloads...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14
    Dupingscript
    This script can dupe any brainrots you want. It can dupe garama,spooky and and pumpky,dragon canneloni and many more.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 15
    I've been unable to push to git. D:\Modem1905_3>git push -v Pushing to ssh://juvf@git.code.sf.net/p/modem1905/code Counting objects: 13, done. Delta compression using up to 8 threads. Compressing objects: 100% (12/12), done. Writing objects: 100% (13/13), 15.29 KiB | 1.91 MiB/s, done. Total 13 (delta 8), reused 0 (delta 0) remote: error: cannot lock ref 'HEAD': Unable to create '/git/p/modem1905/code.g it/./HEAD.lock': File exists. remote: remote: Another git process seems to be running in this repository, e.g. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    dc2m

    dc2m

    Chat via modbus TCP with plc, pac, cnc using your smartphone or pc

    Chat via modbus TCP with plc, pac, cnc (even on the other side of the world) using your smartphone or pc. Receive notifications in case of alarms and events. Collect data on production and operating statistics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Multivariate Forex Calculus Robot

    MQL4, MQL5, C++ Expert Advisor, Forex Calculus Robot.

    ...Calculus Robot Implements algorithms that govern their work. These algorithms detect some sort of "Waves" in the Forex Market. In Robot's Default Configuration, the Average Trade length is twelve hours. Take Profit delta is equal to the Stop Loss delta in every trade. That kind of trade operation is symmetrical, which means that if the BUY operation was a loss and then reversed it, the SELL operation with properly modified values would be profitable. When the Results of the Robot's work are to be analyzed after at least two months, it appears that the Robot switches time intervals, which is Losing Money to time intervals, which is Making Money. ...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 18
    SHG SER Processor

    SHG SER Processor

    SHGs like Sol'Ex captured SER videos processing

    Spectroheliograph like Sol'Ex captured SER videos processing with simultaneous extraction and processing of main line image, subtracting image (for Helium), main2 image (for Doppler) and reference image for geometric processing of main image. Saves resulting images (main and reference) in FITS and XCF formats. Separate delta positions from baseline fitted curve for all lines (main, main2/subtractive and reference). Correction of inclination and size ratio of images. Doppler color image creation from adjoining lines (main1/main2). Transversalium correction. Glare reduction. Opens resulting images on Image16 for further processing.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 19
    APBSmem is a Java-based graphical user interface for Poisson-Boltzmann electrostatics calculations at the membrane. APBS version 1.2.0 or later is required.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 20
    BinEd Binary/Hex Editor

    BinEd Binary/Hex Editor

    Binary / hex editor and component written in Java

    Free and open source hex editor written in Java. This is standalone desktop app, library for Java applications as well as variants for Java IDEs are also available.
    Downloads: 27 This Week
    Last Update:
    See Project
  • 21
    DAR - Disk ARchive

    DAR - Disk ARchive

    For full, incremental, compressed and encrypted backups or archives

    DAR is a command-line backup and archiving tool that uses selective compression (not compressing already compressed files), strong encryption, may split an archive in different files of given size and provides on-fly hashing, supports differential backup with or without binary delta, ftp and sftp protocols to remote cloud storage Archive internal's catalog, allows very quick restoration even a single file from a huge, eventually sliced, compressed, encrypted archive eventually located on a remote cloud storage, by only reading/fetching the necessary data to perform the operation. Dar saves *all* UNIX inode types, takes care of hard links, sparse files as well as Extended Attributes (MacOS X file forks, Linux ACL, SELinux tags, user attributes) and some Filesystem Specific Attributes (Linux ext2/3/4, Mac OS X HFS+) more details at: http://dar.linux.free.fr/doc/Features.html
    Leader badge
    Downloads: 171 This Week
    Last Update:
    See Project
  • 22
    Hasleo WinToUSB

    Hasleo WinToUSB

    Best Free Windows To Go (WTG) Creator Wizard

    Best Free Windows To Go (WTG) Creator Wizard Create Portable Windows 11/10/8/7 in Minutes! WinToUSB (also called Windows To USB) is the best free Windows To Go (WTG) Creator which allows you to install and run a fully-functional Windows on external hard drives, USB flash drives or Thunderbolt drives. With just three steps and a few minutes, you can easily and efficiently create your first portable Windows 11/10/8/7 (X64/X86/ARM64) or Windows Server directly from an ISO, WIM, ESD, SWM,...
    Downloads: 52 This Week
    Last Update:
    See Project
  • 23
    QuickRev
    A code review tool for Subversion, GIT and ClearCase controlled files. Features: Complete Review Cycle/ Reviews between different file versions/ Syntax highlighting/ Email Notifications/ Checklist Support/ Readable XML-Output/ Easy Configuration/ Metrics
    Downloads: 6 This Week
    Last Update:
    See Project
  • 24

    VietMod Tool

    Open-source Python gaming tools: Ping Monitor, Specs Check,Auto Click

    ...**PyPing Monitor:** Real-time latency checker for game servers (Google DNS/Custom IP) with visual status indicators to help you avoid lag spikes. 2. **Specs Analyzer:** Scans CPU, RAM, and Disk to verify PC compatibility with modern titles like PUBG, Naraka, and Delta Force. 3. **Safe Auto-Clicker:** A malware-free automation script built with standard libraries (`pynput`) for safe background tasks. ## 🚀 Key Features * **100% Open Source:** Transparent code. No hidden miners, adware, or bloatware. * **Lightweight:** Written in Python, consuming negligible system resources. * **Safe:** Designed to work externally, respecting anti-cheat policies...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    How to get Bot Lobbies

    How to get Bot Lobbies

    Get easy bot lobbies in any game with our bot lobbies tool.

    Test it on the web app: https://slothytech.com/ezlobbies/ EzLobbies is the open-source tool developed by SlothyTech that helps gamers get easier, bot-filled lobbies in the world’s top games. Instantly generate custom OpenVPN config files that route only your game’s matchmaking traffic through the VPN server of your choice—no complicated setup and no speed loss for browsing or streaming. Supported titles include Fortnite, Call of Duty, Warzone, Apex Legends, Overwatch, Valorant, PUBG, and...
    Downloads: 17 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB