hamming
There are 73 repositories under hamming topic.
jamesturk/jellyfish
🪼 a python library for doing approximate and phonetic matching of strings.
hbollon/go-edlib
📚 String comparison and edit distance algorithms library, featuring : Levenshtein, LCS, Hamming, Damerau levenshtein (OSA and Adjacent transpositions algorithms), Jaro-Winkler, Cosine, etc...
rockymadden/stringmetric
:dart: String metrics and phonetic algorithms for Scala (e.g. Dice/Sorensen, Hamming, Jaccard, Jaro, Jaro-Winkler, Levenshtein, Metaphone, N-Gram, NYSIIS, Overlap, Ratcliff/Obershelp, Refined NYSIIS, Refined Soundex, Soundex, Weighted Levenshtein).
life4/textdistance.rs
🦀📏 Rust library to compare strings (or any sequences). 25+ algorithms, pure Rust, common interface, Unicode support.
Daniel-Liu-c0deb0t/triple_accel
Rust edit distance routines accelerated using SIMD. Supports fast Hamming, Levenshtein, restricted Damerau-Levenshtein, etc. distance calculations and string search.
Daniel-Liu-c0deb0t/UMICollapse
Accelerating the deduplication and collapsing process for reads with Unique Molecular Identifiers (UMI). Heavily optimized for scalability and orders of magnitude faster than a previous tool.
winkjs/wink-distance
Distance/Similarity functions for Bag of Words, Strings, Vectors and more.
geddy11/netwiz
Network protocol libraries for VHDL test benches
iDoka/hdl-secded-producer
MATLAB/Octave generator of Hamming ECC coding. Output format is Verilog HDL.
DeepthiTabithaBennet/Project1_HammingCode
Variable Length Hamming Code Encoder & Error Detecting / Correcting Decoder (Odd & Even Parity), implemented in C++
sfp932705/ecc
Error correction codes in python.
Daniel-Liu-c0deb0t/Java-Fuzzy-Search
A general, multi-threaded fuzzy searching language, called fuzzysplit, that is built on top of a fast and flexible Java fuzzy search library. Can be applied to demultiplex and trim DNA.
i-naeem/heyming
Heyming is a hamming code encoder and decoder built in React.js
jennndol/voice-analyzer
Voice Analyzer: Specialized in emotion detection, this Matlab app focuses on discerning anger and normal tones. Experience targeted insights, offering a nuanced perspective on voice sentiments.
ceidas/Medical-Imaging-Project
This project was completed in 2018 as a part of my postgraduate studies in Biomedical Engineering
UjjwalAyyangar/go-jellyfish
Go port of the python jellyfish module for approximate and phonetic matching of strings.
chensongpoixs/credis_source
redis源码的学习
GSimas/EEL7416
🔑Repositório para Disciplina EEL7416 - Introdução à Codificação
IsaacCheng9/8-puzzle-heuristic-search
An implementation of the A* search algorithm to solve the 8-puzzle problem, with two different heuristics.
Izmno/VHDL-ECC
VHDL library for error correcting functions and components
rhpvorderman/fastqdedup
Alignment-free FASTQ deduplication.
ricofehr/txt2sine
Transfer text datas by sine audio signal
aaaaaaaalesha/08-encoding_algorithms
Реализация простых алгоритмов кодирования и сжатия в рамках курса Компьютерные сети (8 семестр)
alibizadi/hamming-code
implementing hamming code using PySide and QML
AndreasGassmann/seed-xor-hamming
Hamming Backup: 2-of-3 variant of SeedXOR
AngelsGills/Hamming-code-calculator-7-4
In coding theory, Hamming (7,4) is a linear error-correcting code that encodes four bits of data into seven bits by adding three parity bits. The project implements a even parity correcting code.
dyens/spatium
Compute distance between sequences.
enginyoyen/strmetric
String metrics libary for Go lang. (e.g. Dice/Sorensen, Hamming, Jaro, Jaro-Winkler, Levenshtein)
medric49/w_distances
Just some implementations of word distance functions.
ozhek/Huffman-Hamming
It is implementation for texts of Huffman and Hamming algorithms for Information Theory course in Astana IT University
sadjadasadi/ErrorDetection-Correction
C++ code of some popular error detection and corrction methods
soenneker/soenneker.utils.strings.hammingdistance
A utility library for comparing strings via the Hamming Distance algorithm
stdlib-js/string-base-distances-hamming
Calculate the Hamming distance between two equal-length strings.