Topic: "hamming-code"
danielmuthama/Hamming-Code
Implementation of Hamming Code error detection and correction in Python. Deployed in Telecommunication endpoints to detect and correct any errors encountered during packet delivery
Language: Python - Size: 18.6 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 19 - Forks: 9

absingh31/HammingCode
Simple python code to generate hamming code for the given binary data. And also check and correct error in received hamming code.
Language: Python - Size: 1000 Bytes - Last synced at: about 2 years ago - Pushed at: almost 8 years ago - Stars: 18 - Forks: 9

CMU-SAFARI/BEER
BEER determines an ECC code's parity-check matrix based on the uncorrectable errors it can cause. BEER targets Hamming codes that are used for DRAM on-die ECC but can be extended to apply to other linear block codes (e.g., BCH, Reed-Solomon). BEER is described in the 2020 MICRO paper by Patel et al.: https://arxiv.org/abs/2009.07985.
Language: C++ - Size: 7.5 MB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 17 - Forks: 0

BenBE/FastHamming
Fast implementation for truncateable extended (127,120) Hamming codes
Language: C - Size: 26.4 KB - Last synced at: about 1 month ago - Pushed at: almost 4 years ago - Stars: 14 - Forks: 1

ElizaLo/Practice-Python
Coursera Courses and practice in Python
Language: Jupyter Notebook - Size: 82.9 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 10 - Forks: 5

bicycleprincess/AFSK
simulation for the modulation and demodulation of audio frequency-shift keying
Language: Python - Size: 11.7 KB - Last synced at: 1 day ago - Pushed at: over 4 years ago - Stars: 10 - Forks: 1

sfp932705/ecc
Error correction codes in python.
Language: Python - Size: 17.6 KB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 8 - Forks: 1

Contractor-x/ZERO-ERROR-TRANSFER-SYSTEM
This is a Tansfer system which uses the Hamming protocol to ensure Data- Loss are eliminated
Size: 43.9 KB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 7 - Forks: 0

nandahkrishna/NetworksLab
Code written for Networks Lab in the 5th Semester
Language: C - Size: 61.5 KB - Last synced at: about 1 month ago - Pushed at: over 5 years ago - Stars: 7 - Forks: 7

i-naeem/heyming
Heyming is a hamming code encoder and decoder built in React.js
Language: JavaScript - Size: 6.82 MB - Last synced at: about 1 month ago - Pushed at: 8 months ago - Stars: 6 - Forks: 1

LeonardoBringel/hamming-code
Implementation of the Hamming Code algorithm in Python.
Language: Python - Size: 41 KB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 6 - Forks: 1

YuriBittencourt/Error-detection-Algorithms
Implementação do Código de Hamming, BCC e CRC. Trabalho 1 de redes @ PUCRS 2019-1
Language: Python - Size: 43.9 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 6 - Forks: 1

josgard94/Hamming-codes-generator
This repository contains the source code of the Hamming code generator that uses a generating matrix of Hamming 7 (Matrix H7)
Language: Python - Size: 7.81 KB - Last synced at: about 1 month ago - Pushed at: almost 6 years ago - Stars: 5 - Forks: 3

rahul-797/error_detection_and_correction
Implements Number Theory for error detection and correction
Language: C++ - Size: 28.3 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 4 - Forks: 0

uttamsdev/hamming-code
Hamming Code in Computer Networking. Error detection and correction using hamming code in C programming.
Language: C - Size: 660 KB - Last synced at: about 1 month ago - Pushed at: 12 months ago - Stars: 4 - Forks: 0

justafolk/Hamming-Error-Correction
Implementation of The Hamming Code Error Detection and Correction in C.
Language: C - Size: 424 KB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 4 - Forks: 0

nasserkessas/hamming-codes
Hamming code encoder and decoder in C
Language: C - Size: 69.3 KB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 4 - Forks: 1

Abhiramborige/CAO_Shortcuts
CAO/COA Algorithms
Language: Python - Size: 21.5 KB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 1

ElizaLo/Data-Compression-Methods
Hamming, Huffman and etc algorithms
Language: Jupyter Notebook - Size: 18.6 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 1

mahdavipanah/hamcode
Encode, decode and correct (single bit) a binary code using Hamming code algorithm in Go language
Language: Go - Size: 4.88 KB - Last synced at: about 1 month ago - Pushed at: about 9 years ago - Stars: 4 - Forks: 3

rminami/hamming-codes
An implementation of Hamming codes in Python, packaged into a web application with Flask.
Language: Python - Size: 2.24 MB - Last synced at: 26 days ago - Pushed at: 26 days ago - Stars: 3 - Forks: 0

