Skip to content

Instantly share code, notes, and snippets.

View hlaueriksson's full-sized avatar
👨‍🦰
FP

Henrik Lau Eriksson hlaueriksson

👨‍🦰
FP
View GitHub Profile
@hlaueriksson
hlaueriksson / 2023-03-26-retry-flaky-tests-with-dotnet-test-and-powershell.md
Created March 25, 2023 21:40
2023-03-26-retry-flaky-tests-with-dotnet-test-and-powershell
@hlaueriksson
hlaueriksson / Examples.cs
Last active November 12, 2023 21:15
Playwright for .NET Documentation
using System;
using System.Runtime.InteropServices;
using System.Threading.Tasks;
using Microsoft.Playwright;
using NUnit.Framework;
namespace PlaywrightVanilla.Sample.NUnit
{
public class Examples
{
@hlaueriksson
hlaueriksson / 2019-12-29-introducing-lofuunit.md
Last active December 28, 2019 22:34
2019-12-29-introducing-lofuunit
@hlaueriksson
hlaueriksson / 2018-11-01-introducing-jekyll-url-shortener.md
Last active November 1, 2018 06:41
2018-11-01-introducing-jekyll-url-shortener
@hlaueriksson
hlaueriksson / Examples.cs
Last active November 12, 2023 21:19
PuppeteerSharp Documentation
using System;
using System.Threading.Tasks;
using NUnit.Framework;
namespace PuppeteerSharp.Contrib.Sample
{
public class Examples
{
async Task<IBrowser> Browser()
{
@hlaueriksson
hlaueriksson / 2016-01-16-setting-up-jekyll-on-windows.md
Created July 3, 2018 17:25
2016-01-16-setting-up-jekyll-on-windows
@hlaueriksson
hlaueriksson / calendar-event-emoji.md
Last active May 31, 2018 13:00
📅 Calendar Event Emoji

📅 Calendar Event Emoji

Emoji Event Example
💸 Bills
🎂 Birthday
☕️ Coffee [☕️ Coffee w/ Alice]
❤️ Date
👨‍⚕️/👩‍⚕️ Doctor
🍺 Drinks
@hlaueriksson
hlaueriksson / clear.ps1
Last active August 4, 2018 07:33
Clear all MSMQ queues with PowerShell
Get-MsmqQueue | Clear-MsmqQueue
@hlaueriksson
hlaueriksson / clean.ps1
Last active October 17, 2018 13:49
Delete bin/obj folders with PowerShell (Admin)
Get-ChildItem -inc bin,obj -rec | Remove-Item -rec -force
@hlaueriksson
hlaueriksson / 2017-07-31-easy-approach-to-requirements-syntax-and-the-segue-to-behavior-driven-development.md
Last active July 29, 2017 21:45
2017-07-31-easy-approach-to-requirements-syntax-and-the-segue-to-behavior-driven-development