ICS / iCal / iCalendar parser / expander
Expands string index ranges within whitespace boundaries until letters are met
Activates a suggestion menu to expand text snippets as you type.
Brace expansion as known from sh/bash
Creates the basic interactivity for an element that expands and collapses another element.
Content-aware helper for expanding and collapsing content or lists.
Expand template strings in declarative configurations.
A cross-platform Native Expander component using the Fluent Design System. Currently only implemented on windows
Expands expressions in config files
expands expressions in object graphs
Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.
## Installation
> TODO: description
Reference implementation of Emmet abbreviation expander
Brace expansion as known from sh/bash
deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results, with no public domain dependencies
pubsub server tools for node-opcua
Constant-time comparison of Buffers
deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify
An infinite-canvas workspace for coding with AI agents.
HPACK implementation
Like duplexer but using streams3
> TODO: description
Returns an array of all enumerable symbol properties found directly upon a given object
Brace expansion library
Rust crate which performs brace expansion of strings, as in shells like Bash etc.
Expand braces, similar to a file glob
Flay analyzes code for structural similarities. Differences in literal values, variable, class, method names, whitespace, programming style, braces vs do/end, etc are all ignored. Making this totally rad. == Features/Problems: * Reports differences at any level of code. * Adds a score multiplier to identical nodes. * Differences in literal values, variable, class, and method names are ignored. * Differences in whitespace, programming style, braces vs do/end, etc are ignored. * Works across files. * Add the flay-persistent plugin to work across large/many projects. * Run --diff to see an N-way diff of the code. * Provides conservative (default) and --liberal pruning options. * Provides --fuzzy duplication detection. * Language independent: Plugin system allows other languages to be flayed. * Ships with .rb and .erb. * javascript and others will be available separately. * Includes FlayTask for Rakefiles. * Uses path_expander, so you can use: * dir_arg -- expand a directory automatically * @file_of_args -- persist arguments in a file * -path_to_subtract -- ignore intersecting subsets of files/directories * Skips files matched via patterns in .flayignore (subset format of .gitignore). * Totally rad.