reject
There are 40 repositories under reject topic.
GMOogway/shadowrocket-rules
小火箭规则🚀,小火箭配置,shadowrocket规则,shadowrocket rules,最全面的直连(DIRECT)、代理(PROXY)、屏蔽(REJECT)规则,自动构建,每日更新
open-draft/deferred-promise
A Promise+ compatible abstraction that defers resolving/rejecting promises to another closure.
uds-se/autoreject
Autoreject.org — An automatic review generator
Mauin/reject
Dependency Rejection for Java
filipnet/postfix-bounce-report
Creates an HTML report of blocked e-mail messages from Postfix
HowProgrammingWorks/PromiseError
Catch, unhandledRejection, rejectionHandled and multipleResolves
virgil382/JSLikePromise
JavaScript-like Promises for C++20 with ES6 async/await semantics. Supports move (e.g. so you can wrap ASIO and avoid callback hell).
Nikronic/CAD_2018
Some of small codes and implementation of modules in Computer Aided Design in VHDL by ActiveHDL
stdlib-js/utils-filter-arguments
Create a function that invokes a provided function according to a predicate function.
anseki/dual-api
Make your module implement dual APIs, callback API and thenable (Promise) API.
OsoianMarcel/promise-all-always
Execute all the promises whether they resolve or reject
stdlib-js/array-base-mskfilter-map
Apply a mask to a provided input array.
stdlib-js/iter-filter
Create an iterator which filters the values of another iterator according to a predicate function.
stdlib-js/iter-filter-map
Create an iterator which both filters and maps the values of another iterator.
stdlib-js/ndarray-filter
Return a shallow copy of an ndarray containing only those elements which pass a test implemented by a predicate function.
kenberkeley/reject-empty
Omit empty values of an array | object
nitrece/electronics-design-laboratory
Electronic circuit design comprises the analysis and synthesis of electronic circuits.
pktcodes/async-javascript-basics
Asynchronous JavaScript Basics
raymond-lam/promise-all-reject-later
A drop-in replacement for Promise.all() which does not fail-fast.
stdlib-js/array-base-filter
Return a shallow copy of an array containing only those elements which pass a test implemented by a predicate function.
stdlib-js/array-base-mskfilter
Return a new array by applying a mask to a provided input array.
stdlib-js/array-base-mskreject
Return a new array by applying a mask to a provided input array.
stdlib-js/array-base-mskreject-map
Apply a mask to a provided input array and map the unmasked values according to a callback function.
stdlib-js/array-base-reject
Return a shallow copy of an array containing only those elements which fail a test implemented by a predicate function.
stdlib-js/array-mskfilter
Apply a mask to a provided input array.
stdlib-js/array-mskreject
Apply a mask to a provided input array.
stdlib-js/iter-reject
Create an iterator which rejects the values of another iterator according to a predicate function.
stdlib-js/ndarray-filter-map
Filter and map elements in an input ndarray to elements in a new output ndarray according to a callback function.
stdlib-js/ndarray-reject
Return a shallow copy of an ndarray containing only those elements which fail a test implemented by a predicate function.
stdlib-js/utils-reject-arguments
Create a function that invokes a provided function according to a predicate function.
stefee/promise-settled-aggregate
Await an array of promises to be settled, then reject with an AggregateError upon failure, or resolve with an array of values upon success.
Efnilite/reject
Reject is a dynamic and functional scripting language built for mathematical calculations or programs.
himanshudadheech/Upgrad_new_code
JS .CAllBack Promise JavaScript ..
sboni2/Task_2_Portfolio-website
Tutorial created by Enyel Sequeira, taught by JavaScript Mastery
stdlib-js/array-base-mskfilter2
Apply a mask to two provided input arrays in a single pass.
stdlib-js/array-base-mskfiltern
Apply a mask to one or more provided input arrays in a single pass.