Skip to content

Instantly share code, notes, and snippets.

View AlexHedley's full-sized avatar
πŸ’­
βš€βšβš‚βšƒβš„βš…

Alex Hedley AlexHedley

πŸ’­
βš€βšβš‚βšƒβš„βš…
View GitHub Profile

Test Results - PokerHandEvaluator Tests

Expand the following summaries for more details:

Duration: 0.6394961 seconds

| Times | |

Test Results - Poker WebApp Tests

Expand the following summaries for more details:

Duration: 1.0487794 seconds

| Times | |

Test Results - Poker Server WebApp

Expand the following summaries for more details:

Duration: 0.932704 seconds

| Times | |

Test Results - Poker API Tests

Expand the following summaries for more details:

Duration: 0.7207862 seconds

| Times | |

@AlexHedley
AlexHedley / mathler.md
Last active February 15, 2022 19:17
Mathler

mathler.com 14 4/6

🟩🟨⬜🟨⬜⬜
🟩🟨🟩⬜⬜⬜
🟩⬜🟩⬜🟩⬜
🟩🟩🟩🟩🟩🟩

mathler.com 13 4/6

@AlexHedley
AlexHedley / nerdle.md
Last active February 14, 2022 19:02
Nerdle stats

nerdlegame 26 4/6

πŸŸͺ⬛⬛⬛πŸŸͺ⬛πŸŸͺ⬛
πŸŸͺ⬛πŸŸͺπŸŸͺ🟩🟩πŸŸͺ⬛
🟩πŸŸͺβ¬›πŸŸ©πŸŸ©πŸŸ©β¬›πŸŸͺ
🟩🟩🟩🟩🟩🟩🟩🟩

nerdlegame 25 */6

@AlexHedley
AlexHedley / stats.md
Last active March 8, 2022 20:09
Wordle

STATISTICS

41 100% 41 41
Played Win % Current Streak Max Streak

GUESS DISTRIBUTION

|||

@Axemasta
Axemasta / FilePicker.cs
Last active December 18, 2019 11:51
WPF File/Folder Picker
//https://user-images.githubusercontent.com/33064621/71083553-31544b00-218b-11ea-97af-74280ecaef96.png
using System;
using System.Windows;
using System.Windows.Controls;
//Requires NuGet Package: "https://www.nuget.org/packages/Microsoft.WindowsAPICodePack-Shell"
using Microsoft.WindowsAPICodePack.Dialogs;
public class FilePicker : UserControl
@agibson73
agibson73 / CutOutBluredText
Last active June 13, 2017 20:04
Animated Text CGPath with an image background
import UIKit
import CoreMotion
@IBDesignable
class CutOutBluredText: UIView {
@IBInspectable var backgroundImage : UIImage? = nil{
didSet{
setUp()
}
@PurpleBooth
PurpleBooth / README-Template.md
Last active December 10, 2025 21:19
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites