Skip to content

Instantly share code, notes, and snippets.

@mgasparel
mgasparel / Program.cs
Created April 19, 2021 02:06
MatchyMatchy
using System;
using System.Collections.Generic;
using System.Linq;
namespace exclusive
{
class Program
{
// ruleId, transactionIds that satisfied the rule
static Dictionary<int, HashSet<int>> RulesSatisfied;
@mgasparel
mgasparel / profile.json
Created February 16, 2020 16:23
Shades of Purple Windows Terminal
{
"background": "#000000",
"black": "#000000",
"blue": "#6943ff",
"brightBlack": "#808080",
"brightBlue": "#0066ff",
"brightCyan": "#00ffff",
"brightGreen": "#33ff00",
"brightPurple": "#cc00ff",
"brightRed": "#ff0000",