Skip to content

Instantly share code, notes, and snippets.

View zackschuster's full-sized avatar
🦆
quack

Zack Schuster zackschuster

🦆
quack
View GitHub Profile
@zackschuster
zackschuster / settings.json
Created April 1, 2023 00:23
vscode settings
{
"breadcrumbs.enabled": false,
"debug.javascript.autoAttachFilter": "onlyWithFlag",
"debug.openDebug": "neverOpen",
"debug.saveBeforeStart": "none",
"debug.toolBarLocation": "docked",
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"editor.copyWithSyntaxHighlighting": false,
@zackschuster
zackschuster / convert-letsencrypt-to-pfx.sh
Last active December 17, 2021 10:42
use openssl to convert a letsencrypt ssl certificate to an azure-compatible pfx file
#!/usr/bin/env sh
openssl pkcs12 -export -out $NAME.pfx -inkey private.key.pem -in domain.cert.pem -certfile intermediate.cert.pem
@zackschuster
zackschuster / index.html
Last active December 4, 2019 05:27
angular-8-thin-shim-layer
<html>
<head>
<title>Angular App</title>
</head>
<body>
<main>
<ng-content ng-app>loading</ng-content>
</main>
</body>
</html>
[
{
"artist": "Chance the Rapper",
"album": "The Big Day",
"link": "https://pitchfork.com/reviews/albums/chance-the-rapper-the-big-day/"
},
{
"artist": "Cold Hart / YAWNS",
"album": "Good Morning Cruel World Album Review ...",
"link": "https://pitchfork.com/reviews/albums/cold-hart-good-morning-cruel-world/"
@zackschuster
zackschuster / hero.txt
Last active January 9, 2019 17:53
Team Binary
01101000011101000111010001110000011100110011101000101111001011110110100100101110011010010110110101100111011101010111001000101110011000110110111101101101001011110011000001101001011110010011100001101000011100100100100000101110011010100111000001100111
@zackschuster
zackschuster / links.md
Last active March 13, 2019 21:19
@MylesBorins academic links 1 July 2017