Skip to content
View jackwgibbs's full-sized avatar
👨‍💻
👨‍💻
Block or Report

Block or report jackwgibbs

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jackwgibbs/README.md

Hi there, I'm Jack 👋

I'm a Software Engineer at Equiniti and graduate of The University of Exeter. On my profile you will find a selection of projects I enjoy working on to develop my skillset.

You can find out more about me on my LinkedIn profile here. You can also view my online portfolio at www.jackwgibbs.co.uk

Pinned Loading

  1. lightweight-cryptography-tool lightweight-cryptography-tool Public

    This Lightweight Cryptography Tool implements a selection of lightweight cryptographic designs which feature in the NIST lightweight standardisation process, including GIFT-COFB and SKINNY-AEAD.

    Python 2

  2. vaccine-ordering-system vaccine-ordering-system Public

    C++ Vaccine Ordering System. Arrival of orders are simulated by a data text file containing orders. This file is passed to the program at runtime.

    C++

  3. multi-threaded-card-playing-simulation multi-threaded-card-playing-simulation Public

    A multi-threaded card playing simulation developed in Java and by paired programming.

    Java

  4. post-office-model post-office-model Public

    Post Office Modelling Program. Simulates customers arriving, queuing, being served, and leaving. It uses a Queue structure to keep track of entering customers, and random number distributions (Pois…

    C

  5. 8-puzzle-solver 8-puzzle-solver Public

    This project showcases my implementation of the A* algorithm to solve a classic puzzle. A* is a powerful heuristic search algorithm widely used in pathfinding and optimisation problems.

    Python

  6. advent-of-code-2022 advent-of-code-2022 Public

    The advent of code is an annual selection of mini programming tasks released each day in December up to Christmas.

    Java