Ecosyste.ms: Repos

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

GitHub topics: has

stdlib-js/assert-has-node-buffer-support

Detect native Buffer support.

Language: JavaScript - Size: 520 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/assert-is-inherited-property

Test if an object has an inherited property.

Language: JavaScript - Size: 323 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-method

Test if an object has a specified method name.

Language: JavaScript - Size: 608 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-method-in

Test if an object has a specified method name, either own or inherited.

Language: JavaScript - Size: 794 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/assert-is-accessor-property-in

Test if an object's own or inherited property has an accessor descriptor.

Language: JavaScript - Size: 846 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/assert-is-configurable-property-in

Test if an object's own or inherited property is configurable.

Language: JavaScript - Size: 813 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-data-property-in

Test if an object's own or inherited property has a data descriptor.

Language: JavaScript - Size: 1.09 MB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/assert-is-enumerable-property-in

Test if an object's own or inherited property is enumerable.

Language: JavaScript - Size: 888 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/assert-is-nonconfigurable-property-in

Test if an object's own or inherited property is non-configurable.

Language: JavaScript - Size: 615 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/assert-is-nonenumerable-property-in

Test if an object's own or inherited property is non-enumerable.

Language: JavaScript - Size: 944 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/assert-is-read-only-property-in

Test if an object's own or inherited property is read-only.

Language: JavaScript - Size: 756 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-read-write-property-in

Test if an object's own and inherited property is readable and writable.

Language: JavaScript - Size: 768 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/assert-is-readable-property-in

Test if an object's own or inherited property is readable.

Language: JavaScript - Size: 769 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-writable-property-in

Test if an object's own or inherited property is writable.

Language: JavaScript - Size: 758 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-write-only-property-in

Test if an object's own or inherited property is write-only.

Language: JavaScript - Size: 762 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/assert-has-uint16array-support

Detect native Uint16Array support.

Language: JavaScript - Size: 456 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/assert-has-uint32array-support

Detect native Uint32Array support.

Language: JavaScript - Size: 457 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/assert-has-uint8array-support

Detect native Uint8Array support.

Language: JavaScript - Size: 456 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/assert-has-uint8clampedarray-support

Detect native Uint8ClampedArray support.

Language: JavaScript - Size: 371 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-accessor-property

Test if an object's own property has an accessor descriptor.

Language: JavaScript - Size: 545 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-configurable-property

Test if an object's own property is configurable.

Language: JavaScript - Size: 544 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/assert-is-data-property

Test if an object's own property has a data descriptor.

Language: JavaScript - Size: 677 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-nonconfigurable-property

Test if an object's own property is non-configurable.

Language: JavaScript - Size: 664 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-read-only-property

Test if an object's own property is read-only.

Language: JavaScript - Size: 538 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/assert-is-read-write-property

Test if an object's own property is readable and writable.

Language: JavaScript - Size: 538 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-readable-property

Test if an object's own property is readable.

Language: JavaScript - Size: 536 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/assert-is-writable-property

Test if an object's own property is writable.

Language: JavaScript - Size: 532 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/assert-is-write-only-property

Test if an object's own property is write-only.

Language: JavaScript - Size: 534 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/assert-has-own-property

Test if an object has a specified property.

Language: JavaScript - Size: 312 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/assert-has-property

Test if an object has a specified property, either own or inherited.

Language: JavaScript - Size: 312 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/assert-has-proxy-support

Detect native Proxy function support.

Language: JavaScript - Size: 318 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/assert-has-set-support

Detect native Set support.

Language: JavaScript - Size: 316 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/assert-has-tostringtag-support

Detect native Symbol.toStringTag support.

Language: JavaScript - Size: 335 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/assert-has-symbol-support

Detect native Symbol support.

Language: JavaScript - Size: 311 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/assert-has-wasm-support

Detect native WebAssembly support.

Language: JavaScript - Size: 304 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/assert-has-weakmap-support

