Displaying 1 to 20 from 108 results

libevent - an event notification library

  •    C

The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. It is meant to replace the asynchronous event loop found in event-driven network servers.

callbag-basics - 👜 Tiny and fast reactive/iterable programming library

  •    Javascript

Basic callbag factories and operators to get started with. Callbag is just a spec, but callbag-basics is a real library you can use. Imagine a hybrid between an Observable and an (Async)Iterable, that's what callbags are all about. In addition, the internals are tiny because it's all done with a few simple callbacks, following the callbag spec. As a result, it's tiny and fast.




keyboard - Hook and simulate global keyboard events on Windows and Linux.

  •    Python

Take full control of your keyboard with this small Python library. Hook global events, register hotkeys, simulate key presses and much more. or download and extract the zip into your project folder.

callbag - 👜 A standard for JS callbacks that enables lightweight observables and iterables

  •    Javascript

Read also the announcement blog post and this introductory blog post. The capitalized keywords used here follow IETF's RFC 2119.

async - Async utilities for node and the browser

  •    Javascript

Async is a utility module which provides straight-forward, powerful functions for working with asynchronous JavaScript. Although originally designed for use with Node.js and installable via npm i async, it can also be used directly in the browser.


Libev - High performance full-featured event loop written in C

  •    C

Libev is a high-performance event loop, supporting eight event types (I/O, real time timers, wall clock timers, signals, child status changes, idle, check and prepare handlers). It uses a priority queue to manage timers and uses arrays as fundamental data structure. It has no artificial limitations on the number of watchers waiting for the same event.

suspend - Callback-free control flow for Node using ES6 generators.

  •    Javascript

Generator-based control-flow for Node enabling asynchronous code without callbacks, transpiling, or selling your soul. Suspend is designed to work seamlessly with Node's callback conventions, promises, and thunks, but is also compatible with code that follows other conventions.

pump - pipe streams together and close all of them if one of them closes

  •    Javascript

pump is a small node module that pipes streams together and destroys all of them if one of them closes.When using standard source.pipe(dest) source will not be destroyed if dest emits close or an error. You are also not able to provide a callback to tell when then pipe has finished.

CallBack WebControls

  •    ASPNET

The Callback is among the novelties of the ASP. Net 2.0. shows the power of callback combined with javascript methods can make the Asp.net application more lighter. update a specific control in the page and not the entire page without using AJAX

continuable - C++14 asynchronous allocation aware futures (supporting then, exception handling, coroutines and connections)

  •    C++

Issue reports are accepted through the Github issue tracker as well as Pull requests. Every contribution is welcome! Don't hesitate to ask for help if you need any support in improving the implementation or if you have any troubles in using the library.

captall

  •    JQuery

Captall is a jQuery plugin that can be used to show a caption over an image or any DOM element.

read-all-stream - Read stream to buffer or string

  •    Javascript

Read all stream content and pass it to callback






We have large collection of open source products. Follow the tags from Tag Cloud >>


Open source products are scattered around the web. Please provide information about the open source projects you own / you use. Add Projects.