Skip to content
View PeterBassett's full-sized avatar
  • Stoke On Trent, UK

Block or report PeterBassett

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. AnagramSolver AnagramSolver Public

    Little tool to cheat at various online anagram and word games.

    JavaScript

  2. Compiler Compiler Public

    TypeScript

  3. MandelbrotRenderer MandelbrotRenderer Public

    A bit of fun rendering some nice pictures. I used it to explore the maths before implementing them elsewhere.

    C#

  4. MNist-NN-Classifier MNist-NN-Classifier Public

    Neural Network Classifier for MNist Hand Written Digits

    C#

  5. Raytracer Raytracer Public

    A faily traditional raytracer

    C# 1

  6. RegularExpressions RegularExpressions Public

    A small library for regular expression matching. Done as an exercise more than anything. It has a nice little recursive descent parser and an NFA execution engine.

    C#