Cumulation data sync library.
## 用于解决node并发异步数据原子性问题
A Cumulative Frequency Table implemented with a Binary Indexed Tree
Counting sort implementation for Iterators
Work on git-stored assets locally, CDN-served equivalents on production
Work on git-stored assets locally, CDN-served equivalents on production
Work on git-stored assets locally, CDN-served equivalents on production
A toolkit of distributed systems primitives for Rust, backed by Redis
Cumulative sum
fringe search for Yamaguchi Interferometer and Japanese VLBI Network
Human-readable hash representations for easy verification and data obfuscation
Control the validator set based on membership of trusted tg4 contract
Pure-Rust port of CDFLIB: cumulative distribution functions (CDF) associated with common probability distributions
Wrapper for cv19api https://lbandc.github.io/2020/04/14/project-cv19api.html
Keep tabs on cycle time for completing your work in progress based on your Trello lists
This filter does a cumulative sum and overrides event fields with its value
Calculates cumulative percentage from Salesforce certification section results
You can retrieve profile stats, specific hero stats, cumulative hero stats, achievements, and patch notes from Blizzard Overwatch web scraping.
(SimpleMA) Moving average over last n day, (EMA) Exponential moving average, (IEMA) Exponential moving average on irregularly timed events series, N days EMA, Cumulative EMA
Calculate semester GPA, cumulative GPA (CGPA), and convert between percentage and GPA. Supports 4.0 and 5.0 grading scales used by universities worldwide.
The purpose of this gem is to prevent directly running the inherited methods you choose to block at either the class or instance level, and instead do one of two things: run an alternative block which may or may not invoke the original method, or simply raise an error message. The error message can be customized. The original method can still be called under a different name. The entire object or class can return "unproxied" versions of themselves to preserve the original functionality. This was originally created to help enforce the use of interactors over directly calling ActiveRecord methods like create, save, and update. As with any metaprogramming, this gives you plenty of rope to hang yourself if you try to get too "clever". Treat this library like salt; use sparingly, because over time its cumulative effect will kill you :)