js-choi/proposal-popcount
Draft specification for bit popcount in JavaScript.
Language: HTML - Size: 85.9 KB - Last synced at: about 2 months ago - Pushed at: almost 3 years ago - Stars: 3 - Forks: 0

kasrafallah/datanetwork
Data Networks is one of the master's courses that discuss layers of data network and have 4 assignments and one project that were totally uploaded here
Language: C++ - Size: 1.09 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

ojasvinaik13/Hamming-Code
A program for hamming code encoding and error detection and correction for any n bit binary word
Language: Java - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

guptayash/Hamming-code
Language: C - Size: 1000 Bytes - Last synced at: 1 day ago - Pushed at: about 8 years ago - Stars: 3 - Forks: 1

jElhamm/Data-Link-Layer-Error-Detection-Codes
"This repository focuses on implementing data link layer error detection codes. Providarious error detection techniques used in data communices methods for vations at the data link layer."
Language: C - Size: 11.7 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

jaypeerachai/Error-Detection-Logical-Link-Control
A Java implementation of Error Detection in data link layer
Language: Java - Size: 21.5 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 2

binaryassasins/Hamming-Code
This program was designed to illustrate how the Hamming code is being implemented in detecting and correcting code.
Language: C++ - Size: 63.5 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 1

geoseus/hamming-code
Utilização do código de Hamming (código de detecção que permite a detecção de erro de um bit e também a localização do bit errado) em uma simulação de transmissão de dados.
Language: Java - Size: 830 KB - Last synced at: 4 months ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

farhan2077/hamming-code-lab
Hamming code generation, error detection & correction for our 5th semester course CNS's lab
Language: Python - Size: 77.1 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 1

adrixo/Codigos
Interfaz básica para instanciación y manejo de códigos con python2.
Language: Python - Size: 155 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

Surya742/Hamming-Codes
Web simulation of hamming codes
Size: 7.84 MB - Last synced at: about 2 months ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

TeleMidia/inaudible-sound-data-transmission
A set of inaudible sound data transmission experiments
Language: Java - Size: 257 MB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 1

limitedeternity/TIPS-Labs
Дисциплина "Теория информационных процессов и систем" – Лабораторные работы
Language: C++ - Size: 104 KB - Last synced at: 2 months ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

gayuru/Ghamming
:bulb: GUI Based Hamming Code app implemented using Socket Programming for Error detection at the network layer
Language: Java - Size: 46.9 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 2 - Forks: 1

Ajinkya-Sonawane/Computer-Networks
Networking Programs (C++/JAVA)
Language: C++ - Size: 39.1 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0

tassosblackg/HammingCoding-BER
Project for testing BER on hamming code-Information Theory
Language: Matlab - Size: 33.2 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 1

Rohit-R-M/Computer-Networks
Computer Networks assignments using C
Language: C - Size: 14.6 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 1 - Forks: 1

marianciuc/Interactive-Digital-Modulation-Explorer
Interactive Digital Modulation Explorer is a web application for learning digital modulations: ASK, PSK, and FSK. Allows you to enter text, modulate it, add noise, and observe effects. Includes Hamming encoding and decoding for error correction, interactive graphs, and modulation comparison.
Language: Python - Size: 39.1 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

Shripad735/line-coding
Computer network project on network visualiser.
Language: JavaScript - Size: 1.06 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

Kashif-rahman03/ComputerNetworksCode
Computer network codes
Language: C - Size: 18.6 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

adinathraut/CN-CodeGenerator
Code Converter for Computer Network: A web tool for encoding and decoding data using Hamming Code and CRC
Language: HTML - Size: 4.88 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

srinu2003/CN-Lab
Contains CN lab programs.
Language: C - Size: 3.07 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 1

alibizadi/hamming-code
implementing hamming code using PySide and QML
Language: QML - Size: 951 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

DeStRoYeR-droid/Error-Correcting-Codes
Implementation of error correction codes (ECC) in C++
Language: C++ - Size: 60.5 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

onurturhan/hamming
Hamming coding 32/7 with error insertion
Language: C - Size: 1.95 KB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

PalomaBarbara/TransferenciaDadosTP
Código Hamming
Language: Java - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

JoseDavidSS/DL.HammingCode
Primer proyecto para el curso de Diseño Digital. La idea es hacer una aplicación referente al código Hamming utilizando el lenguaje de programación Python.
Language: Python - Size: 29.3 KB - Last synced at: about 2 months ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

iibe/hammingjs
A tiny library for Hamming code.
Language: TypeScript - Size: 149 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

neilyich/correction-codes
Error correction codes project
Language: Kotlin - Size: 279 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

