Tools for immutable values.
A JavaScript npm library for retrieving mutable data associated with a SLP token.
The modern Drupal way to create content.
Squircles for web
Konica Minolta Web App For Enterprise Commercial Projects
ESLint plugin to disable targeting keyword mutation in JavaScript.
Lightweight JavaScript library that simplifies working with Object.defineProperty and Object.defineProperties. It provides intuitive, easy-to-use functions for defining solid, virtual, safe, and cached properties on objects. With this library, you can man
Easee EV charger simple API for Node and server integrations
## Description
Audio effects library for Omakase Player
Simple state management for react.
CLI tool for anchoring git commit hashes to Bitcoin and Litecoin blockchains
yet another Anki clone, console app with blackjack
A simple wrapper for node-fetch
smart contracts for blockchain weddings
A very basic framework for room-based WebSocket communication meant for games.
Simple hookux style state management for react.
An open-source, minimalist AI Composer for orchestrating ideas. Powered by @elgap/ai-connect.
Run on each unique object of the lists and bring the same object from the other lists and give them to you, so you can be able to compare them. If the object does not exist in some list you get an undefined in is place. Return array of the value that
Language: [简体中文](https://github.com/hileez/vite-plugin-vue-mdsfc/blob/main/docs/zh.md) | English
Automatic redaction of sensitive data in structs for safe logging and debugging
Makes the Rust standard library leave `SIGPIPE` unchanged.
Makes the Rust standard library set `SIGPIPE` to kill.
A library for comparing data structures in Rust, oriented toward testing
A library for comparing data structures in Rust, oriented toward testing
A library for comparing data structures in Rust, oriented toward testing
A library for comparing data structures in Rust, oriented toward testing
A C preprocessor compliant with C23 standard implemented in Rust.
Automatic ASCII diagram repair tool for Markdown files
Delta Read Interception Proxy — sends only file diffs to your LLM agent
Constant-time-designed pure-Rust SM2/SM3/SM4 primitives (no_std + alloc) with an in-CI dudect timing-leak regression harness
SIMD backends for gmcrypto-core — AVX2 (x86_64) and NEON (aarch64) packed bitsliced SM4 S-box, quarantined to keep `gmcrypto-core` `unsafe_code = forbid`
Library for validating unchangeable attributes.
Takes your current diff as the input for rubocop
Provides an unchanged validator for active model.
My almost unchanged fork of ruby-recaptcha
Standardizes norwegian phone numbers, and leaves international numbers unchanged.
Parse .env files or environment hashes, compare them, and get a clear report of added, removed, changed, and unchanged variables.
Standardizes norwegian phone numbers, and leaves international numbers unchanged.
Consistently obfuscates any text, leaving reserved words unchanged.
ActiveRecord type READ ONLY data storage for small amounts of simple, unchanging data.
you should check out rsruby first. This is a very low-tech way to run R. It does have the advantage of being able to run R code essentially unchanged.
GeoJSON Diff takes two GeoJSON files representing the same geometry (or geometries) at two points in time, and generates three GeoJSON files represented the added, removed, and unchanged geometries.
mtime_cache creates a cache of file modification times, based on a glob pattern. If a cache exists it updates unchanged files (unchanged based on MD5 hash) with the time from the cache. This is useful if you cache your build artifacts for a build process which detects changes based on source modification time (such as most C or C++ build systems) on a continuous integration service (such as Travis CI), which clones the repo for every build. When the repo is cloned, all source files have a modification time equal to the current time, making the cached build artifacts (for example .o files) obsolete. mtime_cache allows you to cache the modification times of the files, enabling a minimal rebuild for each clone.