Skip to content
View TorinFelton's full-sized avatar
🏎️
vroom
🏎️
vroom
Block or Report

Block or report TorinFelton

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
TorinFelton/README.md

About Me

I'm a 3rd year BSc Computer Science student at The University of Manchester. I've been programming as a hobby for a few years, building projects on here for fun. I will be joining Optiver as a software engineer in November 2024.

That said, I still like to maintain a diverse range of projects as the real passion I have is for fast-paced learning and a continuously challenging project.

Favourite Projects

Mini OS

Readme Card

Wrote, from scratch, a small operating system to run on an ARM CPU. Includes I/O interactions for a physical board, and software-based multi-threading support.

hustl.io (team)

Readme Card

Team project to build a competitive paper-trading based on live stock market data. I really enjoyed getting this platform up and running, and I was happy to be able to contribute both to front and back end.

Creating an Interpreter

Readme Card

I thought I'd challenge myself for my secondary-school project: Create a working interpreter that can understand basic programming concepts, e.g. flow control, expressions, I/O, etc. I completed the code over a few weekends before the actual project was supposed to begin, just because I wanted to do it so badly and couldn't stop after I'd begun. In the end, I was extremely happy to receive a mark of 100% for it.

I've since added a few extra things outside of the coursework, such as function definitions and fully Boolean/maths/mixed expression support e.g. 2*(31 + -1) == 3 && 1 != 20 * 3

SpotlightX

Readme Card

Got annoyed with how inconsistent the Windows 10 search/launchbar was when you wanted specific apps you regularly use. Made my own. Planning to refactor codebase at some point, hoping to maybe make a proper file-indexing system.

Pinned

  1. ARM_mini_OS ARM_mini_OS Public

    Mini OS in ARM, configured to run on custom lab board. Includes software multithreading, simple IO.

    Assembly

  2. NEA_ProgrammingLanguage NEA_ProgrammingLanguage Public

    'Creating an Interpreter' NEA Coursework (A-level)

    C# 1

  3. SpotlightX SpotlightX Public

    A minimalistic action bar to do things quicker and more efficiently than the Windows 10 search bar.

    C# 105 4

  4. hustl.io hustl.io Public

    Forked from Manc-Y15/hustl.io

    Competitive paper trading website team project.

    Python 2