Showing 26 open source projects for "thread timer lazarus"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 1
    Time_limit

    Time_limit

    A windowed/full-screen countdown timer.

    A windowed / full-screen countdown timer. Colour and font size changes are used as warnings. Progress-bar gives a glance at the time stream. Three different modes are available: - time left; - time passed; - ordinary clock. When the time is over several possibilities are available: - to show the defined message; - to continue count the time; - to launch another application; - to close the count-down timer. Useful for speech, lecture or presentation timing. Colour / font...
    Downloads: 63 This Week
    Last Update:
    See Project
  • 2
    Usage: - run function blinkLED() every 2000 ms: timer.addEverytime(2000, blinkLED); - run function itWorks() two times with interval 2000 ms, wait 300 ms before first start: timer.addTask(2000, 2, 300, itWorks); Removing a task: removeEverytime(callback_function); removeTask(callback_function); Library can also be used in desktop C++ applications: #include <iostream> #include <string> #include <chrono> #include <thread> #include "RZtimer.h" int main() { RZTimer timer; timer.addEverytime(2000, [] (){ std::cout << "Hello! " << std::chrono::duration_cast<std::chrono::milliseconds >( std::chrono::system_clock::now().time_since_epoch() ).count() << "\n";}); while(1){ timer.run(); std::this_thread::sleep_for(std::chrono::milliseconds(100)); } }
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    TComms4

    Native Windows Morse code terminal

    Native Windows GUI terminal for sending Morse code from a PC to a K3NG keyer, K1EL Winkey, or W5UXH iCW keyer. Optimized for QRQ to eliminate the slight hesitations found in some terminal programs. Provides memories, ID timer, Tune function, and other conveniences. StripBaby is a utility for stripping the extraneous punctuation from text files for listening to in CW.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Gebo hash

    Gebo hash

    File MD5 verification

    Verify your downloaded files by Gebo hash.It is not hang by big size files and not threaded too.It use the main thread to calculate hash by while loop then make application messages. Developed with Lazarus v4.4 by Ahmed Jibril in Arabic language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5
    zibaldone

    zibaldone

    c++/java library for thread support and other useful stuff

    Description zibaldone is a c++/java library for multithread programming. Currently zibaldone provides the following functionalities: => a class named "Thread" that (likewise what happens in Java) is to be inherited to create user thread. => event communications management between threads (design pattern observer) => socket support class (both PF_LOCAL and AF_INET on Linux, AF_INET on windows) => Serial port communication support class => Timer objects => Logging facilities With zibaldone you can easily: developing a c++ or java multithread application connecting a thread to a socket connecting a thread to a serial port triggering an event to a timeout on a thread Note: zibaldone offers an identical interface both for linux and windows. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    asynframe framework

    asynframe framework

    Development framework based on message driven provided

    This is an SDK development framework based on message driven (including asynchronous IO events) , which provides basic interfaces such as thread、pipeline、file and network. 1. It can be easily integrated into MFC、SoUI、DUI and Qt6.x other systems 2. Implement equipment chain and provide unified equipment operation interface (including file、pipe and socket etc.) 3. Implement the basic network protocol module: dns /udp/tcp/ssl/ftp/http/rtsp/proxy/websocket 4. Implement high-precision timer 5. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Catbell

    Full featured crossplatform countdown timer

    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    TOTimer

    Time-Out-Timer for single threaded environement

    Serve timeouts by calling a service-function periodically and an independent time-source (toticker). If you need a timer and like to try this one, please write your experiences to me in brief! And may be suggestions, of course. 10ms tick time should be possible. May be less. DO NOT USE Version less 0.1.1 - it is definatly buggy! Easy to control timers via Handle, eg auto create&start a timer via totimer_setTimeout function. Optionally use Callback-Functions if timeout...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    MIDI Simplified 1.6

    MIDI Simplified 1.6

    MIDI Devices, Files and Sequencing Components for Delphi 10.x VCL/FMX

    ...This package provides 3rd generation of components to simplify communication with musical instruments, developed with high-performance in mind. The package also comes with a high-priority system timer and a MIDI clock component. You can register threaded observers, giving you MIDI events in real-time with timing, or non-threaded to respond in a UI environment.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 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
  • 10
    SDL Framework
    SDL Framework (SDLFW) SDLFW is a cross-platform framework from the powerful SDL library to create your own 2D games with the Lua programming language. It's easy-to-use, free, open-source, and works on Windows and Linux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    PIP

    Useful crossplatform library for distributed systems

    Platform-Independent Primitives. Contain string, thread, timer, file, config file, serial port, ethernet (UDP, TCP, broadcast, multicast), protocol, multiprotocol, peer, console, variable, struct, evaluator, system monitor (Linux only), CLI (command-line interface) parser. Package include library that you can build with 'qmake' or 'CMake' and test program in 'main.cpp'. Online documentation: http://ppip.sourceforge.net/doc/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Android Game Engine

    Android Game Engine

    Multi-threaded game engine for Android

    AGE is a multi-threaded game engine for Android with OpenGL ES2 shader-based rendering. In-depth GL knowledge isn't necessary to start; use the OBJ loader to import models from Blender and elsewhere, attach textures, and start rendering! Threads run different activities, e.g. initialization, framerate, timer, game cycle. Apartment model with message passing. The drawing cycle is inverted from typical game loops. Framerate has a dedicated timer, and SurfaceView is in on-demand rendering...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13

    dzTimer

    simple timer program written in Lazarus

    This is a simple timer program I wrote in Lazarus (for Windows) to familiarize myself with this programming environment. I have put it here because it might be useful for others.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Simple Timer

    Simple Timer

    A quick and easy timer. One exe file, one data input, one beep.

    The Simple Timer is a quick and easy timer. It has only 1 point of data input where you set the duration of the timer. The Simple Timer can parse mathematical expressions, so you can readily input an hour as 60*60. During operation, the timer displays the seconds remaining. It beeps after the time has elapsed!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    A middleware wrote with Lazarus&FreePascal and C. Proved stability for 7*24 running without restarting. Including but not limited to the following features: 1. SQL database engine interface, any SQL database can be supported easily. 2. High performance memory management, many memory copy is avoided. 3. Thread pool and connection pool for multi core servers. 4.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    controltimer

    controltimer

    tread safe timer for Lazarus

    This is timer component written in Pascal which allows to use an event timer fully thread safe
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17

    Simple timer

    simple timer

    simple timer, zTimer is compiled for linux and it's made in Lazarus
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Wave Audio Package

    Wave Audio Package originally developed by Kambiz R. Khojasteh

    The Wave Audio Package provides seven components for playing and recording of wave audio formats, two components for storing wave data as Delphi resources, one audio mixer component, and one high resolution multimedia timer. The package has also a set of useful functions for manipulating wave audio's.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Desktop Timer

    Desktop Timer

    Desktop Timer is a countdown timer written on a cross-platform code.

    Desktop Timer is a Pascal code developed using Lazarus, a cross-platform RAD IDE available for WIndows, Mac, and Ubuntu (Linux). The source code can be compiled on several platforms.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    cdclock

    cdclock

    Count up, count down timer and on screen clock

    I couldn't find free timer that will stay above presentation so I made one. CountDownClock can count up and down an time interval or show system clock. Some of features are: - transparent timer (Windows, Linux KDE, Gnome...) - font and colors can be changed - configuration can be saved and loaded - close on time up - some command line parameters - beep on time up (only Windows)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Scheme Maker
    Scheme Maker is an application designed to enable you to create cross-stitch and knitting schemes from images and photos. You can determine width and height of your scheme, the number of colors and stranded thread firm for scheme key.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    TechMinds Thread lib : Multi Threading and Scheduling done in user space. . Features 1. Thread creation at userlevel 2. Scheduling in user space. 3. timer management 4. Wrap calls for system calls to mask block calls eg sleep replaced with tm_slee
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Windows background timer, will wait a specified number of seconds then run a program, repeats a specified number of times or indefinitely. Running a second time will kill the first timer. No user interface. Not in taskbar or application list.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    HPServer is a free, open-source light-weighted framework for concurrent networking software. Some traits of HPServer: object-oriented cross-platform (support windows & linux) event-driven support I/O events, timer, and signals. support multi-thread.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Implementation of virtual threads for the XS-1. Currently a simple context switching implementation for the XMOS XS-1 architecture (Gn, Ln products). Allows a user to run low speed processes on a single thread using time sliced scheduling.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB