harrywaugh
A driven, ambitious and rounded graduate from the University of Bristol. Currently studying a PhD in High Performance Computing.
Pinned Repositories
ActivityTrackingWithSensorFusion
I wrote my dissertation for my Computer Science degree on whether the accuracy of GPS tracking for sports activities (running, cycling, walking) could be improved using additional sensors found in a smartphone. Initially, I implemented a Kalman Filter to fuse the readings of each sensor, this was written in python and used popular libraries like NumPy. I then researched and taught myself the theory behind Recurrent Neural Networks (RNNs) in order to implement them using tensorflow and keras. This project was supported by the Oracle Innovation Accelerator program, who generously gave me access to a cloud compute instance.
AMGX
Distributed multigrid linear solver library on GPU
blas_tracing_tests
Some simple tests that can be run with the Arm tracing tool, to check that calls to the BLAS library are correct
build_mgcfd
C-Term-1-Year-1-
SuperscalarSim
Advanced Architecture Coursework at the University of Bristol. Superscalar simulator.
UOB_AppliedSecurity
This project developed my understanding of how AES encryption works and the different ‘trade offs’ between speed, memory usage and ultimately, security. An AES implementation was first developed to run a scale-board from the University of Bristol, this device has severe hardware limitations and thus any implementation must be efficient. One of the ways this was done was to pre-compute the sbox function. A Differential Power Attack (DPA) was then created in python to interact with the board in order to gather power traces. These recorded traces could then be compared to hypothetical power consumption values for a chosen message in order to recover the key, using approximately 125 traces. A counter-measure for this style of attack was implemented called masking, this carefully used 6 masks throughout the encryption process to prevent information leaking from the CPU. This prevented key recovery for ‘first order’ DPA style attacks.
UOB_Raytracer
A working raytracer written in C++ using the GLM and SDL libraries.
minicombust_app
harrywaugh's Repositories
harrywaugh/ActivityTrackingWithSensorFusion
I wrote my dissertation for my Computer Science degree on whether the accuracy of GPS tracking for sports activities (running, cycling, walking) could be improved using additional sensors found in a smartphone. Initially, I implemented a Kalman Filter to fuse the readings of each sensor, this was written in python and used popular libraries like NumPy. I then researched and taught myself the theory behind Recurrent Neural Networks (RNNs) in order to implement them using tensorflow and keras. This project was supported by the Oracle Innovation Accelerator program, who generously gave me access to a cloud compute instance.
harrywaugh/AMGX
Distributed multigrid linear solver library on GPU
harrywaugh/SuperscalarSim
Advanced Architecture Coursework at the University of Bristol. Superscalar simulator.
harrywaugh/UOB_AppliedSecurity
This project developed my understanding of how AES encryption works and the different ‘trade offs’ between speed, memory usage and ultimately, security. An AES implementation was first developed to run a scale-board from the University of Bristol, this device has severe hardware limitations and thus any implementation must be efficient. One of the ways this was done was to pre-compute the sbox function. A Differential Power Attack (DPA) was then created in python to interact with the board in order to gather power traces. These recorded traces could then be compared to hypothetical power consumption values for a chosen message in order to recover the key, using approximately 125 traces. A counter-measure for this style of attack was implemented called masking, this carefully used 6 masks throughout the encryption process to prevent information leaking from the CPU. This prevented key recovery for ‘first order’ DPA style attacks.
harrywaugh/UOB_Raytracer
A working raytracer written in C++ using the GLM and SDL libraries.
harrywaugh/blas_tracing_tests
Some simple tests that can be run with the Arm tracing tool, to check that calls to the BLAS library are correct
harrywaugh/build_mgcfd
harrywaugh/C-Term-1-Year-1-
harrywaugh/COMS30115
harrywaugh/CV
harrywaugh/environment
harrywaugh/first-contributions
🚀✨ Help beginners contribute to open source projects
harrywaugh/hpc-course-getting-started
A tutorial-style introduction to the HPC course
harrywaugh/hw16471.github.io
Visit my page!
harrywaugh/markdown-cheatsheet
Markdown Cheatsheet for Github Readme.md
harrywaugh/pbmpi
phylobayes mpi
harrywaugh/perf-libs-tools
harrywaugh/scotlandYard
harrywaugh/UOB_Clustering_and_Classifying_Data
harrywaugh/UOB_GameofLife
harrywaugh/UOB_Operating_System_Kernel
harrywaugh/UOB_Web_Tech_CW
This project involved creating a website for a University of Bristol games project, Khaos Kitchen. The website showcased a range of different technologies, each used with respect to web standards and compatability. A working forum was set up using a NodeJS server and an SQLite3 embedded database. The forum was created dynamically using templating engine ‘pug.js’, and requested different parts of the forum ‘on the fly’ as the user needed them.
harrywaugh/Virtual-Assistant
A linux based Virtual assistant on Artificial Intelligence in C