Detect native WeakMap support.

Language: JavaScript - Size: 316 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/assert-has-weakset-support

Detect native WeakSet support.

Language: JavaScript - Size: 315 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

justinlettau/ts-dot-prop

TypeScript utility to transform nested objects using a dot notation path.

Language: TypeScript - Size: 632 KB - Last synced: 19 days ago - Pushed: about 1 month ago - Stars: 14 - Forks: 7

fabiospampinato/path-prop

Fast library for manipulating plain objects using paths.

Language: JavaScript - Size: 19.5 KB - Last synced: 11 days ago - Pushed: 8 months ago - Stars: 10 - Forks: 0

milebits/helpers

A new laravel package including helper functions for every Milebits package.

Language: PHP - Size: 133 KB - Last synced: 21 days ago - Pushed: over 2 years ago - Stars: 2 - Forks: 1

yuanw/adventofcode Fork of yuanwang-wf/aoc

Language: Haskell - Size: 407 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

inspect-js/has-dynamic-import

Does the current environment have `import()` support?

Language: JavaScript - Size: 72.3 KB - Last synced: 10 days ago - Pushed: 2 months ago - Stars: 3 - Forks: 1

mplakalovi1/PyHAS

HTTP Adaptive Streaming Emulation Client - PyHAS

Language: Python - Size: 108 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

inspect-js/has-symbols

Determine if the JS environment has Symbol support. Supports spec, or shams.

Language: JavaScript - Size: 85 KB - Last synced: 16 days ago - Pushed: over 1 year ago - Stars: 15 - Forks: 4

inspect-js/has-property-descriptors

Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.

Language: JavaScript - Size: 30.3 KB - Last synced: 18 days ago - Pushed: 3 months ago - Stars: 3 - Forks: 1

nlsfi/HASlib

Galileo High Accuracy Service decoder library

Language: Python - Size: 25.2 MB - Last synced: 4 months ago - Pushed: 7 months ago - Stars: 34 - Forks: 12

92nqb/bubble-gum-tools

Work with nested objects is easy with a bubble-gum.

Language: JavaScript - Size: 498 KB - Last synced: 14 days ago - Pushed: about 7 years ago - Stars: 6 - Forks: 1

integritychain/pasta-curves

Haskell implementation of the Pasta (elliptic) Curves

Language: Haskell - Size: 77.1 KB - Last synced: 7 months ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

syntax-tree/hast-util-has-property

utility to check if a node has a property

Language: JavaScript - Size: 93.8 KB - Last synced: 4 days ago - Pushed: 10 months ago - Stars: 1 - Forks: 1

taufik-nurrohman/has

Conditional utility.

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

Raj04/Coding-Ninjas

Problems at Coding Ninjas

Language: Java - Size: 136 KB - Last synced: 10 months ago - Pushed: over 1 year ago - Stars: 18 - Forks: 36

mikeroyal/Haskell-Guide

Haskell Guide

Language: Haskell - Size: 15.6 KB - Last synced: 2 days ago - Pushed: over 2 years ago - Stars: 5 - Forks: 1

stdlib-js/assert-has-class-support

Detect native class support.

Language: Makefile - Size: 313 KB - Last synced: 20 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/assert-has-bigint-support

Detect native BigInt support.

Language: Makefile - Size: 472 KB - Last synced: 20 days ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/assert-has-globalthis-support

Detect globalThis support.

Language: Makefile - Size: 387 KB - Last synced: 20 days ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/assert-has-map-support

Detect native Map support.

Language: Makefile - Size: 313 KB - Last synced: 19 days ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/assert-has-iterator-symbol-support

Detect native Symbol.iterator support.

Language: Makefile - Size: 323 KB - Last synced: 20 days ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/assert-has-function-name-support

Detect native function name support.

Language: Makefile - Size: 313 KB - Last synced: 20 days ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/assert-has-async-iterator-symbol-support

Detect native Symbol.asyncIterator support.

