An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: callable

dbongo/callable-mixin

Tiny Ruby mix-in that adds a .call class method to any service object

Language: Ruby - Size: 12.7 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

seregamorph/morejdbc

JDBC helpers for stored procedure/function calls

Language: Java - Size: 201 KB - Last synced at: 23 days ago - Pushed at: 23 days ago - Stars: 5 - Forks: 1

callicoder/java-concurrency-examples

Java Concurrency/Multithreading Tutorial with Examples for Dummies

Language: Java - Size: 26.4 KB - Last synced at: 27 days ago - Pushed at: almost 4 years ago - Stars: 296 - Forks: 217

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: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

bpolaszek/bentools-etl

PHP ETL (Extract / Transform / Load) library with SOLID principles + almost no dependency.

Language: PHP - Size: 333 KB - Last synced at: 27 days ago - Pushed at: over 1 year ago - Stars: 126 - Forks: 4

opentracing-contrib/java-concurrent

OpenTracing-aware helpers related to java.util.concurrent

Language: Java - Size: 88.9 KB - Last synced at: 27 days ago - Pushed at: about 1 year ago - Stars: 40 - Forks: 20

k1729p/Miscellany

Language: Java - Size: 6.17 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

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: 7 days ago - Pushed at: 3 months ago - Stars: 45 - Forks: 2

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: 4 months ago - Pushed at: 4 months ago - Stars: 0 - 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: 11 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

jwodder/argset

Simple callable argument inspection & filtering

Language: Python - Size: 33.2 KB - Last synced at: 5 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

ostad-ai/Python-Everything

Here, we talk about the programming language, Python.

Language: Jupyter Notebook - Size: 145 KB - Last synced at: 2 months ago - Pushed at: 7 months ago - Stars: 2 - Forks: 1

eMahtab/callable

Callable Example

Size: 12.7 KB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

nabeghe/cally-php

Just a handy helper for callables and calling them!

Language: PHP - Size: 9.77 KB - Last synced at: 2 months ago - Pushed at: 8 months 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: 3 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 3

slmgc/Nothing

A chainable, callable mock object which always returns itself

Language: JavaScript - Size: 555 KB - Last synced at: 29 days ago - Pushed at: over 1 year ago - Stars: 363 - Forks: 7

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: 3 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

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: about 2 months ago - Pushed at: almost 2 years ago - Stars: 13 - Forks: 0

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: 6 days ago - Pushed at: over 2 years ago - Stars: 41 - Forks: 9

RemiLeGuin/trigger-dependency-injection

Micro-framework allowing to install and uninstall packages using triggers without dependencies.

Language: Apex - Size: 916 KB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

wagnerjfr/Java-TaskScheduler

Small scheduler application in Java.

Language: Java - Size: 21.5 KB - Last synced at: about 1 year ago - Pushed at: about 7 years ago - Stars: 0 - 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: 6 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

NSHipster/DBSCAN 📦

Density-based spatial clustering of applications with noise

Language: Swift - Size: 18.6 KB - Last synced at: about 1 year ago - Pushed at: almost 4 years ago - Stars: 80 - Forks: 8

differz/jbrut

multithreaded calculations

Language: Java - Size: 66.4 KB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

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 2 hours ago - Pushed at: over 2 years ago - Stars: 40 - Forks: 3

notarealdeveloper/callable_module

Make callables into modules.

Language: Python - Size: 1000 Bytes - Last synced at: 12 days 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: about 2 years ago - Pushed at: about 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: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

sleexyz/callable

Type-safe extendable function class

Language: JavaScript - Size: 33.2 KB - Last synced at: 4 days ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 0

jsmmr/ruby_callable_tree

A Ruby library for building a tree by linking callable nodes. The nodes that match the conditions are called in a chain from the root node to the leaf node. These are like nested `if` or `case` expressions.

Language: Ruby - Size: 164 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

zlatamigas/epam-task4

Epam. Task 4. Multithreading.

Language: Java - Size: 16.6 KB - Last synced at: 3 months ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

rishikeshdhokare/playground

A place where i learn by coding

Language: Java - Size: 50.8 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0

GermaniaKG/Authorization

Simple authorization solution with no hierarchical stuff so far.

Language: PHP - Size: 113 KB - Last synced at: 19 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

Katapios/concurrency-examples

Concurrency examples in java | Многопоточность в java

Size: 42 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

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: 4 days ago - Pushed at: almost 4 years ago - Stars: 26 - Forks: 1

WyriHaximus/recoilphp-callable

Language: PHP - Size: 77.1 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 3 - 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: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

lyztx1024/practice

jdk、concurrent、future

Language: Java - Size: 45.9 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - 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: 5 days ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 1

shahbazhashmi/Callbacks

Android demonstration of all types of callbacks

Language: Kotlin - Size: 128 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

kirillshevch/caller

Callable objects made easy

Language: Ruby - Size: 12.7 KB - Last synced at: 3 months ago - Pushed at: over 5 years ago - Stars: 5 - Forks: 0

ecailles/callable-object

PHP callable as an object.

Language: PHP - Size: 1.2 MB - Last synced at: about 1 month ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0

ellipsephp/middleware-callable

Psr-15 middleware proxying a callable

Language: PHP - Size: 3.91 KB - Last synced at: about 1 month ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

slexx1234/callback

Allows you execute callbacks in a more dynamic way

Language: PHP - Size: 5.86 KB - Last synced at: 3 minutes ago - Pushed at: almost 8 years ago - Stars: 2 - Forks: 0

anjandebnath/ThreadPoolExecutorAJ

Example of ThreadPool Executor

Language: Java - Size: 506 KB - Last synced at: over 2 years ago - Pushed at: over 6 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: over 2 years ago - Pushed at: over 6 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: about 2 years ago - Pushed at: about 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: about 1 month ago - Pushed at: about 7 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: about 1 month ago - Pushed at: over 7 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: about 2 years ago - Pushed at: over 7 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: 4 months ago - Pushed at: over 7 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: 4 months ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

kprokopchik/job-scheduler

Simple scheduler for callable jobs

Language: Java - Size: 9.77 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0