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

GitHub topics: some

stdlib-js/utils-some-in-by

Test whether an object contains at least n properties (own and inherited) which pass a test implemented by a predicate function.

Language: JavaScript - Size: 217 KB - Last synced at: 10 days ago - Pushed at: 23 days ago - Stars: 1 - Forks: 0

stdlib-js/array-base-any-by-right

Test whether at least one element in an array passes a test implemented by a predicate function, while iterating from right to left.

Language: JavaScript - Size: 609 KB - Last synced at: 27 days ago - Pushed at: 28 days ago - Stars: 1 - Forks: 0

stdlib-js/iter-some

Test whether at least `n` iterated values are truthy.

Language: JavaScript - Size: 981 KB - Last synced at: 15 days ago - Pushed at: 28 days ago - Stars: 1 - Forks: 0

stdlib-js/utils-async-some-by

Test whether a collection contains `n` elements which pass a test implemented by a predicate function.

Language: JavaScript - Size: 944 KB - Last synced at: 29 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/iter-cusome

Create an iterator which cumulatively tests whether at least `n` iterated values are truthy.

Language: JavaScript - Size: 206 KB - Last synced at: 29 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

es-shims/iterator-helpers

An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.

Language: JavaScript - Size: 330 KB - Last synced at: 4 days ago - Pushed at: 3 months ago - Stars: 17 - Forks: 2

stdlib-js/array-base-any-by

Test whether at least one element in an array passes a test implemented by a predicate function.

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

stdlib-js/array-base-cuany-by

Cumulatively test whether at least one element in a provided array passes a test implemented by a predicate function.

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

stdlib-js/array-base-cuany

Cumulatively test whether at least one element in a provided array is truthy.

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

stdlib-js/utils-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.

Language: JavaScript - Size: 1010 KB - Last synced at: 29 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

stdlib-js/utils-some-own-by

Test whether some `own` properties of a provided object satisfy a predicate function for at least `n` properties.

Language: JavaScript - Size: 255 KB - Last synced at: 29 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

tanzim-ikram/Array-Cardio-Day-2

Array Cardio 2 is a JavaScript practice project focused on working with array methods such as some(), every(), find(), findIndex(), and splice().

Language: HTML - Size: 3.91 KB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

ashr123/option

DOP version of Optional

Language: Java - Size: 83 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

stdlib-js/iter-some-by

Test whether at least `n` iterated values pass a test implemented by a predicate function.

Language: JavaScript - Size: 1.04 MB - Last synced at: 13 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

libanvl/opt

A null-free optional value library for .NET

Language: C# - Size: 144 KB - Last synced at: 6 days ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

JiangJie/happy-rusty

Porting some excellent design implementations from Rust to JavaScript.

Language: TypeScript - Size: 567 KB - Last synced at: 11 days ago - Pushed at: 4 months ago - Stars: 5 - Forks: 0

stdlib-js/array-base-cuany-by-right

Cumulatively test whether at least one array element in a provided array passes a test implemented by a predicate function, while iterating from right-to-left.

Language: JavaScript - Size: 535 KB - Last synced at: 29 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

stdlib-js/array-base-any

Test whether at least one element in an array is truthy.

Language: JavaScript - Size: 924 KB - Last synced at: 21 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

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.

Language: JavaScript - Size: 267 KB - Last synced at: 29 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

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.

Language: JavaScript - Size: 932 KB - Last synced at: 3 days ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

stdlib-js/utils-some

Test whether a collection contains at least `n` elements which are truthy.

Language: JavaScript - Size: 792 KB - Last synced at: 29 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

bruderj15/constrained-some

Constrainable existential type & utilities

Language: Haskell - Size: 21.5 KB - Last synced at: 4 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

lindulamaratunga/SQL-Joins

Joining Tables in SQL

Size: 6.84 KB - Last synced at: about 1 month ago - Pushed at: 9 months ago - Stars: 12 - Forks: 2