Language: Makefile - Size: 313 KB - Last synced: 20 days ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/assert-contains

Test if an array-like value contains a search value.

Language: JavaScript - Size: 678 KB - Last synced: 7 days ago - Pushed: about 1 month ago - Stars: 3 - Forks: 0

stdlib-js/assert-has-int8array-support

Detect native Int8Array support.

Language: JavaScript - Size: 464 KB - Last synced: 20 days ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/assert-has-float32array-support

Detect native Float32Array support.

Language: JavaScript - Size: 373 KB - Last synced: 20 days ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/assert-is-nonenumerable-property

Test if an object's own property is non-enumerable.

Language: Makefile - Size: 514 KB - Last synced: 7 days ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

tiaanduplessis/has-props 📦

Check if object has at least one property

Language: JavaScript - Size: 34.2 KB - Last synced: 12 days ago - Pushed: over 2 years ago - Stars: 0 - Forks: 2

hm7mihiranga/hasitham.github.io

this is my portfolio website

Language: HTML - Size: 33.5 MB - Last synced: 11 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

stdlib-js/assert-has-int16array-support

Detect native Int16Array support.

Language: JavaScript - Size: 464 KB - Last synced: 20 days ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

arshadkazmi42/hasattr

:mag_right: Search key, in a deep json object or array

Language: JavaScript - Size: 135 KB - Last synced: 12 days ago - Pushed: almost 2 years ago - Stars: 3 - Forks: 3

stdlib-js/assert-has-arrow-function-support

Detect native arrow function support.

Language: Makefile - Size: 537 KB - Last synced: 20 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/assert-has-async-await-support

Detect native async/await support.

Language: Makefile - Size: 289 KB - Last synced: 20 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/assert-has-bigint64array-support

Detect native BigInt64Array support.

Language: Makefile - Size: 1.05 MB - Last synced: 9 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/assert-has-biguint64array-support

Detect native BigUint64Array support.

Language: Makefile - Size: 820 KB - Last synced: 20 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/assert-has-float64array-support

Detect native Float64Array support.

Language: JavaScript - Size: 541 KB - Last synced: 20 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/assert-has-generator-support

Detect native generator function support.

Language: Makefile - Size: 315 KB - Last synced: 20 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/assert-has-int32array-support

Detect native Int32Array support.

Language: JavaScript - Size: 463 KB - Last synced: 20 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-enumerable-property

Test if an object's own property is enumerable.

Language: Makefile - Size: 571 KB - Last synced: 7 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

csieber/pydashsim

Simulates a HTTP Adaptive Streaming (HAS) session based on a throughput pattern and video segment sizes.

Language: Python - Size: 406 KB - Last synced: about 1 year ago - Pushed: over 5 years ago - Stars: 4 - Forks: 0

jonschlinkert/has-own-deep

Returns true if an object has an own, enumerable property. Nested properties can be checked using using dot notation paths ('a.b.c').

Language: JavaScript - Size: 12.7 KB - Last synced: 12 days ago - Pushed: over 6 years ago - Stars: 7 - Forks: 0

csieber/hasbrain

HASBRAIN - Towards Learning-Based Optimal HAS

Language: Jupyter Notebook - Size: 809 KB - Last synced: about 1 year ago - Pushed: over 5 years ago - Stars: 1 - Forks: 0

tomhodgins/jsincss-has-selector

A :has() selector plugin for jsincss

Language: JavaScript - Size: 8.79 KB - Last synced: 12 days ago - Pushed: over 5 years ago - Stars: 3 - Forks: 0

xiaoxiyouran/android-notepad Fork of MohMah/android-notepad

A simple note taking android app inspired by Google Keep

Language: Java - Size: 346 KB - Last synced: about 1 month ago - Pushed: over 7 years ago - Stars: 0 - Forks: 0

ivancuric/collection-normalize

Fixes the JS inconsistencies with collections' has / contains / includes methods. Defaults to contains.

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