Ecosyste.ms: Repos

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

GitHub topics: reject

GMOogway/shadowrocket-rules

小火箭规则🚀,小火箭配置,shadowrocket规则,shadowrocket rules,最全面的直连(DIRECT)、代理(PROXY)、屏蔽(REJECT)规则,自动构建,每日更新

Size: 116 MB - Last synced: about 13 hours ago - Pushed: 1 day ago - Stars: 1,333 - Forks: 75

sboni2/Task_2_Portfolio-website

Tutorial created by Enyel Sequeira, taught by JavaScript Mastery

Language: JavaScript - Size: 1.16 MB - Last synced: 3 days ago - Pushed: 4 days ago - Stars: 0 - Forks: 0

stdlib-js/utils-filter-arguments

Create a function that invokes a provided function according to a predicate function.

Language: JavaScript - Size: 829 KB - Last synced: 3 days ago - Pushed: 4 days ago - Stars: 2 - Forks: 0

stdlib-js/utils-reject-arguments

Create a function that invokes a provided function according to a predicate function.

Language: JavaScript - Size: 870 KB - Last synced: 3 days ago - Pushed: 4 days ago - Stars: 1 - Forks: 0

magicdawn/log-reject-error

Dead Simple unhandledRejection handler

Language: JavaScript - Size: 24.4 KB - Last synced: 5 days ago - Pushed: 13 days ago - Stars: 0 - Forks: 0

stdlib-js/array-base-mskreject-map

Apply a mask to a provided input array and map the unmasked values according to a callback function.

Language: JavaScript - Size: 359 KB - Last synced: 18 days ago - Pushed: 18 days ago - Stars: 1 - Forks: 0

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).

Language: C++ - Size: 1.14 MB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 4 - Forks: 1

open-draft/deferred-promise

A Promise+ compatible abstraction that defers resolving/rejecting promises to another closure.

Language: TypeScript - Size: 453 KB - Last synced: about 1 month ago - Pushed: 9 months ago - Stars: 59 - Forks: 3

stdlib-js/array-mskreject

Apply a mask to a provided input array.

Language: JavaScript - Size: 598 KB - Last synced: 3 days ago - Pushed: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/array-mskfilter

Apply a mask to a provided input array.

Language: JavaScript - Size: 657 KB - Last synced: 3 days ago - Pushed: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/array-base-mskreject

Return a new array by applying a mask to a provided input array.

Language: JavaScript - Size: 623 KB - Last synced: 2 days ago - Pushed: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/array-base-mskfilter

Return a new array by applying a mask to a provided input array.

Language: JavaScript - Size: 662 KB - Last synced: about 1 month ago - Pushed: about 2 months ago - Stars: 1 - Forks: 0

OsoianMarcel/promise-all-always 📦

Execute all the promises whether they resolve or reject

Language: JavaScript - Size: 13.7 KB - Last synced: 4 months ago - Pushed: over 2 years ago - Stars: 2 - Forks: 0

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.

Language: Makefile - Size: 1.12 MB - Last synced: 3 days ago - Pushed: about 2 months ago - Stars: 1 - Forks: 0

uds-se/autoreject

Autoreject.org — An automatic review generator

Language: HTML - Size: 71.3 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 65 - Forks: 2

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.

Language: JavaScript - Size: 1.15 MB - Last synced: 3 days ago - Pushed: about 2 months ago - Stars: 1 - Forks: 0

raymond-lam/promise-all-reject-later 📦

A drop-in replacement for Promise.all() which does not fail-fast.

Language: JavaScript - Size: 368 KB - Last synced: 3 months ago - Pushed: 7 months ago - Stars: 1 - Forks: 0

HowProgrammingWorks/PromiseError

Catch, unhandledRejection, rejectionHandled and multipleResolves

Language: JavaScript - Size: 20.5 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 7 - Forks: 1

filipnet/postfix-bounce-report

Creates an HTML report of blocked e-mail messages from Postfix

Language: Shell - Size: 88.9 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 9 - Forks: 4

Nikronic/CAD_2018

Some of small codes and implementation of modules in Computer Aided Design in VHDL by ActiveHDL

Language: VHDL - Size: 289 KB - Last synced: about 1 month ago - Pushed: about 6 years ago - Stars: 4 - Forks: 0

Efnilite/reject Fork of RebelOfDeath/reject

Reject is a dynamic and functional scripting language built for mathematical calculations or programs.

Language: JavaScript - Size: 3.89 MB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

nitrece/electronics-design-laboratory

Electronic circuit design comprises the analysis and synthesis of electronic circuits.

Size: 72.3 KB - Last synced: 8 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

Mauin/reject

Dependency Rejection for Java

Language: Groovy - Size: 133 KB - Last synced: 10 months ago - Pushed: over 6 years ago - Stars: 22 - Forks: 0

UndevSoftware/NETStack

NETStack - небольшая утилита, которая поможет создать отложенное действие.

Language: JavaScript - Size: 4.88 KB - Last synced: 11 months ago - Pushed: 11 months ago - Stars: 0 - Forks: 0

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.

Language: TypeScript - Size: 4.13 MB - Last synced: about 1 month ago - Pushed: over 2 years ago - Stars: 1 - Forks: 0

stdlib-js/iter-filter

Create an iterator which filters the values of another iterator according to a predicate function.

Language: JavaScript - Size: 927 KB - Last synced: about 1 month ago - Pushed: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/iter-filter-map

Create an iterator which both filters and maps the values of another iterator.

Language: JavaScript - Size: 946 KB - Last synced: about 1 month ago - Pushed: about 2 months ago - Stars: 2 - Forks: 0

anseki/dual-api

Make your module implement dual APIs, callback API and thenable (Promise) API.

Language: JavaScript - Size: 5.86 KB - Last synced: 2 days ago - Pushed: almost 2 years ago - Stars: 2 - Forks: 0

himanshudadheech/Upgrad_new_code

JS .CAllBack Promise JavaScript ..

Language: JavaScript - Size: 0 Bytes - Last synced: 11 months ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

stdlib-js/iter-reject

Create an iterator which rejects the values of another iterator according to a predicate function.

Language: JavaScript - Size: 865 KB - Last synced: about 1 month ago - Pushed: about 2 months ago - Stars: 1 - Forks: 0

kaixinrenweb/promise-generator-async-await

about promise,generator,async await by myself

Language: JavaScript - Size: 27.3 KB - Last synced: about 1 year ago - Pushed: about 5 years ago - Stars: 0 - Forks: 0

ingenious/async-methods

Promise-ifier and efficiency wrapper for chaining async- and sync- processes using extended Promises

Language: JavaScript - Size: 186 KB - Last synced: over 1 year ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0

webrolls/js-promise

Understanding Javascript Promise

Language: JavaScript - Size: 80.1 KB - Last synced: about 1 year ago - Pushed: almost 7 years ago - Stars: 0 - Forks: 0

kenberkeley/reject-empty

Omit empty values of an array | object

Language: JavaScript - Size: 3.91 KB - Last synced: 28 days ago - Pushed: about 7 years ago - Stars: 1 - Forks: 0