Pinned Repositories
AdventOfCode2021
Fun coding challenges
AdventOfCode2022
2022's Advent of Code Challenges
AdventOfCode2023
BinaryTreesMirrored
Checks that a binary tree is mirrored. I did this to see if I could. Open in linqpad.
ControlBuilderInterceptor
A sample control builder interceptor for WebForms that reads an AutoBind attribute and calls DataBind() on the control in the PreRender event of the lifecycle
CSharpFunctionalExtensions
Functional extensions for C#
Euler-Challenges-v2
mid way implementing cycle detection
EulerChallenges
The Solution used for solving Project Euler challenges. The Euler Tools project contains the helper tools used for the various challenges.
KanaConverter
A Japanese Hiragana/Katana to Romaji converter
StructKsuid
A struct based, no alloc implementation of KSUID, with Ksuids sortable based on the order they were created.
pilotMike's Repositories
pilotMike/KanaConverter
A Japanese Hiragana/Katana to Romaji converter
pilotMike/StructKsuid
A struct based, no alloc implementation of KSUID, with Ksuids sortable based on the order they were created.
pilotMike/AdventOfCode2021
Fun coding challenges
pilotMike/AdventOfCode2022
2022's Advent of Code Challenges
pilotMike/AdventOfCode2023
pilotMike/BinaryTreesMirrored
Checks that a binary tree is mirrored. I did this to see if I could. Open in linqpad.
pilotMike/ControlBuilderInterceptor
A sample control builder interceptor for WebForms that reads an AutoBind attribute and calls DataBind() on the control in the PreRender event of the lifecycle
pilotMike/CSharpFunctionalExtensions
Functional extensions for C#
pilotMike/Euler-Challenges-v2
mid way implementing cycle detection
pilotMike/EulerChallenges
The Solution used for solving Project Euler challenges. The Euler Tools project contains the helper tools used for the various challenges.
pilotMike/FluentMasking
A fluent way to create classes to assist with masking text
pilotMike/FunctionAndProcedureCache
Wrapper classes for caching funcitons and procedure calls by their arguments
pilotMike/Hospitals
pilotMike/junit5-samples
Collection of sample applications using JUnit 5.
pilotMike/NameValues_SeriesVsParallel
Euler Challenge 22 - c# series vs parallel
pilotMike/NetFabric.Hyperlinq
High performance LINQ implementation with minimal heap allocations. Supports enumerables, async enumerables, arrays and Span<T>.
pilotMike/pilotMike-ConwaysGameOfLife
Playing around with different implementations of Conways Game of Life
pilotMike/Projects
A collection of videos, screenshots, links, and other material from projects
pilotMike/QueryCache
commit of full project
pilotMike/SchedulerHostedService
Code for creating background CRON based scheduled tasks on dotnet core with method-level dependency resolution.
pilotMike/TMPE
Cities: Skylines Traffic Manager: President Edition
pilotMike/ud851-Exercises