chronoDave/dot-obj

Utility functions for nested JavaScript Objects

Language: JavaScript - Size: 125 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

Jjjrose4/Lovely-bubblegum-QUEEN

I need some donations

Size: 3.91 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

helenajorquera/Undescribing-the-circle

A video project created using Manim (Python) for the Summer Of Math Exposition 2023 contest.

Size: 1000 Bytes - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/Internal-Test-Example-Name

TEst desc

Size: 231 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

BDeepaksai/internship

python code

Language: Python - Size: 0 Bytes - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

dev-parvej/js_array_method

Map filter reduce in golang

Language: Go - Size: 23.4 KB - Last synced at: 11 months ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 0

Schaudge/medicine-cpp-google-archive

Language: C++ - Size: 50.8 KB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

baloise/pitches

GitPitch based presentation slides

Size: 227 MB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

Erikote04/Tetris

A JavaScript Game

Language: JavaScript - Size: 1.04 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

TomokiMiyauci/option

Minimum option type port of Rust

Language: TypeScript - Size: 47.9 KB - Last synced at: 7 days ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

MeowType/MaybeDart

Some / Maybe / Option / Result / Nullable, like Haskel Maybe, Can avoid semantic confusion caused by returning null when returning a value

Language: Dart - Size: 39.1 KB - Last synced at: 6 days ago - Pushed at: over 1 year ago - Stars: 7 - Forks: 0

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

Language: JavaScript - Size: 2.16 MB - Last synced at: 1 day ago - Pushed at: 6 days ago - Stars: 12 - Forks: 3

berli/kcws Fork of koth/kcws

Deep Learning Chinese Word Segment

Language: C++ - Size: 10.4 MB - Last synced at: over 1 year ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

01mu/sq-wikiquote

Get authors and quotes from wikiquote.org

Language: PHP - Size: 19.5 KB - Last synced at: 21 days ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 2

aftern00n/script_for_ctf

some script I used in CTF

Language: Python - Size: 1.95 KB - Last synced at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

watersink/tensorflow_lab

some useful functions of tensorflow

Language: Python - Size: 18.6 KB - Last synced at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

WilliamSpanfelner/fcc-JSADS-Functional-Programming

Functional Programming module of freeCodeCamp JavaScript Algorithm and Data Structures Certification

Language: JavaScript - Size: 55.7 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 1

vijaydevguy/somefrontend

Youtube clone app

Language: HTML - Size: 5.54 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

supamars7/hello-world

Though am new to this but expect nothning less than timeless ICT(Information Technology Communication) Solution especially in website development.

Size: 0 Bytes - Last synced at: over 1 year ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

RLGHISLENI/sample-javascript

Repository with practical examples of using the javascript functions: map, filter, reduce, some, every, find and includes.

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

SAM33/openwrt-packages-porting

porting some apps to openwrt

Language: Makefile - Size: 3.91 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

alvaradojl/test

Language: Go - Size: 5.86 KB - Last synced at: almost 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

chenziya/PlayGround

Some of my playground code snippets.

Language: Python - Size: 3.91 KB - Last synced at: almost 2 years ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0

Eparrado/array-cardio2

JavaScript30 - Array Cardio Day 2

Language: JavaScript - Size: 1000 Bytes - Last synced at: almost 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

AzpektDev/burgers-website 📦

some random school project

Language: CSS - Size: 2.36 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

andreahergert/array_cardio_day_two

30 Days of JavaScript Day 7

Language: JavaScript - Size: 4.88 KB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

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.

Language: JavaScript - Size: 154 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 0

mrchief/array.partial

When you want array.some but not array.every

Language: JavaScript - Size: 43 KB - Last synced at: 6 days ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

wanghaoxue0/platelets_model

coding for model けっしょうばん, support macOS system

Language: JavaScript - Size: 9.47 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

RomanSchigolev/implementation_some_things