zlociu/HammingECC.NET
Error correction code with Hamming algorithm implemented in F# with .NET 6
Language: F# - Size: 191 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

rabestro/error-correcting-encoder-decoder
Implementation of education project from JetBrains Academy. Project description: https://hyperskill.org/projects/58/stages/316/implement
Language: Java - Size: 371 KB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

abrarrhine/Hamming_Code72_64
SEC-DED Data Encoding
Language: C - Size: 77.1 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

0razzu/coding-theory 📦
Implementations of coding theory algorithms
Language: Kotlin - Size: 63.5 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

tomekrzymyszkiewicz/forward-error-correction
A project of students of the Wrocław University of Technology analyzing the operation of correction codes on the example of a simulated transmission of information through a channel generating random errors.
Language: Python - Size: 550 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

remixtures/errorcorrectingencoderdecoder
Application that reads a text file and generates another file which encodes the original one by generating errors in the bytes it contains. This is done by way of bitwise and bit-shift operations.
Language: Java - Size: 14.6 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

ryanvickr/Error-Correcting-Transmitter-Receiver
A transmitter and receiver system which will detect, and automatically correct 2-bit errors using the Hamming code algorithm.
Language: VHDL - Size: 28.3 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

jaffreyjoy/COA-code
Programs implemented during lab sessions of course CSC403 i.e (Computer Organization & Architecture)
Language: C - Size: 74.2 KB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

Izmno/VHDL-ECC
VHDL library for error correcting functions and components
Language: VHDL - Size: 70.3 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

jyan97/You_And_Your_Research
Chinese version of speech "You and Your Research" by Dr. Richard Hamming given to Bell Labs colleagues. 中文翻译_汉明在贝尔实验室的演讲"You and Your Research"
Size: 39.1 KB - Last synced at: 9 months ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

aggarcia3/Hammer
Hammer es una aplicación de línea de comandos escrita en Java 8 que codifica cualquier flujo de bytes a un fichero de acuerdo a un código Hamming ampliado (3, 2) sistemático, y luego permite decodificarlo, corrigiendo errores que pudiese haber.
Language: Java - Size: 2.75 MB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

yyysjz1997/Hamming-code-CRC
本科作品 海明编码 CRC编码 MATLAB可视化
Language: MATLAB - Size: 23.4 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

andrew-malikov/coding-theory 📦
Examples of Coding Theory
Language: Kotlin - Size: 109 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

pratikratadiya/CNL
Implementation of different protocols and applications used for Computer Networks
Language: Jupyter Notebook - Size: 275 KB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 2

fanny/binary-error-expert
Implementation of hamming, cyclic redundancy, and parity tester algorithms to detect errors caused by noise or other deficiencies during transmission from the transmitter to the receiver.
Language: Java - Size: 42 KB - Last synced at: about 1 month ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 1

evantobin/Coding-Theory
Exercises from A First Course in Coding Theory by Raymond Hill
Language: JavaScript - Size: 22.5 KB - Last synced at: over 1 year ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 0

aptem336/Hamming
Hamming coder
Language: Java - Size: 1000 Bytes - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 0

stlaz/hamming_hs
A repo where I practice Haskell by implementing Hamming code
Language: Haskell - Size: 5.86 KB - Last synced at: about 1 month ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

Alevs2R/IT_Messenger
Compression algorithms: Arithmetic, LZW, Run-length. Coding algorithms: Hamming, Repetition, Read-Muller
Language: Java - Size: 318 MB - Last synced at: almost 2 years ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

FakeEmperor/LinearAlgebra
Algebra is fun!
Language: C++ - Size: 1.02 MB - Last synced at: almost 2 years ago - Pushed at: almost 8 years ago - Stars: 1 - Forks: 0

Yusr73/binary-with_calculator_encryption_ErrorCorrection
Secure client-server binary calculator with AES + Hamming
Language: Python - Size: 0 Bytes - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

ArtemZarubin/hamming-code
Implementation of Hamming code for error detection and correction. This Python application encodes/decodes text files using the 'ASCII -> binary -> Hamming code' scheme, allowing variable information block size (m). Developed for Work 1 in "Program and Data Security".
Language: Python - Size: 9.77 KB - Last synced at: 30 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

shreegw/Verilog-Projects
FPGA Projects
Language: Verilog - Size: 175 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

disabel1a/infocom2
Modeling BPSK Channel Using Hamming Code and CRC
Language: Jupyter Notebook - Size: 667 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

nOosterholt/skills-introduction-to-github
Final Project
Size: 776 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

