Verbose

Another Brick in The Wall

Doom Linux

A single script to build a minimal live Linux operating system from source code that runs Doom on boot

DoomLinux A single script to build a minimal live Linux operating system from source code that runs Doom on boot. 1 ./DoomLinux.sh This command will create a bootable iso of DoomLinux which is boo...

NesUEFI

A bootable NES Emulator running on UEFI

NesUEFI - A bootable NES Emulator running on UEFI NesUEFI is a NES Emulator running without an operating system directly on Unified Extensible Firmware Interface (UEFI). Simply place NesUEFI and...

Gravity

A 3D web application to simulate three body problem

Gravity A 3D web application to simulate three body problem. The goal of this project is to play with different web technologies. This project was initially done for Semester Project - Virtualizat...

Chess x86

A bootable chess game running baremetal on x86_64 CPU without any OS

Chess-x86 A bootable chess game running baremetal on x86_64 CPU without any OS. The chess engine part is a port of micro-Max Chess Engine and the low level drivers are taken from amazing Tetris OS ...

Build your own personal cloud storage

Build your own personal cloud storage with Nextcloud and Raspberry Pi

What is Nextcloud Nextcloud is a suite of client-server software for creating cloud file storage. It is basically a free and open source version of google drive. It offers some really nice features...

Compile and link CBLAS on Ubuntu

A guide to compile and use CBLAS in cpp projects

What is BLAS The BLAS (Basic Linear Algebra Subprograms) are routines that provide standard building blocks for performing basic vector and matrix operations. The Level 1 BLAS perform scalar, vecto...

Mathematical Notaions for Dummies

Useful mathametical notaions cheat sheet

Why do we need this? I am not sure if you actually need this list but mathematics is everywhere and it’s better to know these notaions. Spacially if you are pursuing higher education or you real...

Mosquitto in Docker

Run MQTT Broker in Docker

What is Docker? Docker is a tool designed to make it easier to create, deploy, and run applications by using containers. Containers allow a developer to package up an application with all of the...

Pretty Debug JS

A minimal debug library written in JavaScript

Intro A highly configurable & lightweight debug library that prints debug messages beautifully. It works in Node.js and Web browser environments with very low memory footprint. Feat...

Arduinative

A native Arduino core to use your PC as an Arduino

Use your PC as an Arduino Board Arduinative is an Arduino core to add PC Environment Support in Arduino IDE. This core enables you to build and run Arduino sketches in Native Environment from Ardui...