Pinned Repositories
.tmux
🇫🇷 Oh My Tmux! Pretty & versatile tmux configuration made with ❤️ (imho the best tmux configuration that just works)
aes-core
FPGA implementation of AES in Verilog
akhan3.github.io
algorithming
Algorithms and data structures practice during the COVID-19 pandemic
async-fifo
Asynchronous FIFO for transferring data between two asynchronous clock domains
clouding
Scripts to initialize AWS instances etc.
cuda-maxwell-odesolver
FDTD Maxwell and micromagnetics field solver in CUDA
mms-gpu
Micromagnetic simulator on CUDA
pcr-arduino
Arduino code for home-brewed PCR
streaming-gnuplot
akhan3's Repositories
akhan3/async-fifo
Asynchronous FIFO for transferring data between two asynchronous clock domains
akhan3/pcr-arduino
Arduino code for home-brewed PCR
akhan3/bowling-scoresheet-c
A C program to keep score in bowling as the frames are rolled
akhan3/complex-numbers-cpp-boost.python
A simple C++ class for complex numbers to show how to use C++ classes in Python code using Boost.Python wrapper
akhan3/dars-avr
Digital Attendance Recording System (based on AVR)
akhan3/dp832-gui
Rigol DP832 GUI Example
akhan3/electron-proton-scaterring-matlab
Differential equation solver for electron-proton scattering
akhan3/oh
Silicon proven Verilog library for IC and FPGA designers
akhan3/parallel-reduction-cuda
An implementation of parallel reduction algorithm on NVIDIA CUDA platform. The program finds the maximum element in an array.
akhan3/prime-tester-cpp
A program to test whether a number is prime or composite
akhan3/social-network-analysis-python
Analysis of degrees of separation in a random social network using NetworkX library in Python