Showing 453 open source projects for "loop linux"

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
  • Build Secure Enterprise Apps Fast with Retool Icon
    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.
    Learn More
  • 1

    Nlatexdb

    SQL database reports using LaTeX

    This little piece of software is a LaTeX preprocessor which allows to fill a document with data read from an SQL database. You can define the database connection and the SQL queries within the document and loop over all retrieved database records. It was inspired by "Latexdb" by H.G.Esser, but includes a lot of useful improvements, e.g. regexp replacements, protection against SQL injection, command-line parameters etc. It is written in C#, so it needs either the .Net runtime (under...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Autoclicker infiniter
    This software is one auto click maker. This allow costumize your autoclicker with right clicks, left clicks, mouse moviments, add loop, etc. Is one autoclicker with very options. Is so utility for gamers (in games) and apply on softwares.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3

    Java calculator

    An addition calculator.

    This is my first desktop programming project. The calculator is on a loop so to exit it, you must insert numbers into the fields and get an answer.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    StoMpd - Studio Tools On MPD

    StoMpd - Studio Tools On MPD

    Advanced MPD Client

    StoMpd offer a wide range of specialized features aimed at broadcasters/studio use, built upon the Mpd audio server. IMPORTANT: Uses the client-to-client API featured in MPD v0.17+. MPD version 0.17 0r higher is a REQUIREMENT. Please visit stompd.org for further details.
    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
    jQuery Keyboard

    jQuery Keyboard

    A simple plugin for key press and key release detection.

    This plugin places a keydown and a keyup handler on any given element on your website. It stores the key data in booleans that can be called by the user in a timed loop, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    NUDA (= Nemerle Unified Device Architecture) is a set of extensions for Nemerle programming language to facilitate GPU programming and writing HPC applications. Its main purpose is to experiment with extensible languages for HPC applications
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    PC Tutorials

    PC Tutorials

    By-Request PC Tutorials

    PC tutorials by request. Request by the Discussion system ("Discussion" button above.). PLEASE NOTE: TO MAKE REQUESTS OR REQUEST SUPPORT, YOU WILL NEED A SORCEFORGE ACCOUNT. Support requests will also be handled through the discussion system. Downloads are in the "Files" section above. If an OS is not in the files area, please make a request to add to it, I might just not have any requests for that OS yet. I don't cover them all, but it's worth trying. PLEASE USE DIRECT LINK ON DOWNLOAD...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    TransPanel

    a transparent panel for java

    a transparent panel for java. CHECK OUT AND SUPPORT MY LATEST ANDROID PROJECTS IN HERE: https://play.google.com/store/apps/developer?id=Deepak+PK
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    niagaraDavisnetIp

    niagaraAX davisnet driver

    A TCP/IP based Niagara communications driver for Davis weather stations (www.davisnet.com), based on the DevDeveloper framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 10
    Twitch Notifier

    Twitch Notifier

    Notifies you when people that you are following start streaming.

    This application runs on a loop. After each iteration, the application pauses itself for five minutes. The loop is pretty basic: 1: Retrieve the names of the people being followed. 2: Check which of those names are streaming. 3: Compare those names that are streaming with the last check. 3.5: If someone else started streaming since the last check - notify the user. 4: Pause then repeat. The actual iteration takes about five seconds, but the application...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    This is a compiler project done by NITK Surathkal Students for all CSE engineering students. This project is issued in general interest in hope it will guide students to learn and effectively they will learn and develop it more and add more features. Features Implemented : 1. Syntax Phase : Almost all common keywords but no preprocessing headers, etc 2. Semantic phase : a. type mismatch of int, char,float,double b. undeclared identifier c. multiple declaration 3....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Trophix

    prediction of HIV-1 tropism

    Program for predicting HIV-1 coreceptor usage using logistic regression: input is a HIV-1 genotypic sequence spanning the V3 loop of the envelope region.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    This projects aims at developping a test loop used for true measurements of clock speeds. It has been developped by ESECO SYSTEMS and tested on Web3.0 and Web4.0 appliances for security and risk protection. Tested processors include ARM and Intel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Cyclone
    Cyclone is a powerful music application that handles loops in live context, full MIDI controllable. Goal: to make an app that can compete with Ableton Live in loop handling power. Cyclone works good in realtime Jack environments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    MySQL DB Cleanup Script

    PHP Script to drop tables on all/some databases with wildcards

    I see there is no way in MySQL to drop tables using wildcards like 'temp_%', this simple PHP will help us do the following. 1. specify databases like 'anything%', so you check only the databases you need to. 2. specify tables like 'temp_%' , 'temp3_%' in an array so any number of temp wildcards possible. 3. loop through all databases and tables matching to drop the temp tables. This makes it easy for you dropping many temp tables but be very careful about the wildcard, things...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    An OSC-controllable instrument that enables you to remix a loop while controlling speed and pitch independently.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    dbus-c++ attempts to provide a C++ API for D-BUS. The library has a glib/gtk and an Ecore mainloop integration. It also offers an optional own main loop.
    Leader badge
    Downloads: 637 This Week
    Last Update:
    See Project
  • 18
    AVRILOS

    AVRILOS

    Simple AVR OS

    A simple Embedded System Framework that allows rapid development of applications build for AVR family. System is based on a super-loop architecture with check and skip (no-wait) flag event driver system. Supports: UART, SysTick Timer, ADC, SPI, EEPROM, PWM. Also supports: Xilinx FPGA configuration, FPGA SSI interface, smart card reader etc. Tested partially (different modules in each case) on ATMega163/16/32/323/8. Awards CodeProject 2010, Third Prize, Hardware and Device...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    class Query
    classQuery help you filter your list of entities in SQL manner. you do not have to write line of For Loop and/or If statements to get your desired result. Its very simple curve to use and learn as it uses SQL syntax.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Some loop based random number generators in different languages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Loop Menu is an extension for ALPHA CMS. It can manage any menu of any depth in the back-end.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Loop Maker (stable)
    This Program plays any looping metronome file while it allows you to record. It will then take the recorded session and cut a loop to the same time length by synchronizing the loop points. Optionally it can mix the two files as well, (Java Required)
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    Language for Aggressive Loop Pipelining Compiler for Reconfigurable Architecture Generation
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Based on boost. Thread:mutex-condition queue and map,ACE style thread and Glib style thread pool, loop task. Memory:memory pool. COM:COM object invocation. Language:compiler lexical and grammar analysis. Network:epoll reactor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    EntropyEngine is a Java based 2D game engine. This project is intended for learning game engine design, and detailed tutorials can be found at the project's homepage.
    Downloads: 1 This Week
    Last Update:
    See Project