Skip to content
View MylesFTOP's full-sized avatar
  • United Kingdom
Block or Report

Block or report MylesFTOP

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

Hi there! 👋

I'm Myles (he/him). I write primarily in C# (with xUnit, Moq, and Coverlet/Codecov helping make sure I don't break what I've made), and am currently working on several projects to help me develop my skills.

Some of my recent projects:

  • TicketSystem - a test project simulating parts and task management for field engineers. Written using .NET Core 3.1.
  • PlayersToolkitFor13thAge - a project to develop a character sheet manager and general players' toolkit for the tabletop RPG 13th Age. Written using .NET Framework 4.7.2, initially using WinForms for a desktop implementation, with Tim Corey's C# course as a framework for the initial design of the desktop application.
  • LuhnCheck - a small programme to check input strings using the Luhn algorithm. Written using .NET Framework 4.7.2, looking to port it to .NET Core 3.1.
  • FederalRegisterClient - a simple client for retrieving Federal Register documents

Repo statuses

Project Build status Coverage
TicketSystem GitHub Workflow Status codecov
LuhnCheck GitHub Workflow Status codecov
PlayersToolkitFor13thAge GitHub Workflow Status codecov
FederalRegisterClient GitHub Workflow Status codecov

N.B. Above code coverage metrics do not include UI logic for respective projects.

Pinned

  1. PlayersToolkitFor13thAge PlayersToolkitFor13thAge Public

    Character generation and storage for characters in 13th Age

    C#

  2. TicketSystem TicketSystem Public

    Sample ticket system with parts and engineer management

    C# 1

  3. LuhnCheck LuhnCheck Public

    Small application to check input strings using the Luhn algorithm

    C#

  4. FederalRegisterClient FederalRegisterClient Public

    API client for retrieving metadata for certain document types from the US Federal Register.

    C#