predicate
There are 126 repositories under predicate topic.
mov37/is.js
Minimalistic predicate library.
powa-team/pg_qualstats
A PostgreSQL extension for collecting statistics about predicates, helping find what indices are missing
vulcand/predicate
Library for creating predicate mini-languages in Go
devlato/async-wait-until
Waits for an expectation to be truthy. A small library with a convenient API suitable for unit and integration testing
ollieatkinson/Predicate
A small addition to Swift adding predicate matchers for filtering operators using KeyPaths, it just feels natural™
AlmightyBeaver/Dynamic-Predicate-CoreData-SwiftUI
This is an SwiftUI example App with a dynamic predicate for CoreData.
miguelmota/is-base64
Predicate that returns true if base64 string.
ABridoux/SafeFetching
DSL to build predicates and requests for CoreData fetching
sanjaymeena/semantic_role_labeling_deep_learning
SRL deep learning model is based on DB-LSTM which is described in this paper : [End-to-end learning of semantic role labeling using recurrent neural networks](http://www.aclweb.org/anthology/P15-1109)
ixjf/logic-rs
A parser of relational predicate logic & truth tree solver, written in Rust.
gammasoft71/delegates
Modern c ++17 library containing multicast delegate and event classes.
alexmurari/Exprelsior
A .NET Standard lambda expression generator for creating dynamic predicates. Exprelsior!
AlexeyBoiko/LinqExpr
.Net library for creating reusable Linq queries. The library allows you to use MemberExpression to specify the fields of an object used in a query. For example: a reusable query to find objects that intersect with a given period of time. The library fully supports Entity Framework, including Async operations.
GoogleCloudPlatform/aactl
Google Container Analysis data import utility, supports OSS vulnerability scanner reports, SLSA provenance and sigstore attestations.
Spxg/predicate
Use enum to predicate something, support | and & operator.
Jalalx/LhsBracketParser
A basic LHS Bracket parser in C#
maargenton/go-testpredicate
Unit-testing predicates for Go.
drknzz/Deterministic-Finite-Automata
🔄 Deterministic Finite Automata simulator 🔄
hmuronaka/PredicateBuilder
NSPredicate builder for swift
OpenINF/openinf-util-text
Cross-platform terminal-friendly text utilities
OpenINF/openinf-util-object
Common JavaScript object type-related utilities
OpenINF/openinf-util-types
Fundamental JavaScript type-related utilities
sebinsua/then-while
Call an (a)sync function until an (a)sync predicate returns false.
stdlib-js/utils-async-any-by-right
Test whether at least one element in a collection passes a test implemented by a predicate function, iterating from right to left.
brianjknight/Book-Database
Goodreads book database with advanced filtering for custom searches. The service is built and tested using Spring Boot, PostgreSQL, Docker, and Postman. (In Progress)
emirhandogandemir/functionalProgramming
to Declarative Programming from Imperative Programming
EvitanRelta/predicate-hof
TypeScript higher-order-functions to combine or negate predicates without evaluating them.
stdlib-js/iter-any-by
Test whether at least one iterated value passes a test implemented by a predicate function.
stdlib-js/iter-every-by
Test whether every iterated value passes a test implemented by a predicate function.
stdlib-js/iter-unique-by
Create an iterator which returns unique values according to a predicate function.
stdlib-js/utils-async-any-by
Test whether at least one element in a collection passes a test implemented by a predicate function.
stdlib-js/utils-async-every-by-right
Test whether all elements in a collection pass a test implemented by a predicate function, iterating from right to left.
stdlib-js/utils-async-none-by-right
Test whether all elements in a collection fail a test implemented by a predicate function, iterating from right to left.
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.
stdlib-js/utils-filter-arguments
Create a function that invokes a provided function according to a predicate function.