Returns the negation of a function
Look if a certain term (or phrase) is negated in a medical text. `The patient has no arthritis` contains a negation.
Returns an object with a `negated` boolean and the `!` stripped from negation patterns. Also respects extglobs.
Just another library to filter JavaScript objects, based on a simple and flexible pattern with support for negation
Negation detection for FIN NLP
A `function(filename, specs)` thats checks if `'someFile.ext'` passes through an of Array of `minimatch` / `RegExp` / `callbacks` / `Array` (recursive) specs, with a negation/exclusion '!' flag for all.
A typescript-eslint plugin restricting unary negation to numbers.
Just double negation function.
Pi extension: .piignore negation rules make selected gitignored files discoverable to the agent
All imaginable type checking utils with their negation
Returns the negation of the value passed in. Equivalent to JavaScript `!`. ```javascript const lolite = require("lolite.not")
Tiny argv parser. Long/short flags, --no-foo negation, --foo=bar, combined short flags, aliases, typed (boolean/string/array). Zero dependencies.
A query library for ECMAScript AST using a CSS selector like query language.
Predicate negation. Suitable for RxJS, Array.filter and others.
Enhanced glob utility with gitignore support, pattern negation, and flexible filtering
Negation detection for FIN NLP
Type negation in TS
Terminal CLI for ZPL Engine — independent verification layer for AI output. Score files, clipboard, or stdin for bias / sycophancy / consistency. v1.1.6: fixed inverted-bias regression (20% → 93% match-human rate after sentiment.ts rewrite + negation hand
Functional Negation
Returns true if a filepath starts with the given string. Works with windows and posix/unix paths.
A more powerful includes function supporting primitives, arrays, wildcards, negation, and regular expressions.
Returns the negation of the result of `xor(a, b)`, where the `a` and `b` passed into `xor` are the same `a` and `b` the user provides for `xnor`.
Returns the negation of the result of `and(a, b)`, where the `a` and `b` passed into `and` are the same `a` and `b` the user provides for `nand`. ```javascript const lolite = require("lolite.nand")
Returns the negation of the result of `or(a, b)`, where the `a` and `b` passed into `or` are the same `a` and `b` the user provides for `nor`. ```javascript const lolite = require("lolite.nor")
Run a test KMS server for testing purposes
Attribute macro that generates negated versions of functions that return booleans.
A composable, deterministic text data pipeline for ML. Ingest, denoise, chunk, split, and sample multi-source corpora into reproducible training triplets.
witness types and operations for numbers which are positive or negative (but not zero)
A complete library to interact with Display Video (protocol v1)
enum Sign { Positive = 1, Negative = -1 }
MoosicBox clippier package
Negative trait implementations on stable Rust.
A testing framework where you define what code DOES NOT do — inspired by the meteorologist's blindness
Negative impls in stable Rust
Compatibility facade for negative fixture builders used by uselesskey.
DER-focused negative fixture builders for deterministic corruption in uselesskey.
A simple extension to numeric class so maps get less complex.
not_empty?, not_blank?, not_defined? ... why not? This is Ruby, come on.
A resque plugin for specifying the queues a worker pulls from with wildcards, negations, or dynamic look up from redis
Syntactic sugar for negating any results: @foo.not.nil?
Syntactic sugar for negating any results: @foo.not.nil?
Detect and annotate the presence of negation in English sentences.
A sidekiq plugin for specifying the queues a worker pulls from with wildcards, negations, or dynamic look up from redis
Sentiment Analysis with negation
Qmore allows one to specify the queues a worker processes by the use of wildcards, negations, or dynamic look up from redis. It also allows one to specify the relative priority between queues (rather than within a single queue). It plugs into the Qless webapp to make it easy to manage the queues.
A RuboCop extension that provides a Style/AvoidUnless cop. It flags all uses of `unless` and auto-corrects them to `if` with an inverse or negated condition.
Rangeary is a sub-class of Array and represents any 1-dimensional multiple-range, for example, (x<4 and 7<x<=9) or (x<="c" and "f"<=x), where the infinities can be abstract like nil or be defined by the user. All the standard logical operations, including negation, conjunction and disjunction, are supported and can be used with conventional Ruby-style operators. Each range is represented as RangeExtd class (Extended Range), which is a sub-class of Range and supports exclude-begin and open-ended (to Infinity) ranges, and is downloadable from https://rubygems.org/gems/range_extd
Sym is a ruby library (gem) that offers both the command line interface (CLI) and a set of rich Ruby APIs, which make it rather trivial to add encryption and decryption of sensitive data to your development or deployment workflow. For additional security the private key itself can be encrypted with a user-generated password. For decryption using the key the password can be input into STDIN, or be defined by an ENV variable, or an OS-X Keychain Entry. Unlike many other existing encryption tools, Sym focuses on getting out of your way by offering a streamlined interface with password caching (if MemCached is installed and running locally) in hopes to make encryption of application secrets nearly completely transparent to the developers. Sym uses symmetric 256-bit key encryption with the AES-256-CBC cipher, same cipher as used by the US Government. For password-protecting the key Sym uses AES-128-CBC cipher. The resulting data is zlib-compressed and base64-encoded. The keys are also base64 encoded for easy copying/pasting/etc. Sym accomplishes encryption transparency by combining several convenient features: 1. Sym can read the private key from multiple source types, such as pathname, an environment variable name, a keychain entry, or CLI argument. You simply pass either of these to the -k flag — one flag that works for all source types. 2. By utilizing OS-X Keychain on a Mac, Sym offers truly secure way of storing the key on a local machine, much more secure then storing it on a file system, 3. By using a local password cache (activated with -c) via an in-memory provider such as memcached, sym invocations take advantage of password cache, and only ask for a password once per a configurable time period, 4. By using SYM_ARGS environment variable, where common flags can be saved. This is activated with sym -A, 5. By reading the key from the default key source file ~/.sym.key which requires no flags at all, 6. By utilizing the --negate option to quickly encrypt a regular file, or decrypt an encrypted file with extension .enc 7. By implementing the -t (edit) mode, that opens an encrypted file in your $EDITOR, and replaces the encrypted version upon save & exit, optionally creating a backup. 8. By offering the Sym::MagicFile ruby API to easily read encrypted files into memory. Please refer the module documentation available here: https://www.rubydoc.info/gems/sym
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.