Topic: "callable"
slmgc/Nothing
A chainable, callable mock object which always returns itself
Language: JavaScript - Size: 555 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 363 - Forks: 7
callicoder/java-concurrency-examples
Java Concurrency/Multithreading Tutorial with Examples for Dummies
Language: Java - Size: 26.4 KB - Last synced at: 8 months ago - Pushed at: over 4 years ago - Stars: 296 - Forks: 217
bpolaszek/bentools-etl
PHP ETL (Extract / Transform / Load) library with SOLID principles + almost no dependency.
Language: PHP - Size: 331 KB - Last synced at: 2 months ago - Pushed at: 6 months ago - Stars: 126 - Forks: 4
NSHipster/DBSCAN 📦
Density-based spatial clustering of applications with noise
Language: Swift - Size: 18.6 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 80 - Forks: 8
timacdonald/callable-fake
A PHP testing utility that allows you to fake, capture, and assert against invocations of a callable / Closure.
Language: PHP - Size: 1.21 MB - Last synced at: about 1 month ago - Pushed at: 10 months ago - Stars: 45 - Forks: 2
inspect-js/is-callable
Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.
Language: JavaScript - Size: 325 KB - Last synced at: 9 days ago - Pushed at: about 3 years ago - Stars: 42 - Forks: 9
opentracing-contrib/java-concurrent
OpenTracing-aware helpers related to java.util.concurrent
Language: Java - Size: 88.9 KB - Last synced at: 5 months ago - Pushed at: over 1 year ago - Stars: 41 - Forks: 21
touch-callable/touch-callable
Automatically generate a Web UI for Python function using type annotations.
Language: JavaScript - Size: 3.48 MB - Last synced at: about 1 month ago - Pushed at: about 3 years ago - Stars: 40 - Forks: 3
rybakit/arguments-resolver
ArgumentsResolver allows you to determine the arguments to pass to a function or method.
Language: PHP - Size: 125 KB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 26 - Forks: 1
Shubh2-0/Runnable_vs._Callable
This GitHub repository explores Runnable and Callable interfaces in Java. It provides examples and code implementations to demonstrate their usage in concurrent programming. Learn the differences and when to use each interface. Enhance your understanding of these Java interfaces.
Language: Java - Size: 52.7 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 13 - Forks: 0
seregamorph/morejdbc
JDBC helpers for stored procedure/function calls
Language: Java - Size: 201 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 5 - Forks: 1
kirillshevch/caller
Callable objects made easy
Language: Ruby - Size: 12.7 KB - Last synced at: about 1 month ago - Pushed at: almost 6 years ago - Stars: 5 - Forks: 0
junwen-k/ui-call
Framework-agnostic promise-based call store for building imperative UI interactions like confirm dialogs, toasts, modals, and more.
Language: TypeScript - Size: 341 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 3 - Forks: 0
nabeghe/cally-php
Just a handy helper for callables and calling them!
Language: PHP - Size: 10.7 KB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 3 - Forks: 0
WyriHaximus/recoilphp-callable
Language: PHP - Size: 77.1 KB - Last synced at: 9 months ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 0
jsmmr/ruby_callable_tree
A framework for building tree-structured executable workflows in Ruby.
Language: Ruby - Size: 227 KB - Last synced at: about 22 hours ago - Pushed at: 1 day ago - Stars: 2 - Forks: 0
RemiLeGuin/trigger-dependency-injection
Micro-framework allowing to install and uninstall packages using triggers without dependencies.
Language: Apex - Size: 916 KB - Last synced at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 0
rishikeshdhokare/playground
A place where i learn by coding
Language: Java - Size: 50.8 KB - Last synced at: almost 3 years ago - Pushed at: about 7 years ago - Stars: 2 - Forks: 0
sleexyz/callable
Type-safe extendable function class
Language: JavaScript - Size: 33.2 KB - Last synced at: 5 months ago - Pushed at: about 8 years ago - Stars: 2 - Forks: 0
slexx1234/callback
Allows you execute callbacks in a more dynamic way
Language: PHP - Size: 5.86 KB - Last synced at: 6 months ago - Pushed at: over 8 years ago - Stars: 2 - Forks: 0
sanmai/callable-reflection
Get ReflectionFunctionAbstract for any PHP callable - closures, functions, methods, invokables, first-class callables; anything works!
Language: PHP - Size: 18.6 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0
jwodder/argset
Simple callable argument inspection & filtering
Language: Python - Size: 38.1 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0
ostad-ai/Python-Everything
Here, we talk about the programming language, Python.
Language: Jupyter Notebook - Size: 162 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 1
eMahtab/callable
Callable Example
Size: 12.7 KB - Last synced at: 10 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0
rotexsoft/callable-execution-timer
A simple PHP library for tracking the total amount of time a callable (e.g. function / method) takes to execute and return result(s) (if any).
Language: PHP - Size: 34.2 KB - Last synced at: 5 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0
lopatnov/callable
A callable object is a data structure that behaves as both an object and a function.
Language: JavaScript - Size: 641 KB - Last synced at: 2 months ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0
GermaniaKG/Authorization
Simple authorization solution with no hierarchical stuff so far.
Language: PHP - Size: 113 KB - Last synced at: 7 months ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0
alansastre/java-concurrency-advanced
Concurrencia en Java. API java.util.concurrent para creación de programas concurrentes en Java.
Language: Java - Size: 7.81 KB - Last synced at: 2 months ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 3
lyztx1024/practice
jdk、concurrent、future
Language: Java - Size: 45.9 KB - Last synced at: almost 3 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0
zlatamigas/epam-task4
Epam. Task 4. Multithreading.
Language: Java - Size: 16.6 KB - Last synced at: 3 months ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0
ellipsephp/middleware-callable
Psr-15 middleware proxying a callable
Language: PHP - Size: 3.91 KB - Last synced at: 8 months ago - Pushed at: almost 8 years ago - Stars: 1 - Forks: 0
differz/jbrut
multithreaded calculations
Language: Java - Size: 66.4 KB - Last synced at: almost 2 years ago - Pushed at: almost 8 years ago - Stars: 1 - Forks: 0
Renuma1618/Multithreading---Java
Java examples demonstrating multithreading and concurrency concepts like Runnable, Callable, ExecutorService, synchronized blocks, concurrent collections, and CompletableFuture to build scalable and responsive applications.
Language: Java - Size: 11.7 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0
notarealdeveloper/callable-module
Make callables into modules.
Language: Python - Size: 1.95 KB - Last synced at: 3 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0
dbongo/callable-mixin
Tiny Ruby mix-in that adds a .call class method to any service object
Language: Ruby - Size: 31.3 KB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0
gabriel-dahan/visualtest
A module (training project) you can use to test functions in the shell (has no real utility)
Language: Python - Size: 5.86 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0
k1729p/Miscellany
Language: Java - Size: 6.17 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0
Kinetics20/Python_async_sessions
A repository dedicated to exploring asynchronous programming in Python. It contains experiments, code examples, and learning sessions focused on async/await and concurrent programming techniques.
Language: Python - Size: 36.1 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0
DhruvJawalkar/Java-Multithreading
Examples covering Concurrent Programming in Java using Threads, Atomic Classes, Concurrent Collections, Synchronized blocks, Synchronizers, Locks, Executors Class, Executor Service interface, Runnable, Callable Threads, Deadlocks, Livelocks, ThreadLocal types and CompletableFutures
Language: Java - Size: 25.4 KB - Last synced at: 10 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0
aronl096/Thread_vs_ThreadPool
Thread vs ThreadPool in Object-Oriented Programming course.
Language: Java - Size: 30.3 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0
sezerlucianturkmen/HTTPClient-Domain-Control
This project control given domain's status , responses and headers with using 'Callable'
Language: Java - Size: 71.3 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0
MollishreeSoor/Scatter-Gather-Concurrency-Problem
The project shows how to implement scatter gather pattern using Executor Service
Language: Java - Size: 7.81 KB - Last synced at: almost 3 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0
Katapios/concurrency-examples
Concurrency examples in java | Многопоточность в java
Size: 42 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0
kucharzyk-sebastian/SmartPlanner
A Client-Server Web Application which helps to obtain an optimal timetable
Language: Java - Size: 1.8 MB - Last synced at: 3 months ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 1
shahbazhashmi/Callbacks
Android demonstration of all types of callbacks
Language: Kotlin - Size: 128 KB - Last synced at: almost 3 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0
anjandebnath/ThreadPoolExecutorAJ
Example of ThreadPool Executor
Language: Java - Size: 506 KB - Last synced at: almost 3 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0
dp-ua/thread-file-splitter
Console file splitter and merger. Work in thread
Language: Java - Size: 116 KB - Last synced at: almost 3 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0
intothedeep/test_thread
Thread basic, Runnable, Callable, Executor, ExecutorService, Scheduled Executor, wait, notify
Language: Java - Size: 1.95 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0
wagnerjfr/Java-TaskScheduler
Small scheduler application in Java.
Language: Java - Size: 21.5 KB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0
ellipsephp/dispatcher-callable
Psr-15 middleware dispatcher factory resolving callables
Language: PHP - Size: 17.6 KB - Last synced at: 8 months ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0
ellipsephp/handlers-callable
Psr-15 request handler proxying a callable
Language: PHP - Size: 2.93 KB - Last synced at: 2 months ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0
propol/N-Queens-Problem
My algorithm for the solution of the N-Queens problem using concurrency
Language: Java - Size: 38.1 KB - Last synced at: over 2 years ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0
pmall/handlers-callable
Resolver producing Psr-15 request handlers from callables
Language: PHP - Size: 3.91 KB - Last synced at: 10 months ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0
pmall/middleware-callable
Resolver producing Psr-15 middleware from callables
Language: PHP - Size: 3.91 KB - Last synced at: 10 months ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0
kprokopchik/job-scheduler
Simple scheduler for callable jobs
Language: Java - Size: 9.77 KB - Last synced at: almost 3 years ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0
ecailles/callable-object
PHP callable as an object.
Language: PHP - Size: 1.2 MB - Last synced at: 23 days ago - Pushed at: about 9 years ago - Stars: 0 - Forks: 0