This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
01101000011101000111010001110000011100110011101000101111001011110110100100101110011010010110110101100111011101010111001000101110011000110110111101101101001011110011000001101001011110010011100001101000011100100100100000101110011010100111000001100111 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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/" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>Angular App</title> | |
</head> | |
<body> | |
<main> | |
<ng-content ng-app>loading</ng-content> | |
</main> | |
</body> | |
</html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
openssl pkcs12 -export -out $NAME.pfx -inkey private.key.pem -in domain.cert.pem -certfile intermediate.cert.pem |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"breadcrumbs.enabled": false, | |
"debug.javascript.autoAttachFilter": "onlyWithFlag", | |
"debug.openDebug": "neverOpen", | |
"debug.saveBeforeStart": "none", | |
"debug.toolBarLocation": "docked", | |
"editor.codeActionsOnSave": { | |
"source.fixAll": true | |
}, | |
"editor.copyWithSyntaxHighlighting": false, |