Pinned Repositories
C-CPP-Base-Project
A C/CPP base repository for starting a project for the language C or CPP.
Compiler
A simplistic compiler to parse a defined language; to be translated into an intermediate representation (IR) and executed.
dotfiles
Dotfile setup for emacs, zsh, vim, etc.
FAT-File-System
A simple implementation of Fat file system, written in c++
GraphQuery
A graph database representing vertices and edges.
Problems
Learning Algorithms and Completing Algorithms
QUB-CSC-VAML-Face-Detection
QUB module on Video Analytics and Machine Learning. Assignment based on Face detection within MATLAB to use a variety of ML techniques to create a model to record accuracies on detecting human faces with test images, with prior training of variety sample data.
SnakeInMyBoot
A simple snake game written within the first sector (512 bytes) of a hard drive; the boot sector located by the BIOS in 16-bit mode.
Virtual-File-System
An emulation of Virtual File System, implements FAT32 and remote connection
x86-32bit-OS
Attempting to create a x86 32-bit operating system, that performs as a minimal system.
RSKELT0N's Repositories
RSKELT0N/Virtual-File-System
An emulation of Virtual File System, implements FAT32 and remote connection
RSKELT0N/SnakeInMyBoot
A simple snake game written within the first sector (512 bytes) of a hard drive; the boot sector located by the BIOS in 16-bit mode.
RSKELT0N/FAT-File-System
A simple implementation of Fat file system, written in c++
RSKELT0N/GraphQuery
A graph database representing vertices and edges.
RSKELT0N/x86-32bit-OS
Attempting to create a x86 32-bit operating system, that performs as a minimal system.
RSKELT0N/C-CPP-Base-Project
A C/CPP base repository for starting a project for the language C or CPP.
RSKELT0N/Compiler
A simplistic compiler to parse a defined language; to be translated into an intermediate representation (IR) and executed.
RSKELT0N/dotfiles
Dotfile setup for emacs, zsh, vim, etc.
RSKELT0N/Problems
Learning Algorithms and Completing Algorithms
RSKELT0N/QUB-CSC-Monopoly
QUB - Prototype for Monopoly based game for Stage 2 Assignment for software engineering and systems development
RSKELT0N/QUB-CSC-PDC-DDMS
Assignment (distributed data management system) for Parallel and distributed computing module for university.
RSKELT0N/QUB-CSC-VAML-Face-Detection
QUB module on Video Analytics and Machine Learning. Assignment based on Face detection within MATLAB to use a variety of ML techniques to create a model to record accuracies on detecting human faces with test images, with prior training of variety sample data.
RSKELT0N/QUB-CSC-Vending-Machine
QUB - Object oriented assignment
RSKELT0N/TaskIt
task manager application
RSKELT0N/TCP-Chat-Client
Client application that connects to a tcp server
RSKELT0N/hex-dump
A simple program mimicking the linux command line tool hexdump in C++.
RSKELT0N/QUB-CSC-FIPM-ABIML
Analysing Bias In Machine Learning on the Census Income dataset.
RSKELT0N/RSKELT0N
RSKELT0N/TCP-Chat-Server
TCP Server written in c++ which follows protocol
RSKELT0N/util
utility projects that can be used within other projects