GitHub topics: contains
stdlib-js/assert-contains
Test if an array-like value contains a search value.
Language: JavaScript - Size: 1.21 MB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 3 - Forks: 0

es-shims/array-includes
Array.prototype.includes spec-compliant polyfill
Language: JavaScript - Size: 208 KB - Last synced at: about 6 hours ago - Pushed at: 25 days ago - Stars: 43 - Forks: 12

stdlib-js/ndarray-includes
Test whether an ndarray contains a specified value along one or more dimensions.
Language: JavaScript - Size: 4.45 MB - Last synced at: 26 days ago - Pushed at: 26 days ago - Stars: 0 - Forks: 0

softwareventures/async-iterable
Pure functional AsyncIterable traversal
Language: TypeScript - Size: 8.69 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

reyhanjr-technologies/reyhanjr-technologies.github.io
These Reyhan Jr. Technologies projects's contains file contents and system configuration files.
Size: 5.86 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

reyhanjr-technologies/reyhanjr-technologies
Reyhan Jr. Technologies.
Size: 4.88 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

Codehardt/go-evalostic
Evaluating logical string conditions in Golang
Language: Go - Size: 173 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 3 - Forks: 0

stdlib-js/array-base-assert-contains
Test if an array contains a provided search value.
Language: JavaScript - Size: 1.31 MB - Last synced at: 5 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

anseki/m-class-list
The super simple shim for `classList` of HTML and SVG, that transparently intercepts difference between modern browsers and semi-modern browsers.
Language: JavaScript - Size: 256 KB - Last synced at: 6 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 1

Elnur21/dynamic-query-builder
Language: JavaScript - Size: 7.81 KB - Last synced at: 5 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

dliocode/datavalidator
DataValidator foi projetado para ser uma biblioteca simples de validação de dados.
Language: Pascal - Size: 307 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 52 - Forks: 14

tsdotnet/array-utility
A small collection of useful array functions.
Language: TypeScript - Size: 567 KB - Last synced at: about 2 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

jonschlinkert/contains-path
Return true if a file path contains the given path.
Language: JavaScript - Size: 13.7 KB - Last synced at: 7 days ago - Pushed at: about 4 years ago - Stars: 17 - Forks: 4

AntVil/priority-search-tree
Queries a priority-search-tree using a half-stripe
Language: JavaScript - Size: 2.93 KB - Last synced at: about 1 year ago - Pushed at: about 1 year 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

AntVil/point-in-polygon
Computes whether a point is inside a random polygon
Language: JavaScript - Size: 1.95 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

shriyakabra97/CentralSellerPortal-SpringBoot
A Central Seller Portal for Sellers and E-Commerce Websites using Spring-Boot, MySQL, JSP, Bootstrap, JQuery in intelliJ IDEA
Language: JavaScript - Size: 872 KB - Last synced at: 4 days ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

unalseyma06/TODO-APP
kullanıcıdan yapılacaklar listesi oluşturup düzenlenmesi istenmiştir
Language: JavaScript - Size: 2.93 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

OddSource/finer-profile-activation
Finer-Grained Maven Profile Activation Extension
Language: Java - Size: 104 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

dadou-steven/liste_et_interface
Liste et interface | Chaine de caractère dans une liste, tableau ou array-list - Interface - récursion - factorielle -
Language: Java - Size: 17.6 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

lunatic-fox/lext
Extension methods to Lua language.
Language: Lua - Size: 204 KB - Last synced at: 9 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 1

afeiship/kiv
Key includes value.
Language: JavaScript - Size: 573 KB - Last synced at: 1 day ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

aryan-harsh/Prolog-Codes
Prolog Codes and Assignments for AI Course of IIIT Allahabad
Language: Prolog - Size: 2.93 MB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 6 - Forks: 2

Aryia-Behroziuan/Unsupervised-learning
Unsupervised learning algorithms take a set of data that contains only inputs, and find structure in the data, like grouping or clustering of data points. The algorithms, therefore, learn from test data that has not been labeled, classified or categorized. Instead of responding to feedback, unsupervised learning algorithms identify commonalities in the data and react based on the presence or absence of such commonalities in each new piece of data. A central application of unsupervised learning is in the field of density estimation in statistics, such as finding the probability density function.[41] Though unsupervised learning encompasses other domains involving summarizing and explaining data features. Cluster analysis is the assignment of a set of observations into subsets (called clusters) so that observations within the same cluster are similar according to one or more predesignated criteria, while observations drawn from different clusters are dissimilar. Different clustering techniques make different assumptions on the structure of the data, often defined by some similarity metric and evaluated, for example, by internal compactness, or the similarity between members of the same cluster, and separation, the difference between clusters. Other methods are based on estimated density and graph connectivity.
Size: 1000 Bytes - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

AyaBaghdadi/higher_order_function
IOS Swift : Explain Higher-order Function Examples : 1. Map 2. compactMap 3. flatMap 4. filter 5. reduce 6. forEach 7. contains 8. removeAll 9. sorted 10. split
Language: Swift - Size: 1.83 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

KunYuChang/modal-windows
Language: JavaScript - Size: 2.93 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

rahul1947/SP07-Comparison-of-Hashing-Implementations
Comparison of Hashing Algorithms - Double Hashing, Robin Hood Hashing Cuckoo Hashing with Java's inbuilt HashMap/ HastSet over million of add(), contains() and remove() operations.
Language: Java - Size: 34.9 MB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 7 - Forks: 3

go-utils/cont
Easy contains
Language: Go - Size: 8.79 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

NemesLaszlo/BinarySearchTree
BinarySearchTree in python which insert, delete, contains, preorder, inorder,postorder methods and with a example tree. (Practise Implementation)
Language: Python - Size: 3.91 KB - Last synced at: 21 days ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

skoppe/perfect-hash
Generator to create a perfect hash function
Language: D - Size: 13.7 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 3 - Forks: 0

archangelstv/The-Archangels-Prophecy
jekell and architek
Language: JavaScript - Size: 33.6 MB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

mesako/SABERWest2020Workshop
Contains outline for "Reproducible Analysis in R" workshop from SABERWest 2020
Language: R - Size: 59.6 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

nijikokun/string-has
Check if a string contains a value or many values with case & locale support.
Language: JavaScript - Size: 2.93 KB - Last synced at: 11 days ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

kerinshelton/EntityFrameworkCore.SqlServer.Extensions.Contains
Superfast way to join a SQL table with an object list using EntityFrameworkCore
Language: C# - Size: 5.86 KB - Last synced at: 4 months ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

prabdeb/go-utils
Small utilities for GO
Language: Go - Size: 15.6 KB - Last synced at: 4 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

TheMathewNorman/Substring-Search
Search for words that contain a substring within a text file of words.
Language: PHP - Size: 2.14 MB - Last synced at: over 2 years ago - Pushed at: about 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 at: 7 days ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0
