Showing 27 open source projects for "thread timer lazarus"

View related business solutions
  • AestheticsPro Medical Spa Software Icon
    AestheticsPro Medical Spa Software

    Our new software release will dramatically improve your medspa business performance while enhancing the customer experience

    AestheticsPro is the most complete Aesthetics Software on the market today. HIPAA Cloud Compliant with electronic charting, integrated POS, targeted marketing and results driven reporting; AestheticsPro delivers the tools you need to manage your medical spa business. It is our mission To Provide an All-in-One Cutting Edge Software to the Aesthetics Industry.
    Learn More
  • 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
  • 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: 62 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
  • A privacy-first API that predicts global consumer preferences Icon
    A privacy-first API that predicts global consumer preferences

    Qloo AI adds value to a wide range of Fortune 500 companies in the media, technology, CPG, hospitality, and automotive sectors.

    Through our API, we provide contextualized personalization and insights based on a deep understanding of consumer behavior and more than 575 million people, places, and things.
    Learn More
  • 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

    Windows 10/11 Timer Fix

    Shorter date for Windows taskbar on left/right side + resource warning

    If you are using the Windows taskbar on the left or right side of the desktop, a lot of space is wasted for the date and action center. This program hacks child windows where the action center bar is, showing the date and time there, so you can disable the default windows time displaying on the taskbar. This program can optionally also display of current available memory on top of the taskbar and flash the taskbar in red if memory gets low. Usage: Start the desired executable. There...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    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
  • 8

    Catbell

    Full featured crossplatform countdown timer

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

    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
  • GWI: On-demand Consumer Research Icon
    GWI: On-demand Consumer Research

    For marketing agencies and media organizations requiring a solution to get consumer insights

    Need easy access to consumer insights? Our intuitive platform is the answer. Get the ultra-reliable research that brands and agencies need to stay ahead of changing consumer behavior.
    Learn More
  • 10
    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
  • 11
    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
  • 12

    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: 1 This Week
    Last Update:
    See Project
  • 13
    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: 3 This Week
    Last Update:
    See Project
  • 14

    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
  • 15
    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: 2 This Week
    Last Update:
    See Project
  • 16
    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
  • 17
    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
  • 18

    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
  • 19

    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
  • 20
    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
  • 21
    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
  • 22
    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
  • 23
    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
  • 24
    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
  • 25
    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
  • Previous
  • You're on page 1
  • 2
  • Next