Showing 50 open source projects for "loop"

View related business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    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
  • The All-in-One Commerce Platform for Businesses - Shopify Icon
    The All-in-One Commerce Platform for Businesses - Shopify

    Shopify offers plans for anyone that wants to sell products online and build an ecommerce store, small to mid-sized businesses as well as enterprise

    Shopify is a leading all-in-one commerce platform that enables businesses to start, build, and grow their online and physical stores. It offers tools to create customized websites, manage inventory, process payments, and sell across multiple channels including online, in-person, wholesale, and global markets. The platform includes integrated marketing tools, analytics, and customer engagement features to help merchants reach and retain customers. Shopify supports thousands of third-party apps and offers developer-friendly APIs for custom solutions. With world-class checkout technology, Shopify powers over 150 million high-intent shoppers worldwide. Its reliable, scalable infrastructure ensures fast performance and seamless operations at any business size.
    Learn More
  • 1

    loop-finder-s6

    s6-rc service definition dependency debugger.

    s6-rc service definition directories debugger. Find loop in dependencies s6-rc services. Create visual form of dependencies of service definitions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    fping

    fping

    High performance ping tool

    ... emails, so I decided to just step up and take over maintenanceship.To mark this change of maintenance, and avoid confusion, I decided to call it version 3. Besides a new maintainer, fping now also features a completely rewritten main loop implementation which improves performance significantly. The run time is now close to the theoretical time required to send and receive the pings under the specified parameters.
    Downloads: 23 This Week
    Last Update:
    See Project
  • 3
    Concourse

    Concourse

    Concourse is a container-based continuous thing-doer written in Go

    ... one click to get from a failed job to seeing why it failed. The visualization provides a "gut check" feedback loop: if it looks wrong, it probably is wrong. Jobs can depend on other jobs by configuring passed constraints. The resulting chain of jobs and resources is a dependency graph that continuously pushes your project forward, from source code to production.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    NGINX Ingress Controller

    NGINX Ingress Controller

    NGINX Ingress Controller for Kubernetes

    ... an upstream configuration (i.e Endpoints change when you deploy your app). We use lua-nginx-module to achieve this. Check below to learn more about how it's done. Usually, a Kubernetes Controller utilizes the synchronization loop pattern to check if the desired state in the controller is updated or a change is required. To this purpose, we need to build a model using different objects from the cluster, in particular (in no special order) Ingresses, Services, Endpoints, Secrets, and Configmaps.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 5
    GuitarPedal

    GuitarPedal

    Linus learns analog circuits

    GuitarPedal is an experimental repository exploring a digital guitar-effects signal chain implemented with lean, low-level code. The project demonstrates how to read audio input, process it through simple transformations, and write the result out in real time with minimal latency. It emphasizes straightforward, inspectable DSP so developers can follow the math and tweak parameters without a giant framework in the way. The codebase favors portability and simplicity, focusing on a handful of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Perf Book

    Perf Book

    The book "Performance Analysis and Tuning on Modern CPU"

    ... walks through vectorization, memory layout, data-oriented design, and algorithmic choices, illustrating when compiler flags, intrinsics, or hand-rolled assembly make sense. It also demonstrates tool-driven workflows—using profilers and PMU events—to locate true bottlenecks and validate that changes actually help. Throughout, the emphasis is on a methodical loop of hypothesize → measure → change → re-measure, rather than folklore or premature micro-optimizations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    ClickHouse Go

    ClickHouse Go

    Golang driver for ClickHouse

    ... supports http protocol for transport. (Experimental). Marshal rows into structs (ScanStruct, Select). Unmarshal struct to row (AppendStruct). Connection pool Failover and load balancing. Bulk write support (for database/sql use begin->prepare->(in loop exec)->commit). AsyncInsert, named and numeric placeholders support. LZ4/ZSTD compression support. External data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    SwiftNIO

    SwiftNIO

    Network application framework for protocol servers and clients

    SwiftNIO is a cross-platform asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. Low-level protocol implementations are often a collection of ChannelHandlers that implement a protocol but still require the user to have a good understanding of SwiftNIO. Often, low-level protocol implementations will then be wrapped in high-level libraries with a nicer, more user-friendly API. High-level implementations are...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Iperf 2

    Iperf 2

    A means to measure network responsiveness and throughput

    Iperf here is a means of measuring networks - capacity & latency (including ECN) over sockets both TCP and UDP. The goals include maintaining an active iperf code base across a broad set of platforms and operating systems. This is a multi-threaded design that scales with the number of CPUs or cores within a system. It supports both high impact and low impact techniques to obtain and report network performance. Current release: 2.2.1, Nov 4th, 2024 About iperf 2 and iperf3: Read...
    Leader badge
    Downloads: 11,325 This Week
    Last Update:
    See Project
  • Enterprise and Small Business CRM Solution | Clear C2 C2CRM Icon
    Enterprise and Small Business CRM Solution | Clear C2 C2CRM

    Voted Best CRM System with Top Ranked Customer Support. CRM Management includes Sales, Marketing, Relationship Management, and Help Desk.

    C2CRM consists of four modules that integrate to provide a comprehensive CRM solution: Relationship Management, Sales Automation, Marketing Automation, and Customer Service. Only buy what each user needs.
    Learn More
  • 10
    Featureless Linux Library

    Featureless Linux Library

    Linux Library on top of Libc focusing on long term support.

    When computer power increases, programmers generally add more "features", thus making any performance gains in new hardware negligible. This project is an attempt to develop a library above libc that breaks out of this terrible loop.
    Downloads: 37 This Week
    Last Update:
    See Project
  • 11
    JxMake

    JxMake

    A Java-based cross-platform build system.

    JxMake is a Java-based, cross-platform build system primarily inspired by the syntax and features of GNU Make, Perforce Jam, and CMake. In addition, JxMake offers several features not typically found in other console-based build systems, including a built-in lightweight GUI, serial console, serial plotter, multi-MCU in-system programmer, and more. Currently, JxMake's loadable libraries (build scripts) are primarily designed for non-OS MCU systems and experimental use. Full support for...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12

    Obscura

    It's a personal microkernel project designed as a learning ground.

    ... to handle hardware interrupts (keyboard, timer) - Support minimal user space - Evolve to a simple OS: - With a rudimentary shell - Isolated user processes - A basis for experimenting with system concepts ## ⚙️ Project status > 🚧 Project under development - Learning phase (year 1) Short-term planned features : - [ ] Multiboot-compatible GRUB bootloader - [ ] Text mode display (VGA) - [ ] Interrupt management (IRQ / keyboard) - [ ] First task manager loop...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    StackTraceSealer

    Aid in finding infinite loops in Java programs on production systems

    StackTraceSealer is a JConsole plugin with its own Java Agent Library that can be used to seal stack frames on a thread stack trace to detect whether these frames have changed or they have remained the same all the time to aid in finding an infinite loop on a production system when all you have is a long seemingly constant stack trace in the thread dump.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    pl

    Perl One-Liner Magic Wand

    Some tasks are too menial for a dedicated script but still too cumbersome even with the many neat one-liner options of "perl -E". This small script fills the gap: various one-letter commands & magic variables (with meaningful aliases too) and more nifty loop options take Perl programming to the command line. Fully imports List::Util. With no program on the command line, starts a pl Shell. How to "e(cho)" values, including from "@A(RGV)", with single "$q(uote)" & double "$Q(uote)". Same...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    gev

    gev

    Gev is a lightweight, fast non-blocking TCP network library

    Gev is a lightweight, fast non-blocking TCP network library / websocket server based on Reactor mode. Support custom protocols to quickly and easily build high-performance servers. Support custom protocols to quickly and easily build high-performance servers. High-performance event loop based on epoll and kqueue. Support multi-core and multi-threading. Dynamic expansion of read and write buffers implemented by Ring Buffer. Asynchronous read and write. SO_REUSEPORT port reuse support...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    SmartKnob

    SmartKnob

    Haptic input knob with software-defined endstops and virtual detents

    SmartKnob is an open‑source hardware/software hybrid rotary input device featuring software-configurable end-stops and virtual detents, facilitated by a brushless gimbal motor and magnetic encoder—offering programmable haptic feedback and a novel, tactile user interface. 240x240 round LCD ("GC9A01"), protected by 39.5mm watch glass on rotor. BLDC gimbal motor, with a hollow shaft for mechanically & electrically connecting the LCD. PCB flexure and SMD resistors used as strain gauges for press...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    bctl

    bctl

    1-wire based boiler/DHW/distribution heating system controller

    bctl is a C++ state-machine based boiler controller utilizing a 1-Wire bus for sensors and I/O. It implements a multi-loop circulation/distribution controller targeting a dual boiler system for combined wood/fuel based heating. The wood fired boiler system utilizes hot water thermal storage and indirect heating of domestic hot water during firing. It includes provision for dumping excess heat to the distribution system, as well as provision for heat recovery during a cool-down cycle...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18

    bcacheMonitor

    Version: 0.0.4 01/05/2023

    ... the disks. Wait for infinite loop and redirect the output to the (printed) log file. The contents of the log file can be viewed in a desktop gadget or other commands that display it. sendzero Sends to all active monitors the 'setmax,waitzero' request action, to force flush the dirty cache. Wait for zero dirty cache (currently for 90 seconds maximum). bcache-backup.service is a sample service for systemd to handle bcacheMonitor on startup and shutdown of the operating system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    httpfs depends on FUSE. It uses HTTP/1.1 extensions to read arbitrary bytes from a file on a web-server. This is particular interesting for an iso, since it can be investigated (loop device) without actually downloading the whole iso.
    Leader badge
    Downloads: 348 This Week
    Last Update:
    See Project
  • 20
    SnapMacro

    SnapMacro

    Free and Open source Cross-platform bot creator using Snap language

    Snap Macro Free and open source Cross-platform bot creator with a new scripting language called snap to interact with the mouse, keyboard, and screen using the snap scripting language Snap language has many features to make it easy to implement your own bot. For examples: - Variables, - Conditions, - Data types like integer, hexdecimal - Flow conditions like if, while loop, repeat loop - Sleep, exit, delay statements - get the current pixel in position and compare...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    pyrpl

    PyRPL turns your Red Pitaya into a powerful analog feedback device.

    The Red Pitaya is a commercial, affordable FPGA board with fast analog inputs and outputs. This makes it useful for quantum optics experiments, in particular as a digital feedback controller for analog systems. Based on the open source software provided by the board manufacturer, PyRPL (Python RedPitaya Lockbox) implements many devices that are needed for optics experiments with the Red Pitaya. PyRPL implements various digital signal processing (DSP) modules (see features below). It allows...
    Downloads: 62 This Week
    Last Update:
    See Project
  • 22
    JDataCom

    JDataCom

    Stream manager

    Create ports : TCP/UDP/Terminal/File/RS232(txrx)/DB/System/Bluetooth/JNA/ETH(jpcap)/Sound. Simply configure with GUI/SFC XML file/CLI. Display, modify, replay, store (tcpdump), decode flow of bytes or objects. Implement : loop/echo/paddings/... and delai/DB2XML/Stacks/Matrix/... management. Stream conversations with a dynamic packet analyse.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    StateOS

    StateOS

    Free real-time operating system designed for microcontrollers

    Free, extremely simple, amazingly tiny and very fast real-time operating system (RTOS) designed for deeply embedded applications. Target: ARM Cortex-M, STM8. It was inspired by the concept of a state machine. Procedure executed by the task (task state) doesn't have to be noreturn-type. It will be executed into an infinite loop. There's a dedicated function for immediate change the task state.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24

    IntrOS

    Free cooperative operating system designed for microcontrollers

    Free, simple and tiny cooperative operating system (OS) designed for deeply embedded applications. Target: ARM Cortex-M, STM8, AVR8. It was inspired by the concept of a state machine. Procedure executed by the task (task state) doesn't have to be noreturn-type. It will be executed into an infinite loop. There's a dedicated function for immediate change the task state.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Appmetrics

    Appmetrics

    Node Application Metrics provides a foundational infrastructure

    AppMetrics is a monitoring library for Node.js and Java applications, providing insights into application performance and resource usage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next