Pinned Repositories
attribute-parser
C++ based basic HTML parser
autopen
Autopen is an open-source toolkit designed to assist security analysts, manufacturers, and various professionals to detect potential vulnerabilities in vehicles.
bash-latex-resume
This bash script auto generates my resume in pdf format. A bash script asks questions and creates a .tex file according to the answers. The .tex file is compiled using pdflatex into a pdf that shows my resume.
bcd-adder
An 8-bit Binary-Coded-Decimal (BCD) adder was implemented and tested using Verilog HDL.
cherno-instrumentor
Instrumentor for C++ that outputs json for Chrome tracing
colabs
consecutive-ones-detector
A FIFO pipeline based consecutive ones detector, developed in Verilog, using structural data flow model
smart-traffic-light-controller
A Mealy Finite State Machine (FSM), developed in Verilog, designed to control traffic lights at a crossroad having a major road (main road) and a minor road (side road).
vasp
VASP is a framework to simulate attacks on V2X networks. It works on top of the VEINS simulator.
raash1d's Repositories
raash1d/bcd-adder
An 8-bit Binary-Coded-Decimal (BCD) adder was implemented and tested using Verilog HDL.
raash1d/cherno-instrumentor
Instrumentor for C++ that outputs json for Chrome tracing
raash1d/smart-traffic-light-controller
A Mealy Finite State Machine (FSM), developed in Verilog, designed to control traffic lights at a crossroad having a major road (main road) and a minor road (side road).
raash1d/attribute-parser
C++ based basic HTML parser
raash1d/autopen
Autopen is an open-source toolkit designed to assist security analysts, manufacturers, and various professionals to detect potential vulnerabilities in vehicles.
raash1d/bash-latex-resume
This bash script auto generates my resume in pdf format. A bash script asks questions and creates a .tex file according to the answers. The .tex file is compiled using pdflatex into a pdf that shows my resume.
raash1d/colabs
raash1d/consecutive-ones-detector
A FIFO pipeline based consecutive ones detector, developed in Verilog, using structural data flow model
raash1d/crypto-algorithms
Basic implementations of standard cryptography algorithms, like AES and SHA-1.
raash1d/vasp
VASP is a framework to simulate attacks on V2X networks. It works on top of the VEINS simulator.
raash1d/ctf
CTF Writeups
raash1d/dotfiles
my config files for various utilities
raash1d/fractional_knapsack
algo practice
raash1d/hmac
A command line tool for computing SHA256 HMACs
raash1d/jenkins-101
raash1d/macan
Message Authenticated CAN library & tools written in C
raash1d/PREXT
PREXT is a unified and extensible framework that simulate pseudonym change schemes (i.e., privacy schemes) in VANET.
raash1d/py-grep
Python based pattern searching tool to run on Windows command line and save development time
raash1d/raash1d.github.io
GitHub website
raash1d/sankey-representation
raash1d/stepper-motor-fsm
An FSM mimicking the functionality of a stepper motor. Direction controls decide the direction of rotation and the angle of rotation.
raash1d/sublime-text-user-settings
My user settings for sublime text 3
raash1d/tiny-AES128-C
Small portable AES128 in C
raash1d/veins
Veins - The open source vehicular network simulation framework.
raash1d/washing-machine-controller
A synthesizable Verilog RTL implementation of a finite state machine to control a complete cycle of an automatic washing machine with asynchronous reset to idle state in case of a loss of power.
raash1d/yolov7
Implementation of paper - YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors