Pinned Repositories
AdVENDure
A game I made in C# using visualStudio. This game was made to help further my understanding of GUIs. It could be done much better now with my new knowledge of Multithreading
Advent-of-Code
A place for all my advent of code submissions, likely all done in python
AES-Implimentation
A small (probably very insecure) implimentation of the AES 128 block cipher in CBC mode.
airtag_dissertation
A repository made to hold the code for my dissertation on the Apple AirTag/ Find My network
BinaryTree
A Binary Tree in Java I made for my first year of University. Was made to help my understanding of how memory allocation works
C-Linked-List
A basic Linked List I did in C, Mainly made to practice my use of pointers and memory allocation.
Cellular-Automaton
A project I made in a team of 3 for University
Cs-ATM
This project was made to demonstrate how multithreading works. The Program is written in C# and is a simulation of multiple ATM machines, each machine getting its own thread. It also uses barriers and semaphores to make sure all ATMS are consistent. Done as part of my University career in a team of 3
dkblackley.github.io
Repo for my blog site
Epilepsy-Smartphone
Repository for my project on the diagnosis of epilepsy using Deep Learning
dkblackley's Repositories
dkblackley/AdVENDure
A game I made in C# using visualStudio. This game was made to help further my understanding of GUIs. It could be done much better now with my new knowledge of Multithreading
dkblackley/Advent-of-Code
A place for all my advent of code submissions, likely all done in python
dkblackley/AES-Implimentation
A small (probably very insecure) implimentation of the AES 128 block cipher in CBC mode.
dkblackley/airtag_dissertation
A repository made to hold the code for my dissertation on the Apple AirTag/ Find My network
dkblackley/BinaryTree
A Binary Tree in Java I made for my first year of University. Was made to help my understanding of how memory allocation works
dkblackley/C-Linked-List
A basic Linked List I did in C, Mainly made to practice my use of pointers and memory allocation.
dkblackley/Cellular-Automaton
A project I made in a team of 3 for University
dkblackley/Cs-ATM
This project was made to demonstrate how multithreading works. The Program is written in C# and is a simulation of multiple ATM machines, each machine getting its own thread. It also uses barriers and semaphores to make sure all ATMS are consistent. Done as part of my University career in a team of 3
dkblackley/dkblackley.github.io
Repo for my blog site
dkblackley/Epilepsy-Smartphone
Repository for my project on the diagnosis of epilepsy using Deep Learning
dkblackley/Gadgetbridge_image_upload_bangle
We are on codeberg.org now! https://codeberg.org/Freeyourgadget/Gadgetbridge - Gadgetbridge - A free and cloudless replacement for your gadget vendors' closed source Android applications. Supports Pebble, Mi Band, Liveview, HPlus and more.
dkblackley/gradient-bayesian-networks
Report used for my 4th Year dissertation, compatible with Gradient
dkblackley/Hash-Table
A Hash table I made on my own as part of my University career. This is a basic hashtable that can hold and retreive integers
dkblackley/Java-Battleships
One of the first Projects I did. A simple Command line battleships game which I used OOP effectively to complete. Done by myself while at University, Except the Documentation which was done in a team of 3
dkblackley/lava-server
A small containerised go project that I use to provide free randomness
dkblackley/leetcode_answers
A small place that I can archive all my answers to various leetcode questions
dkblackley/Manchester-Baby
A project I did in CPP with a team of 4 for University. It is a simulation of the first electronically stored computer Program: https://en.wikipedia.org/wiki/Manchester_Baby
dkblackley/Neural-Networks-With-Bayes
This github is dedicated to my 4th year dissertation project, which will be on testing uncertainties on neural networks
dkblackley/over-the-wire-answers
Contains all the scripts that can be used as solutions to the over the wire wargames
dkblackley/Quackathon20202020
dkblackley/react_server
A small django server with nginx backend that I run on my raspberry pi for file transferring and various other things
dkblackley/ring
Safe, fast, small crypto using Rust
dkblackley/Rocket
A web framework for Rust.
dkblackley/warp
A super-easy, composable, web server framework for warp speeds.