Showing 19 open source projects for "0 delay"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 1
    retry

    retry

    Simple golang library for retry mechanism

    Simple library for retry mechanism. Context allow to set context of retry default are Background context. Return the direct last error that came from the retried function default is false (return wrapped errors with everything) WithTimer provides a way to swap out timer module implementations. This primarily is useful for mocking/testing, where you may not want to explicitly wait for a set duration for retries. DelayTypeFunc is called to return the next delay to wait after the retriable...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Machinery

    Machinery

    Machinery is an asynchronous task queue/job queue

    ... need to run a worker is a Server instance with registered tasks. Each worker will only consume registered tasks. For each task on the queue the Worker.Process() method will be run in a goroutine. Use the second parameter of server.NewWorker to limit the number of concurrently running Worker.Process() calls (per worker). Example: 1 will serialize task execution while 0 makes the number of concurrently executed tasks unlimited (default).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Percollate

    Percollate

    A command-line tool to turn web pages into beautiful, readable PDF

    Percollate is a command-line tool that turns web pages into beautifully formatted PDF, EPUB, or HTML files. By default, percollate processes URLs in parallel. Use the --wait option to process them sequentially instead, with a pause between items. The delay is specified in seconds, and can be zero. By default, percollate bundles all web pages in a single file. Use the --individual flag to export each source to a separate file. Additional CSS styles you can pass from the command line to override...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    YAT

    YAT

    Yet Another Terminal :: Serial Communication :: Engineer/Test/Debug

    Engineering, testing and debugging of serial communication. Supports RS-232/422/423/485 as well as TCP/IP Client/Server/AutoSocket, UDP/IP Client/Server/PairSocket and USB Ser/HID. Optimized for simple command sets of e.g. embedded systems.
    Leader badge
    Downloads: 772 This Week
    Last Update:
    See Project
  • 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
  • 5
    ksnip

    ksnip

    Qt based cross-platform screenshot tool with annotations

    Ksnip is a Qt based cross-platform screenshot tool that provides many annotation features for your screenshots.
    Leader badge
    Downloads: 330 This Week
    Last Update:
    See Project
  • 6
    Fortnite Multi-Settings Changer

    Fortnite Multi-Settings Changer

    Fortnite Multi-Settings Changer, Optimize Your Settings Now!

    The Fortnite Multi-Settings Changer is a tool designed to optimize a wide range of settings in Fortnite, including FPS delay and other performance-related adjustments. With a user-friendly interface and real-time feedback on current settings, it allows players to easily enhance their gaming experience by improving visuals and performance through custom or preset configurations. - This tool replaces code in the GameUserSettings.ini file for your Fortnite settings. It is single-file packed...
    Downloads: 16 This Week
    Last Update:
    See Project
  • 7
    Flame Auto Clicker

    Flame Auto Clicker

    Fastest Auto Clicker on the market . Over 1000 CPS (For Real)

    Flame Auto Clicker is an Open Source minimalist Auto Clicker. The CPS limit is your PC, but you can also add delay or click limit, or change the click button or start/stop clicking with a HotKey, which can be edited too. This Auto Clicker can be used with ANY game, Minecraft, Roblox and more! Source Code: GitHub: https://github.com/PETEROLO291/Flame-Auto-Clicker TIP: Set delay to 0 to get super fast clicks. Clicks are only limited by your PC hardwere! Installer: 9,22 MB...
    Leader badge
    Downloads: 888 This Week
    Last Update:
    See Project
  • 8
    DavesMetronome
    DavesMetronome is a desktop metronome. It was written with Java and runs on systems which support Java Runtime Environment. The application is available as a jar file and requires JRE to be installed on your computer. JRE can be downloaded from https://www.java.com/en/download/manual.jsp. Version 2.0 adds programming capability. Program simple exercises to increase or decrease tempo after a specified number of beats or define complex rhythm patterns. See the 'Help' menu item in...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Voided-Git AutoTyper

    Voided-Git AutoTyper

    A simple autotyper that can be used to send multiple messages

    A simple autotyper that can be used to send multiple messages at the same time or with a slight delay. Run, enter the text you want repeatedly typed, enter the amount of time you want the text repeated (or sent) and enter the delay (can be 0). Please use this software responsibly as some applications can terminate your account by spamming messages (as per their individual ToS). No responsibility is held should your account be suspended, rate-limited or terminated. Most applications, however...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cybersecurity Solutions to Protect, Detect and Respond Against Cyberattacks Icon
    Cybersecurity Solutions to Protect, Detect and Respond Against Cyberattacks

    Kroll's elite cyber risk experts deliver end-to-end cyber security services for organizations in a wide range of sectors, across the globe.

    From system upgrades or a move to the cloud … to applications meant to improve the customer experience … and to integral third-party relationships, one misstep can cascade into IP theft, wire fraud, ransomware, data breaches and more; not to mention regulatory action, civil litigation and reputational damage. That’s why we’ve structured end-to-end solutions to manage the entire threat lifecycle.
    Learn More
  • 10
    GetScreen command line

    GetScreen command line

    Easy Screenshot Windows command line (similar to 'scrot' under Linux)

    ...) -x : position x coordinate (by default : 0) -y : position y coordinate (by default : 0) -w : width size (by default : full screen) -h : height size (by default : full screen) -k : hotkey (by default : S) -d : delay before (by default: 0) -c : file conf : (by default : NONE) -h or --help : print help Examples : getscreen -o test -k S -p start -x 10 -y 10 -w 100 -h 100 getscreen -m direct -o test -p start -x 10 -y 10 -w 100 -h 100 getscreen -m hide -p c:\\program~1\\gimp2\\gimp2.exe
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    Vivus.js

    Vivus.js

    JavaScript library to make drawing animation on SVG

    Vivus is a lightweight JavaScript class (with no dependencies) that allows you to animate SVGs, giving them the appearence of being drawn. There are a variety of different animations available, as well as the option to create a custom script to draw your SVG in whatever way you like. Every path element is drawn at the same time with a small delay at the start. This is currently the default animation. Each line is drawn synchronously. They all start and finish at the same time, hence the name...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Inject Header Surfer X2
    ...,SW_HIDE); Visual Basic : Shell App.Path & "\IHS.exe" "config.ihs 8080", vbHide Syarat : Config tidak boleh mengandung spasi dan huruf besar, saran gunakan a-z dan 0-9 IHS X2 Created by MhanRisandy https://www.twitter.com/mhanrisandy
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    midi_chung
    midi chung is a compact midi player with programable sustain (delay on noteoff),auto volume control,playlist,repeat,tempo,transpose,and instrument selection.You can also choose the midi output port to link with other midi applications like vsthost or midipiano_chung.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Acoustic Research Tool (ART)

    Acoustic Research Tool (ART)

    Acoustic Simulation Library for Frequency and Time Domain Simulations.

    ... expressions. Cylindrical and conical ducts can also be defined based on their geometry. Available models and their parameters can be enumerated and combined to form simulators for complex acoustical structures. Parameters can be specified symbolically by expressions containing other parameter values or global variables. Dependencies between parameters are resolved at run time. However, MuParserX expressions are compiled at design time. Zero-delay loops are detected and reported.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15

    Hydrocon IRC Bot

    irc bot multi-threaded, ddos, code execution, and more

    Hydrocon IRC bot public 1.7 this is a IRC bot that is compiled with codeblocks and the mingw32 compiler. It is fully multi-threaded melts on execution, runs on start up. it has great stability and efficiency . also has the ability to execute remote code and and execute cmd commands along with ddos and more, 16 option's in total. updates coming soon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    microDispatch

    Microcontroller Task Scheduler

    Super lightweight task scheduler aimed at 8 bit AVR ATmega micro-controllers (perfect for Arduino), although it can easily be used on other hardware like Microchip PIC. It uses simple round-robin scheduling so no priority levels can be set. You choose the time interval by calling dispatchTick(), this is usually in a timer interrupt. Range for number of tasks: 0 to 255 tasks Range for delay: 0 to 65535 ticks Each task only uses 5 byte of RAM. The one task LED blink example only uses 5...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Project Chronos
    UPDATE, Check out our new website where we will host all future updates and improvements. The Sourceforge site will no longer be maintained and updated. www.TheChronosProject.com Project Chronos is an open source time lapse rail. It is a fully features system that offers the same level of control as professional systems costing thousands of dollars. It is also the most accurate time lapse system available capable of making accurate movements 1/125th the width of a human hair. And the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    broodKernel

    Latest i9001 stock kernel, heavily tweaked!

    broodKernel is a kernel that is always based on the latest i9001 kernel, the big difference between an other custom kernel is that broodKernel keeps the original zImage. This means that all stock features are available, in order to tweak it I added a lot of tweaks to the kernels ramdisk. next to the ramdisk tweaks there are 2 init.d scripts which allow you to manage broodKernel the way you want. Visit the github here: https://github.com/broodplank/broodKernel
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Oct.0 Nikon Z remote control app

    Oct.0 Nikon Z remote control app

    Advanced Remote control and tethering app for Nikon Z ML cameras

    Based on Nikon SDK C# wrapper and EMGU repositories - Oct.0 is a standalone Windows 64bit lightweight app, developed to remotely control select Nikon Z Mirrorless camera bodies by means of wired or wireless controllers attached to a x64 PC. Oct.0 allows for replicating most of the camera body controls (buttons) functions via GUI buttons or keyboard shortcuts, as well as allowing tethering functions such as saving the files to destination folder on a PC, and invoking a remote LiveView session.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next