FranprzDev/HammingStepByStep Fork of PulidoLuciano/Hamming
A web application to codify binary series with Hamming code Step By Step
Language: JavaScript - Size: 675 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

1divyanshu4/ECC-ErrorCorrectionCodes-
This repository provides a comprehensive implementation of Hamming, Extended Hamming and Hadamard Code Encoders and decoders in VHDL.
Language: VHDL - Size: 42 KB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

Shripad735/comp-network
Computer Network Project
Language: JavaScript - Size: 0 Bytes - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

Maxime-Cllt/PyDecryptor
Projet de l'UE Codage et Cryptographie à l'UFR Sciences et Techniques de Dijon
Language: Python - Size: 34.2 KB - Last synced at: about 2 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

ShubhamDeokar3045/Implementation-of-various-coding-schemes-using-VHDL
This project implements various error-correction codes in VHDL, including Hamming, Hadamard, and Reed-Solomon codes. These codes are used to enhance data integrity through error detection and correction, making the data transmission more reliable.
Size: 27.3 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

imAlessas/transmission-simulation
MATLAB simulation & analysis of a digital information transmission system 📡
Language: MATLAB - Size: 5.28 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

ChristosKonstantas/Reed-Solomon-and-Hamming-block-codes-for-8PSK-transmission-system
Ιmplementation of Hamming and Reed-Solomon block encoders and decoders to a transmission system with 8PSK modulation.
Language: MATLAB - Size: 55.7 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

MedLabaihi/Error-Correcting-Codes-Project
This project contains scripts related to various coding theory concepts, including cyclic codes, Hamming codes, and Golay codes. Each script demonstrates encoding, error detection, and correction using different coding techniques.
Language: Python - Size: 24.4 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

sabariraj01/Computer-Networking
This repository contains various implementations related to computer networking concepts and protocols.
Language: Java - Size: 27.3 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

binotation/hamming-8-4 📦
Example implementations of the Hamming(8, 4) error-correction code.
Language: Rust - Size: 23.4 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

Ite-2022-pwr/NIDUC2
Niezawodność i diagnostyka układów cyfrowych 2 - projekty
Size: 4.88 KB - Last synced at: about 2 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

Ite-2022-pwr/sem4-niduc2-proj-pk-ak-mb
Projekt z przedmiotu Niezawodność i diagnostyka układów cyfrowych 2
Language: Python - Size: 12.3 MB - Last synced at: about 2 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

Hridxyz/Communication-Networks
This repository contains a collection of programs designed to illustrate various algorithms and methods used in the field of communication networks. The implementations are primarily focused on data communication and network protocols, providing practical examples of how these concepts are applied in real-world scenarios.
Language: C - Size: 28.3 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

UdayJaju24/Computer-Networks
Socket Programming and Basic Protocol of Computer Networks
Language: Java - Size: 84 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

GiorgioJacomella/calculator_js
Calculator with various functionalities
Language: JavaScript - Size: 27.3 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Vincent96034/HammingCode
Q2 of Final Project Assignment of the course 'Foundations of Data Science' @ CBS
Language: Jupyter Notebook - Size: 230 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

N1ckhack/BlockCode_TIaC
[IN DEV] A program that emulates the operation of block codes (for example, Hamming code) in order to calculate statistical indicators (errors, their numbers, probabilities, etc.)
Language: C++ - Size: 2.93 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

DecReely/LZW-Compression-With-Hamming-15-11-Code-Correction Fork of geekific-official/geekific-youtube
A project for Information Theory course about implementation of Lempel–Ziv–Welch Algorithm with Hamming Code Correction.
Language: ShaderLab - Size: 17.2 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

timatet/CompressionAlgorithms
Yaroslavl Demidov State University/Math/TK. 6sem. Zavodchikov.
Language: C# - Size: 2.32 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

PitchBlackNights/data-validity-testing
Rust implementation of various data validity testers, including Hamming's Code
Language: Rust - Size: 3.91 KB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

ANIRUDH-VADERA/Netcom
Important Netcom Codes and Concepts
Language: Python - Size: 20.9 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

duclos-cavalcanti/microsemi-error-detection
Error Correction and Detection using Microsemi's SmartFusion2 Kit, FPGA, SoC
Language: C - Size: 35.1 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Smile040501/computer-networks-lab
Computer Networks Laboratory
Language: Roff - Size: 229 MB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

david-shmailov/Computer-Networks-Lab
A repository comprising of 4 network laboratory assignments conducted by David Shmailov and Neriya Izchaki
Language: C++ - Size: 59.6 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

worthant/Informatics
This repository is for storing informatics course laboratory works
Language: TeX - Size: 3.38 MB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0
