every
There are 100 repositories under every topic.
floraison/fugit
time tools (cron, parsing, durations, ...) for Ruby, rufus-scheduler, and flor
lykmapipo/kue-scheduler
A job scheduler utility for kue, backed by redis and built for node.js
es-shims/iterator-helpers
An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.
AsyncAF/AsyncAF
⁉️ AsyncAF (A.K.A. async-af, A.K.A. Async/Await Fun) - chainable asynchronous JavaScript methods that mirror their native counterparts and other tools for your asynchronous utility belt--zero dependencies
sultaniman/every
Calculate even time intervals
webosorg/Timers
Abstraction layer on setTimeout and setInterval, implementation of setImmediate.
Dash-OS/tcl-task-manager
Tcl Task Manager - (Command Execution Scheduler)
es-shims/Array.prototype.every
Array.prototype.every spec-compliant polyfill
dev-parvej/js_array_method
Map filter reduce in golang
AirelRibeiro/zoo-functions
Projeto simula um sistema de relatório de um zoológico; com informações a respeito dos animais presentes, colaboradores, horários de funcionamento do zoológico e uma tabela de preços que variavam de acordo com a idade do visitante.
nodef/extra-map
A group of functions for working with Maps.
tinyield/sequences-benchmarks
This project provides a way to benchmark various Sequence operations in Java and Kotlin, such as find, every and zip.
lykmapipo/scheduler
A scheduler utility backed by redis and built for node.js(WIP)
stdlib-js/array-base-cunone
Cumulatively test whether every element in a provided array is falsy.
stdlib-js/iter-every
Test whether all iterated values are truthy.
stdlib-js/iter-every-by
Test whether every iterated value passes a test implemented by a predicate function.
stdlib-js/iter-none
Test whether all iterated values are falsy.
stdlib-js/utils-async-every-by-right
Test whether all elements in a collection pass a test implemented by a predicate function, iterating from right to left.
stdlib-js/utils-async-none-by-right
Test whether all elements in a collection fail a test implemented by a predicate function, iterating from right to left.
stdlib-js/utils-async-some-by-right
Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function, iterating from right to left.
stdlib-js/utils-every
Test whether all elements in a collection are truthy.
stdlib-js/utils-none
Test whether all elements in a collection are falsy.
stdlib-js/array-base-cuevery
Cumulatively test whether every element in a provided array is truthy.
stdlib-js/array-base-cuevery-by
Cumulatively test whether every array element in a provided array passes a test implemented by a predicate function.
stdlib-js/array-base-cuevery-by-right
Cumulatively test whether every array element in a provided array passes a test implemented by a predicate function, while iterating from right-to-left.
stdlib-js/array-base-cunone-by-right
Cumulatively test whether no array element in a provided array passes a test implemented by a predicate function, while iterating from right-to-left.
stdlib-js/array-base-cusome
Cumulatively test whether at least `n` array elements in a provided array are truthy.
stdlib-js/array-base-cusome-by
Cumulatively test whether at least `n` array elements in a provided array pass a test implemented by a predicate function.
stdlib-js/iter-cuevery
Create an iterator which cumulatively tests whether every iterated value is truthy.
stdlib-js/iter-cuevery-by
Create an iterator which cumulatively tests whether every iterated value passes a test implemented by a predicate function.
stdlib-js/iter-cunone-by
Create an iterator which cumulatively tests whether every iterated value fails a test implemented by a predicate function.
stdlib-js/iter-cusome-by
Create an iterator which cumulatively tests whether at least `n` iterated values pass a test implemented by a predicate function.
stdlib-js/utils-every-own-by
Test whether all own properties of an object pass a test implemented by a predicate function.
stdlib-js/utils-none-in-by
Test whether every property in an object fails a test implemented by a predicate function.
stdlib-js/utils-some-own-by
Test whether some `own` properties of a provided object satisfy a predicate function for at least `n` properties.