271 skills found · Page 1 of 10
learning-zone / Nodejs BasicsNode.js Basics ( v18.x )
sindresorhus / PifyPromisify a callback-style function
reflex-frp / ReflexInteractive programs without callbacks or side-effects. Functional Reactive Programming (FRP) uses composable events and time-varying values to describe interactive systems as pure functions. Just like other pure functional code, functional reactive code is easier to get right on the first try, maintain, and reuse.
goodby / CsvGoodby CSV is a high memory efficient flexible and extendable open-source CSV import/export library for PHP 5.3. 1. Memory Management Free This library designed for memory unbreakable. It will not be accumulated in the memory whole rows. The importer read CSV file and execute callback function line by line. 2. Multibyte support This library supports mulitbyte input/output: for example, SJIS-win, EUC-JP and UTF-8. 3. Ready to Use for Enterprise Applications Goodby CSV is fully unit-tested. The library is stable and ready to be used in large projects like enterprise applications.
LennartHennigs / Button2Arduino/ESP button library that provides callback functions to track single, double, triple and long clicks. It also takes care of debouncing.
libsigcplusplus / Libsigcpluspluslibsigc++ implements a typesafe callback system for standard C++. It allows you to define signals and to connect those signals to any callback function, either global or a member function, regardless of whether it is static or virtual.
vasanthk / Async JavascriptAsynchronous Programming in JavaScript
dparrish / LibcliLibcli provides a shared library for including a Cisco-like command-line interface into other software. It's a telnet interface which supports command-line editing, history, authentication and callbacks for a user-definable function tree.
the-road-to-learn-react / Use State With CallbackCustom hook to include a callback function for useState.
henriqueboaventura / Jquery.idleA dead simple jQuery plugin that executes a callback function if the user is idle.
pazguille / Scrolling[DEPRECATED: You should use https://github.com/pazguille/decouple] Decouple the scroll event from the callback functions.
sheaivey / React AxiosAxios Components for React with child function callback
sivenwu / WaveViewImitate the Android progress of method, At present support functions:1. waveview to support the dynamic change of progress 2. waveview to support the progress callback Activity or fragments, use mask effect and the property animation 3. waveview to support custom change wave properties, including color wave, wave speed, wave shape of container (currently support circle, rectangular, and mask drawable).
Kethantummala / Sorting VisualizerA web application showcasing the inner workings of 6 sorting algorithms with colors representing steps being executed.
sagar-viradiya / Callback KtxExtension functions over Android's callback-based APIs which allows writing them in a sequential way within coroutines or observe multiple callbacks through kotlin flow.
bephp / RouterA barebones router for PHP. Automatic get variable based on handler function parameter list. Suport to compile router callback handlers into plain array source code.
sonnyp / PolygoatMake JavaScript functions that support both promise and callback styles.
nodegit / Promisify NodeWrap Node-callback functions to return Promises.
CopernicaMarketingSoftware / REACT CPPC++ event loop library. Wrapper around libev that utilizes lambda's and callback functions to notify you when filedescriptors become active and/or timers expire.
futurize / FuturizeTurn callback-style functions or promises into futures