332 skills found · Page 4 of 12
paddie / GokmpString-matching in Golang using the Knuth–Morris–Pratt algorithm (KMP)
MrPowers / CejaPySpark phonetic and string matching algorithms
vanessaklee / AkinA collection of metrics and phonetic algorithms for fuzzy string matching in Elixir.
timoxley / SiftFast String Distance (SIFT) Algorithm
XadillaX / Bling HashesString hash algorithms for node.js.
helixsqd / JsmazJava port of smaz, a small string compression algorithm
hishamcse / Algorithms Princeton CombinedThis repository contains all the algorithms implementation & problems solution, assignment solution, Interview question solution & other related materials (Slides, Resources) related to Princeton University algorithms Part I & II course at COURSERA
almondtools / StringbenchString matching algorithm benchmark
toxtli / DeepiracyDeepiracy - Video piracy detection by using neural networks and string algorithms.
yihleego / Trie4j📒 An Aho-Corasick algorithm based string-searching utility for Java. It supports tokenization, ignoring case, replacing text. So you can use it to find keywords in an article, filter sensitive words, etc.
sumtype / Common Algorithms JsCommon algorithms implemented in JavaScript.
stegmaierj / Cellpose3D3D Extension of the Cellpose Algorithm by Stringer et al., 2021.
cschen1205 / Cs AlgorithmsPackage cs-algorithms provides C# implementation of algorithms for data structures and manipulation, as well as graph and string processing
timcowlishaw / Aho CorasickA pure Ruby implementation of the Aho-Corasick string matching algorithm
bingmann / Parallel String SortingCollection of Parallel String Sorting Algorithms including Parallel Super Scalar String Sample Sort and Parallel Multiway LCP-Mergesort
morsuning / Cryptography Gui ToolA cryptographic tool with a GUI interface implements common cryptographic algorithms for string and file encryption and decryption, using PyQt5 as the graphical interface.
peter-bertok / Float Fast PrintFast float-to-string conversion based on the Ryū algorithm by Ulf Adams.
yrezgui / KodigonKodigon is a web application which encode and decode (if possible) string in many algorithm formats like Base64, MD5, SHA1, etc. It's an example of AngularJS use.
Raffinert / FuzzySharpC# .NET bit-parallel accelerated fuzzy string matching implementation of Seat Geek's well known python FuzzyWuzzy algorithm.
alexandrnikitin / AhoCorasick.NetImplementation of Aho-Corasick string matching algorithm for .NET