Skip to content

Instantly share code, notes, and snippets.

@mehulmpt
mehulmpt / profiles.json
Last active December 11, 2021 09:58
Sample profiles.json for new Windows Terminal
{
"defaultProfile": "{09dc5eef-6840-4050-ae69-21e55e6a2e62}",
"initialRows": 30,
"initialCols": 120,
"alwaysShowTabs": true,
"showTerminalTitleInTitlebar": true,
"experimental_showTabsInTitlebar": true,
"profiles": [
{
"guid": "{09dc5eef-6840-4050-ae69-21e55e6a2e62}",
@dbeattie71
dbeattie71 / AuthenticaionHelper.cs
Last active August 17, 2017 19:48
Attempt to port Cognito authentication to C#
using System;
using System.Security.Cryptography;
using System.Text;
using Org.BouncyCastle.Crypto;
using Org.BouncyCastle.Crypto.Digests;
using Org.BouncyCastle.Math;
namespace ConsoleApp3
{
//https://gist.github.com/guywald/7a753e032ca2f979453b7f8aa4fb6569