a radial menu built in react
rhythmic circularity; blocks within themselves
@eeacms/volto-circularity-policy: Volto add-on
ResurrectJS preserves object behavior (prototypes) and reference circularity with a special JSON encoding. Unlike flat JSON, it can also properly resurrect self-referential objects, objects with shared structure, Dates, RegExps, HTMLElements, NaN, Infinit
Functionality for working with CSS selectors and individual selector matching
Monorepo utility tools
ResurrectJS preserves object behavior (prototypes) and reference circularity with a special JSON encoding.
Trace imports, detect unused code, clean dependencies — all with a super-fast CLI
ResurrectJS preserves object behavior (prototypes) and reference circularity with a special JSON encoding. Unlike flat JSON, it can also properly resurrect these types of values:
Shared `tsconfig.json` files from which all other `tsconfig.json` inherit from.
A interpretation of Apps Script Enums on Node
ResurrectJS preserves object behavior (prototypes) and reference circularity with a special JSON encoding. Unlike flat JSON, it can also properly resurrect these types of values:
This simple method applys to the object, and to sub objects ONLY, recursively, ignoring anything that is not an object, avoiding circularity automatically. Allowing you to modify objects and sub objects adding things such as methods or new keys into all t
https://github.com/skeeto/resurrect-js
Shared `tsconfig.json` files from which all other `tsconfig.json` inherit from.
More formal support for phaser3 groups and subclassed game objects
JavaScript library implementation of a Linked List with extra power
An ESLint plugin to enforce FSD architectural rules
A program that counts particles on images.
Advanced quick strucures and algorithms at your finger tips
Base config for TypeScript
<!-- TODO: .distinct -->
Performant, lean and bare-simple JSON Schema $ref resolver
Fork of d3-sankey adding support for circular links (back-edges and self-loops). Visualize flow between nodes in a directed network that may contain cycles.
An n-dimensional circular array.
Implements ray casting capabilities for Bevy, crucial for interactive game mechanics like line-of-sight, fog, complex collision, etc.
Implements trajectory capabilities for Bevy, crucial for interactive game mechanics like line-of-sight, fog, complex collision, etc.
Circular (ring) sequence operations for Rust slices — rotations, reflections, necklace canonical forms, symmetry detection, and more.
A high-performance Circular Doubly Linked List implementation in Rust
A zero-allocation, fast, circular buffer implementation in Rust.
A circular progress bar widget for egui.
Efficient, fixed-size, overwriting circular buffer
A crate to easen functional programming in rust by facilitating the creating composition of Iterator methods and anonymous Iterators—all without writing any trait or struct, without macros or unsafe code.
A circular array that allows infinite pushes into a fixed-size array.
A circular buffer-like queue.
A Rust crate to construct and analyze dependency trees within a workspace, identifying circular dependencies using cargo metadata.
Fixed-capacity ring buffer that overwrites oldest entries on overflow, with index access, push/pop/shift mutation, oldest/newest peek, built-in statistics (average, sum, min, max, variance, stddev, median), first/last-n retrieval, and Enumerable support.
A circular list data structure for Ruby
A circular data structure
A circular buffer, cyclic buffer or ring buffer is a data structure that uses a single, fixed-size buffer as if it were connected end-to-end. This structure lends itself easily to buffering data streams. This library impliments such a buffer.
Provides a circular linked list data structure for Ruby with the most common methods
Recursively freeze entire object graphs (hashes, arrays, strings, structs, Data) to create truly immutable data structures. Includes deep_dup, deep_frozen?, deep_equal?, deep_diff, deep_freeze_all, deep_clone, and freeze_hash_keys. Handles circular references and selective key exclusion.
Circular depency checker for cocoapods based project. Use Graphviz for visualize the dependency graph.
Fetch resources from the internetz!
A simple circular buffer and its Ruby interface to go along RbScope and RbVisa. Perfect for staging high throughput input data to low throughput I/O.
Provides jQuery Circular Sliders for Rails Asset Pipeline.
Generate circular graphs in SVG with animation
Ouroboros is an experimental implementation of an infinite circular Array. An Array eating it's own tail.