A symbolic equation editor for the web
A term-inequality function-factory actor
A grammar to parse linear-text maths and boolean expressions, and produce an AST that [Inequality](https://github.com/isaacphysics/inequality) can digest.
inequality operations abstraction to extend core-arbitrary-precision
TAP output formatter using difflet for inequality errors.
A basic X, Y coordinate inequality solver
Provide [svelte](https://svelte.dev/docs#run-time-svelte-store) compatible implementations of `readable`, `writable`, `derived` and `get` with strict inequality triggering semantics.
Add array inequality to tape
A expression-evaluator term-comparator-factory actor
Calculates the inequality of a list of integers by the GINI index principle (discretely). See (http://shlegeris.com/gini)
CSL style for The Journal of Economic Inequality
An attempt to implement the Indigo constraint solver in TypeScript. See "The Indigo Algorithm" and "Indigo: A Local Propagation Algorithm for Inequality Constraints."
## Installation
A simple nodeGame survey with focus on inequality.
Inspired by the article 'Evidence That Gendered Wording in Job Advertisements Exists and Sustains Gender Inequality', analyses bodies of text for gender-coded language
Timestamps, time math, timer service API definition
Multi-argument dispatch for JavaScript functions
A TypeScript comparison utility library
Collection of TypeScript meta types for complex logic.
an assertion against a change to a value
Conditional build tool for text files
OData v4 Parser
Remake of https://github.com/caolan/nodeunit using ECMAScript modules.
nicer, improved assert
Schnorr, Okamoto, Chaum-Pedersen protocols for proof of knowledge, equality and inequality of one or more discrete logs. Working in elliptic curve and pairing groups
A hybrid neural-symbolic constraint solver with cognitive reasoning capabilities
Traits to test for type equality and type inequality
A memory-safe interior point optimizer in Rust
Topological tools for geometric structures - homology, persistent homology, Morse theory, and manifold analysis
C bindings for howzat backend runner APIs.
Information theory primitives: entropy, KL divergence, mutual information (KSG estimator), and information-monotone divergences
Functional analysis on multivector spaces - Hilbert spaces, linear operators, and spectral theory
An implementation of Razborov's flag algebras
Apply Refining-Cover-by-Defect algorithm to solve Sound Ranging problem in time-dependent-metric (and, in particular, (quasi-)metric) spaces.
Static localization for Rust using procedural macros.
Abstract Universal Macro Model core: deterministic gesture recognition and macro execution.
Adds mergable, stackable inequality statements to ActiveRecord conditions
Adds mergable, stackable inequality statements to ActiveRecord conditions
Testing suite for Ruby. Allows simple comparisons between to instances
## Cassowary [](https://travis-ci.org/timfel/cassowary) Cassowary is an incremental constraint solving toolkit that efficiently solves systems of linear equalities and inequalities. Constraints may be either requirements or preferences. Client code specifies the constraints to be maintained, and the solver updates the constrained variables to have values that satisfy the constraints. This is a Ruby port of the Smalltalk version of Cassowary. The original distribution can be found [here](http://www.cs.washington.edu/research/constraints/cassowary/). A technical report is included in the original distribution that describes the algorithm, interface, and implementation of the Cassowary solver. Additionally, the distribution contains toy sample applications written in Smalltalk, C++, Java, and Python, and a more complex example Java applet, the "Constraint Drawing Application".
Cassowary is an incremental constraint solving toolkit that efficiently solves systems of linear equalities and inequalities. Constraints may be either requirements or preferences. Client code specifies the constraints to be maintained, and the solver updates the constrained variables to have values that satisfy the constraints. Version 0.50 of the solving toolkit adds support for a one-way finite domain subsolver. This project is concerned with offering a ruby interface for the original implementation of cassowary in C.