Search for a given subsequence in a list of strings and transform the resulting list as required
Compare items in two sequences to find a longest common subsequence
Compare items in two sequences to find a longest common subsequence
A library implementing different string similarity
Zero dependency Metric Longest Common Subsequence implementation in js
A tiny fuzzy search engine
Recall-Oriented Understudy for Gisting Evaluation (ROUGE) Evaluation Functions with TypeScript support
Implementation of paper 'An O(ND) Difference Algorithm and Its Variations' on array
Complete string distance and similarity algorithms package with WebAssembly and JavaScript implementations
Picks an arbitrary subsequence.
Inquirer search prompt
Search functionality for the CodeMirror code editor
Find the longest common subsequence.
Lightweight fuzzy-search
Find and load configuration from a package.json property, rc file, TypeScript module, and more!
Picks an arbitrary subsequence.
Finds first index of a subsequence.
Get the longest common subsequence of two strings as described in https://en.wikipedia.org/wiki/Longest_common_subsequence_problem
Checks if array has a subsequence.
Checks if array has a subsequence.
A JavaScript library to diff two images. Uses the Longest-Common-Subsequence algorithm to allow content to shift.
JavaScript client for client-search
Generates a linearly spaced index array from a subsequence string.
Library for reporting click, conversion and view metrics using the Algolia Insights API
searches dict.org for a definition, and stores results locally so subsequent searches will be cached
Match strings approximately using multiple algorithms: Levenshtein edit distance, Damerau-Levenshtein with transpositions, Jaro-Winkler similarity, Dice coefficient, Hamming distance, and Longest Common Subsequence. Includes token-based matching, weighted scoring, Soundex and Metaphone phonetic matching, ranked search, and deduplication.
fast_forward is a small library designed to do two things: * Allow easy delegation of all missing methods to an accessor/instance variable * Generate methods on-the-fly after first invocation of a delegated method to eliminate the need to search the object's ancestors and use method_missing on subsequent invocations
A Rack middleware to make URLs in one-page webapps easier. In a couple of recent projects, I've needed to avoid full page refreshes as much as possible. In the first, I wanted to keep an embedded music player active while the user was browsing. In the second, I just wanted fancier transitions between pages. It's possible to do this in an ad-hoc way, but I very quickly got tired of hacking things together. Enter Onesie. Onesie congealed from these requirements: * I want a one-page web app, * But I want the back button to work, * And I want search engines to still index some stuff, * And I (mostly) don't want to change the way I write a Rails/Sinatra app. If someone visits <tt>http://example.org/meta/contact</tt>, I want them to be redirected to <tt>http://example.org/blah/#/meta/contact</tt>, but after the redirection I still want the original route to be rendered for search engine indexing, etc. When Onesie gets a request, it looks to see if under your preferred one-page app path ("blah" in the example above). If it's not, Onesie sets the current request's path in the session and redirects to your app path. If a request is under the one-page app path, the "real" request's path is retrieved from the session and used for subsequent routing and rendering. This means that, as above, a request for http://example.org/meta/contact Will be redirected to http://example.org/blah/#/meta/contact But still render the correct action in the wrapped app, even though URL fragments aren't passed to the server. This is a terrible explanation. I'll write a sample app or something soon.
No description provided.
No description provided.