Pinned Repositories
AlbiPy
AlbiPy is a network sniffing tool that allows direct access to the Albion Online Client's market data through the Python programming language.
allosaurus
A simple steganalysis tool for Stegosaurus steganography
cooley-tukey_fft
Radix-2 Out-of-Place DIT FFT Algorithm for 1D Real Input
crystal-autogui
GUI Automation Functionality for Crystal by linking with X11 C bindings.
dct_coefficients_analysis
Explores both the relationships between discrete cosine transform (DCT) coefficients as well as the variation in DCT coefficients across popular video codecs with a focus on improving and optimizing DCT-based steganographic systems.
fast_dct
Fast Discrete Cosine Transform (FCT) using an FFT optimzed for real input sequences
ffmpeg_filters_mse
Calculates and visualizes the temporal domain and frequency domain mean squared error of ffmpeg audio filters
haskell-fft
Radix-2 Cooley-Tukey algorithm implementation in Haskell
IsAiming
Valorant aiming dataset
tcp-holepunching
Python-implemented TCP NAT hole punching
hrichharms's Repositories
hrichharms/AlbiPy
AlbiPy is a network sniffing tool that allows direct access to the Albion Online Client's market data through the Python programming language.
hrichharms/tcp-holepunching
Python-implemented TCP NAT hole punching
hrichharms/crystal-autogui
GUI Automation Functionality for Crystal by linking with X11 C bindings.
hrichharms/IsAiming
Valorant aiming dataset
hrichharms/cooley-tukey_fft
Radix-2 Out-of-Place DIT FFT Algorithm for 1D Real Input
hrichharms/dct_coefficients_analysis
Explores both the relationships between discrete cosine transform (DCT) coefficients as well as the variation in DCT coefficients across popular video codecs with a focus on improving and optimizing DCT-based steganographic systems.
hrichharms/fast_dct
Fast Discrete Cosine Transform (FCT) using an FFT optimzed for real input sequences
hrichharms/NotATriggerBot
This is definitely not a simple trigger bot. It just happens to be the case that it can be used as one... if you want.
hrichharms/spread_spectrum_image_watermarking
Collusion-resistant sread spectrum watermarking algorithm
hrichharms/allosaurus
A simple steganalysis tool for Stegosaurus steganography
hrichharms/ffmpeg_filters_mse
Calculates and visualizes the temporal domain and frequency domain mean squared error of ffmpeg audio filters
hrichharms/haskell-fft
Radix-2 Cooley-Tukey algorithm implementation in Haskell
hrichharms/brainfuck-interpreter
Python-implemented Brainfuck interpreter.
hrichharms/CopyOverflow
Chrome Extension to Automatically Copy StackOverflow Answers
hrichharms/CryptoTwitter
hrichharms/crystal-nim
Implementation of the game Nim in the Crystal programming language with optimal cpu agent.
hrichharms/Elenchos-Client
Native Tizen widget that allows remote execution of desktop programs from a Tizen OS smart watch.
hrichharms/Elenchos-Server
Backend component and management system for Elenchos-Client
hrichharms/expansivity_estimation
Given a list of numbers in a file, estimates the dimensional expansivity of that dataset in a binary hamming space
hrichharms/pi-stream
Python scripts to stream camera data from raspberry pi to display server.
hrichharms/proximity-warning
Provides the foundation of a camera based proximity warning and ride camera system.
hrichharms/RC4
RC4 implemented in C
hrichharms/reedsolomon
A pure-python Reed Solomon encoder/decoder
hrichharms/rust-lsb
Simple least significant bit (LSB) image steganography algorithm implemented in Rust.
hrichharms/Salsa20
Salsa20 stream cipher implemented in Haskell
hrichharms/stegobliterate
Tool for destroying steganographic data from the spatial domain of png images.
hrichharms/strassen_matrix-multiplication
Strassen algorithm for matrix multiplication implemented in Haskell