331 skills found · Page 3 of 12
hyperpape / NeedleCompiling string matching algorithms and regular expressions to java bytecode
naskitis / Efficient Data Structures For Cache ArchitecturesMy PhD thesis, provided for your online reading. Learn how to code high-performance string data structures and data management algorithms. I recommend that you read this before you look at the code.
machadop1407 / Musical Chat BackendMusical Chat is a platform where users are able to connect and Chat with people who have similar taste in music as them. The user needs to login with their Spotify account, which allows the platform to have access to the songs and genres they listen to. I created an algorithm which takes into account the favorite genres from users and match people based on it. Since there are several different genres, the algorithm takes into account how similar the genres are based on string similarity. When matched, they are able to chat in real time with each other using Web Sockets.
magiclen / MagicCryptMagicCrypt is a Java/PHP/NodeJS/Rust library to encrypt/decrpyt strings, files, or data, using Data Encryption Standard(DES) or Advanced Encryption Standard(AES) algorithms. It supports CBC block cipher mode, PKCS5 padding and 64, 128, 192 or 256-bits key length. If the encrypted data is a string, it will be formatted automatically to Base64.
Schlechtwetterfront / Fuzzy RsFuzzy matching algorithm based on Sublime Text's string search.
MrPowers / Spark StringmetricSpark functions to run popular phonetic and string matching algorithms
libindic / SoundexSoundex Phonetic Code Algorithm Demo for Indian Languages. Supports all indian languages and English. Provides intra-indic string comparison
kfrlib / CometaLightweight, header-only C++14 metaprogramming library. Pattern matching, compile-time stuffs and algorithms (arrays, type information (CTTI), string manipulation), 'value-or-errorcode' union-like type, type for passing named arguments, useful constexpr functions and many more. (MIT license)
sarpdag / BoyermooreImplementation of Boyer-Moore fast string search algorithm in Go
rantala / String SortingA collection of string sorting algorithms
wikimedia / AhoCorasickA PHP implementation of the Aho-Corasick string search algorithm. Mirror from https://gerrit.wikimedia.org/g/AhoCorasick - our actual code is hosted with Gerrit (please see https://www.mediawiki.org/wiki/Developer_access for contributing)
louisabraham / PydivsufsortPython package for string algorithms ➰
schuyler / LevenshteinFast string edit distance computation, using the Damerau-Levenshtein algorithm.
ph4r05 / Php Aho CorasickAho-Corasick string search algorithm PHP extension implementation.
yihleego / Trie📒 An Aho-Corasick algorithm based string-searching utility for Go. It supports tokenization, ignoring case, replacing text. So you can use it to find keywords in an article, filter sensitive words, etc.
almondtools / StringsearchalgorithmsString matching algorithms for searching a single or multiple strings in large texts
gansidui / AhocorasickAho-Corasick string matching algorithm for golang
kring / Grisu.netGrisu is a fast, new (2010) algorithm for converting a floating-point number to a decimal string. It was introduced in a paper by Florian Loitsch (http://dl.acm.org/citation.cfm?doid=1809028.1806623) and the author claims it to be as much as 4 times faster than previous techniques. The code here is a port of the C++ code in the "double-conversion" project on Google Code (http://code.google.com/p/double-conversion/) to C#.
feldroop / GenedexA small and fast FM-Index for Rust
kingreza / Swift Algorithms Strings Implementation of multiple string manipulation algorithms in Swift