Implementing some things in JavaScript

Language: JavaScript - Size: 8.79 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

vital-ws/new-example

Size: 17.6 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

undefinedahmed/js-array-methods

Javascript array methods

Language: JavaScript - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

brenoroosevelt/php-array-functions

A set of helpful array/iterables functions

Language: PHP - Size: 182 KB - Last synced at: about 2 months ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 1

es-shims/Array.prototype.some

Array.prototype.some spec-compliant polyfill

Language: JavaScript - Size: 302 KB - Last synced at: about 9 hours ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 2

kvdos/javascript-array-functions-practice Fork of jamesqquick/javascript-array-functions-practice

Want to learn how to use JavaScript array functions like map, reduce, filter, etc? Use this worksheet and the corresponding videos to figure out how!

Language: JavaScript - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

DanielJDufour/advarr

ADVanced ARRay utility functions. Extra arguments for map and forEach including first, last, brk, odd, even, penultimate, and more!

Language: JavaScript - Size: 22.5 KB - Last synced at: 28 days ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

ekaone/JavaScript-Goodies

Collection JavaScript goodies, start from map up to spread-operator | 🛠 on working

Language: JavaScript - Size: 41 KB - Last synced at: 2 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

alterius/SimpleOption

A simple and easy to use option type for C#.

Language: C# - Size: 45.9 KB - Last synced at: 10 months ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

decouples/Matlab-Python-Pictures

Some code for images processing!

Language: MATLAB - Size: 146 KB - Last synced at: almost 2 years ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 5

AnshuS14/ArrayOperations2

Language: JavaScript - Size: 1000 Bytes - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

imelgrat/array-some-example

Array.some() example

Language: JavaScript - Size: 2.93 KB - Last synced at: about 2 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

JeanPOULET/turtle

Language: C - Size: 64.5 KB - Last synced at: 6 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

a-voyager/Awesome-Widgets

some simple ui widgets for android developer

Language: Java - Size: 396 KB - Last synced at: 6 days ago - Pushed at: over 5 years ago - Stars: 5 - Forks: 1

Xotic750/array-some-x

Tests whether some element passes the provided function.

Language: JavaScript - Size: 2.44 MB - Last synced at: 11 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

coderaiser/somefilter

Right-to-left conditional function composition. Get some result of filter functions calls

Language: JavaScript - Size: 35.2 KB - Last synced at: 21 days ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

ailixter/gears-pipeline

The project that gears pipelines.

Language: PHP - Size: 6.84 KB - Last synced at: 2 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

andy2046/promisu

functional promise with operators Map Filter Reduce Scan and more

Language: JavaScript - Size: 159 KB - Last synced at: 6 days ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 0

coderaiser/community-starter-kit

🌴

Size: 12.7 KB - Last synced at: about 1 year ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

uNmAnNeR/koa-some

Weird koa-some middleware

Language: JavaScript - Size: 59.6 KB - Last synced at: about 7 hours ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

pnyberg/SortingAlgorithms

Some implementations of sorting algorithms. Currently only in Java and Go.

Language: Java - Size: 5.86 KB - Last synced at: almost 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

pentolone/C_source

Sorgenti C (magari vecchi, ma sempre validi; il tty si può sostituire con i socket!)

Language: C - Size: 34.2 KB - Last synced at: about 1 year ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

gloriafercu/Array-Cardio-Day2--30DaysVanillaJS

Exercise Array Cardio Day 2

Language: JavaScript - Size: 1000 Bytes - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

OlehBiloholovka/JavaRushTasks

Tasks from javarush.ru

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

ayj517/ayj517.github.io Fork of qiubaiying/qiubaiying.github.io

BY Blog ->

Language: HTML - Size: 8.89 MB - Last synced at: almost 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

homelesshack/homelesstemplate

Some hints and tips to get started with prototypes

Size: 1.5 MB - Last synced at: over 1 year ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 1