Skip to content
View joehewett's full-sized avatar
✔️
Verified
✔️
Verified
Block or Report

Block or report joehewett

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

Pinned Loading

  1. refill refill Public

    Hydrate arbitrary JSON schemas with arbitrary text using Language Models. The modern, semantics-aware (and very expensive) approach to data extraction.

    Go

  2. cs-notes cs-notes Public

    Containing notes from Operating Systems and Networks, Artificial Intelligence, Database Systems and Algorithms

    9

  3. blockchain-based-microgrids blockchain-based-microgrids Public

    Towards a Dependable Energy Market: Proof of Authority in a Blockchain-based Peer-to-Peer Microgrid. Paper: https://ieeexplore.ieee.org/document/10027820

    Java 1

  4. natural-selection-sim natural-selection-sim Public

    A basic simulation of cells surviving, reproducing, and mutating in a competetive, skill-based environment. Used to teach students Python as part of the Warwick AI Beginner Python course.

    Jupyter Notebook 1 1

  5. packet-sniffer packet-sniffer Public

    A multi-threaded intrusion detection system to scan network activity for signs of SYN attacks, ARP poisoning and blacklisted URLs

    C 2

  6. constraint-satisfaction-problem constraint-satisfaction-problem Public

    Attempts to achieve an optimal series of assignments using a series of hueristics that trade off between run-time and minimum cost in a search space of 1250P25 (2.0789*10^46)

    Python