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
find packages/gateway/src -type f -name "*.js" -exec rm -v {} + |
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
sudo yum update | |
# Installing ZSH | |
sudo yum -y install zsh | |
# Check ZSH has been installed | |
zsh --version | |
# Install "util-linux-user" because "chsh" is not available by default | |
# See https://superuser.com/a/1389273/599050 |
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
Privacy Policy | |
Updated May 5, 2023 |
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
this.app.get("/webhook/test/google", (req: Request, res: Response) => { | |
fetch("https://google.com").then(r => { | |
r.body.pipeTo(new WritableStream<Uint8Array>({ | |
write(chunk){ | |
res.write(chunk) | |
}, | |
close(){ | |
res.end() | |
} | |
})) |
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
function heidiDecode(hex) { | |
var str = ''; | |
var shift = parseInt(hex.substr(-1)); | |
hex = hex.substr(0, hex.length - 1); | |
for (var i = 0; i < hex.length; i += 2) | |
str += String.fromCharCode(parseInt(hex.substr(i, 2), 16) - shift); | |
return str; | |
} | |
document.write(heidiDecode('755A5A585C3D8141786B3C385E3A393')); |
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
Parte 3 de 365: | |
decição leva muita energia | |
no começo delegue a tarefa, mas não delegue a responsabilidade | |
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
{ | |
"version": 8, | |
"name": "Dark Matter", | |
"metadata": { | |
"mapbox:autocomposite": false, | |
"mapbox:type": "template", | |
"mapbox:groups": { | |
"b6371a3f2f5a9932464fa3867530a2e5": { | |
"name": "Transportation", | |
"collapsed": false |
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
eyJpbmRleCI6IjwhRE9DVFlQRSBIVE1MPlxuPCEtLSA8PDwgQ3JlYXRlIHlvdXIgQXRvbSBjbGlja2luZyBvbiBsZWZ0IEFkZCBCdXR0b24gPDw8IC0tPlxuPGgyPldlJ3IgaW4gPGI+Ym9keTwvYj4gb2YgaW5kZXguaHRtbDwvaDI+XG4iLCJhdG9tIjpbXX0= |
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
eyJpbmRleCI6IjwhRE9DVFlQRSBIVE1MPlxuPCEtLSA8PDwgQ3JlYXRlIHlvdXIgQXRvbSBjbGlja2luZyBvbiBsZWZ0IEFkZCBCdXR0b24gPDw8IC0tPlxuPGgyPldlJ3IgaW4gPGI+Ym9keTwvYj4gb2YgaW5kZXguaHRtbDwvaDI+XG4iLCJhdG9tIjpbXX0= |
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
{asd:teste} |
NewerOlder