prankapo
A crazy little man whose interests range from analog circuits to operating systems, with a pinch and loads of Mathematics and Physics.
New Delhi, Delhi, India
Pinned Repositories
8085
Some codes in 8085 assembly language
ARDUINO
Arduino sketches, mainly for fast prototyping, analysis using serial terminal, demos, etc.
asm_book
A book teaching assembly language programming on the ARM 64 bit ISA. Along the way, good programming practices and insights into code development are offer which apply directly to higher level languages.
AVR
Codes for AVR 8-bit microcontroller family written in assembly and C
Basic-Image-Processing-using-OpenCV
Scripts in Python to perform very basic image processing using OpenCV
CrazyOS-Classic
Operating Systems developed from scratch for the original IBM PC (using an 8086 microprocessor).
litcode
Customisable and markup language agnostic Literate Programming tool
Remote-Controlled-Rover
This is a remote controlled rover which I designed for my minor project. It is controlled remotely, wirelessly, over an internet connection using SSH. For further description, go through the codes :-)
sha256
A SHA-256 hash generator for a given string written in C.
VCRS-DEP
Python scripts that allow you to create a local database of Voyager 1 and 2 CRS data and plot it
prankapo's Repositories
prankapo/CrazyOS-Classic
Operating Systems developed from scratch for the original IBM PC (using an 8086 microprocessor).
prankapo/Basic-Image-Processing-using-OpenCV
Scripts in Python to perform very basic image processing using OpenCV
prankapo/Remote-Controlled-Rover
This is a remote controlled rover which I designed for my minor project. It is controlled remotely, wirelessly, over an internet connection using SSH. For further description, go through the codes :-)
prankapo/sha256
A SHA-256 hash generator for a given string written in C.
prankapo/VCRS-DEP
Python scripts that allow you to create a local database of Voyager 1 and 2 CRS data and plot it
prankapo/ARDUINO
Arduino sketches, mainly for fast prototyping, analysis using serial terminal, demos, etc.
prankapo/asm_book
A book teaching assembly language programming on the ARM 64 bit ISA. Along the way, good programming practices and insights into code development are offer which apply directly to higher level languages.
prankapo/AVR
Codes for AVR 8-bit microcontroller family written in assembly and C
prankapo/litcode
Customisable and markup language agnostic Literate Programming tool
prankapo/Bitmap-Writer
A simple bitmap image writer in C.
prankapo/Calculators
Calculators written for specific purposes in Python and C
prankapo/Course-Data-Structures
The programs in this repository were written as a part of college course on Data Structures
prankapo/Course-Digital-Signal-Processing-using-MATLAB
The codes in this repository were written as a part of lab-work of Digital Signal Processing
prankapo/Course-in-MATLAB
Codes in this repo, except for ode.m, were created as lab-work for college course in MATLAB I took in 3rd sem. (2019)
prankapo/Course-Python-for-Everybody
Codes written as a part of the course Python for Everybody. Some codes were written to get a feel for the language, libraries, tools, and some to solve specific problems (assignments)
prankapo/csv2json
A tool for converting CSV files to pretty-printed JSON files.
prankapo/Cyjon
A simple, clean code, multi-tasking operating system written in pure assembly language for 64-bit processors from the AMD64 family.
prankapo/Edith-Mark-2V2
A manual programmer which programs ATmega8A using serial programming algorithm. With a little modification, it can be used on other 8-bit microcontrollers of AVR family.
prankapo/Game-of-Life
Implementation of Conway's Game of Life in Python with an ability to store current generation's data, and select active cells in initial grid.
prankapo/KIM-Uno
My implementation KIM Uno. I didn't had experience with PCB ordering at that time, so wired the board and display myself.
prankapo/Machine-Learning-by-Andrew-Ng
Codes presented here were done as part of the course on machine learning taught by Andrew Ng
prankapo/Nasal-Cannula-Data
prankapo/New-Year-Greetings
prankapo/PCem---My-Version
A fix of PCem v17 I am using.
prankapo/PESMO
PESMO: Poor Engineering Student's Modular Oscilloscope. This is a homemade modular oscilloscope.
prankapo/prankapo
prankapo/PyWEB
Python program for tangling and weaving through JSON making up a Jupyter notebook.
prankapo/QBasic
Some codes in QBasic
prankapo/sudoku
Sudoku checker, solver and other stuff
prankapo/x86
Assembly language codes for x86