Polyfill for the proposed Element.matchContainer() API which is the corresponding scripting API to the @container query CSS feature.
Check if the process is running inside a container (Docker/Podman)
Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.
Match balanced character pairs, like "{" and "}"
Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.
Check if the process is running inside a Docker container
Simple, expected, and deterministic best-match sorting of an array in JavaScript
Terminal and Web console for Kubernetes
Opentelemetry resource detector to get container resource attributes
Match balanced character pairs, like "{" and "}"
A tiny, PEG-like system for building language grammars with regexes.
A React hook that provides a convenient way to use CSS Container Queries
Match human-quality input to potential matches by edit distance.
npm package for https://github.com/google/diff-match-patch
A plugin for Tailwind CSS v3.2+ that provides utilities for container queries.
Match BCP 47 language tags with language ranges per RFC 4647
emotion's stylesheet
A tiny and extremely fast library for compiling and matching basic glob patterns
Regular expression for matching ANSI escape codes
Get the first path that exists on disk of multiple paths
A regex to match any full character, considering weird character ranges.
Convert globs to regular expressions
simple persistent cookiejar system
A better opn. Reuse the same tab on Chrome for 👨💻.
A simple gem which contains a couple of matches for capybara and simpelform tests
Finds matching lines in a file that contains IPs that fall within specified subnets
Detect if an Enumerable object contains at least/most x elements matching a condition.
A Maybe/Optional type for Ruby providing Some and None containers with safe chaining, pattern matching via deconstruct_keys, filtering, and value extraction.
This project uses Natural Language Processing tool and FuzzyMatch to find similarity in some words
Takes a CSV file and returns a a collection of objects generated by that CSV file.
== FEATURES/PROBLEMS: * Partial string matching * The algorithm is not particularly performant == SYNOPSIS: require 'goto_string' s = %w(goto_string is a small library that implements a substring matching and ranking algorithm. The matching and ranking is similar to that found in Quicksilver or TextMate) GotoString::Matcher.match('string', s) #=> [["goto_string", "goto_string", 0.679259259259259, [["string", 5]]], ["substring", "substring", 0.461481481481481, [["s", 0], ["tring", 4]]]] An array is returned which contains one entry for each match. Matches are ordered by rank. Each match is itself an array, containing the following elements: [ "original candidate", "matched string", rank, [["substring_1", offset], ["substring_2", offset], ... ] ] You can optionally pass a block to the match method which will get each candidate passed to it. The return value of the block is what will be used for matching. This is so you can pass in arrays of complex objects as candidates: GotoString::Matcher.match( "goto", Project.find(:all) ) do |p| p.name end The resulting matches will contain a reference to the matched string (the project name) as well as the project (the original candidate) == REQUIREMENTS: * None
robotag analyzes a cucumber suite. It finds Scenarios and Scenario outlines with steps that match certain patterns. It ensures that the associated scenarios or outlines contain or do not contain certain tags
The Grepper class greps through files, and returns a result set of Grepper::Result objects. Each Result object represents the matches found in a single file. The Result contains a set of Grepper::Match objects. Each Match object represents a line (the line that matched) and before- and after-context arrays. If no before or after lines were requested, those context values will be nil. To use, you prepare a Grepper object; call <tt>run</tt> on it; and walk through the result set. This distribution comes with the Grepper::Formatter class, which is built on top of Grepper and provides fairly canonical-looking output by walking through Grepper objects. (See <tt>lib/formatter.rb</tt>.) Meanwhile, here are the details.
This gem contains a CJK-character recognition engine using pattern/template matching techniques. It can recognize stroke-order and stroke-number free handwritten character patterns in the format [stroke1, stroke2 ...]. A stroke is an array of points in the format [[x1, y1], [x2, y2], ...]. KanjiVG data(characters in svg format) from https://github.com/KanjiVG/kanjivg/releases are used as templates.
Tool for spidering websites/blogs, extracting geodata from specific pages. Starting at a base URL, it will spider every page underneath, returning pages which have a URL that matches a desired pattern. The typical use case is spidering an entire blog for posts which contain geodata. Different methods for extracting geodata can be used. It currently supports UK postcodes and the abbr design pattern geo microformat <http://microformats.org/wiki/geo>. It is current in use behind the scenes of the Geoblogomatic <http://www.geoblogomatic.com>.
rb_cdio is a library for Ruby that creates a module CdIo and several classes to use the libcdio and libccdb library. The use of libcddb is optional. The libcdio package contains a library which encapsulates CD-ROM reading and control. Applications wishing to be oblivious of the OS- and device-dependent properties of a CD-ROM can use this library. Libcddb is a C library to access data on a CDDB server (freedb.org). It allows you to: 1. search the database for possible CD matches; 2. retrieve detailed information about a specific CD; 3. submit new CD entries to the database.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.