Return the percentage difference between two numbers, optionally rounding.
Calculate percentage difference between two numbers
Returns percentage difference between two strings
PostCSS plugin to transform percentage-based opacity values to more compatible floating-point values.
Quadrat analysis lays a set of equal-size areas(quadrat) over the study area and counts the number of features in each quadrat and creates a frequency table.
A zero-dependency alternative to cosmiconfig
Finds the difference between multiple polygons by clipping the subsequent polygon from the first.
The lodash method `_.difference` exported as a module.
UTC date utils
A light-weight module that brings window.fetch to electron's background process
A light-weight module that brings Fetch API to node.js
Portable Shell Commands for Node
PostCSS plugin to transform W3C CSS Color Module Level 4 hsl() new syntax to more compatible CSS (comma-separated hsl() or hsla())
load config file from .{product}rc.{json,yml,js}
Blazing-fast pixel-by-pixel image comparison with block-based optimization. 1.5x times faster than pixelmatch
The fastest image difference tool in the world (Zig port of odiff)
react hooks library
Vendored dependencies for MUI X Charts.
The fastest and smallest JavaScript polygon triangulation library for your WebGL apps
json difference lib
Global HTTP/HTTPS proxy configurable using environment variables.
The fastest directory crawler & globbing alternative to glob, fast-glob, & tiny-glob. Crawls 1m files in < 1s
Iterator library for JavaScript and TypeScript
Color spaces! RGB, HSL, Cubehelix, Lab and HCL (Lch).
A gem to calculate VAT of multiple products with differently VAT percentages.
Calculate the percentage of difference between code.
If you're writing a dynamic, data-driven narrative, you might need to have text like "an increase of 10%" or "decreased by 2", depending on parameters. With Crease, you can include text helpers to write English-like code which changes the text based on the parameters you pass it. Crease can calculate the difference between numbers and can represent them as percentages.
This gem (spree extension) provides support for multiple suppliers in one store. Products should be assigned to the supplier that they belong to, which allows you to select a supplier and view only their products. Suppliers can be associated with Taxons that allow the customer to search for suppliers by taxon. Orders are also broken up into supplier invoices (one for each different supplier in the order), which list only the products that were purchased from that supplier. A mailer is in place to send each supplier their unique invoice descrbing what products they have sold and to who. The spree order mailer has also been modified to show all of the supplier invoices to the customer, along with the standard spree order number and info. The checkout process is combined so the customer only makes one transaction - the transaction can then be divided up amongst the suppliers involved in the transaction, according to the supplier_invoices. There is also an option for the site administrator to charge a percentage fee on each transaction to suppliers (this is currently set to 0%, but can be changed).