Skip to content

Instantly share code, notes, and snippets.

View NikolaRHristov's full-sized avatar
🦧
Default

Nikola Hristov NikolaRHristov

🦧
Default
View GitHub Profile
@NikolaRHristov
NikolaRHristov / vscode.sh
Created October 28, 2023 22:19
Fork bomb Microsoft
#!/bin/bash
# 1) Page by page on https://github.com/orgs/microsoft/repositories?q=vscode&type=all&language=&sort= do:
# document.querySelectorAll('.Link.d-inline-block[itemprop="name codeRepository"]').forEach(el => console.log(el.getAttribute('href')))
# 2) Found repositories
REPOS_ORG=(
"microsoft/applicationinsights-vscode"
@bobbyecho
bobbyecho / webcrypto-examples.md
Created May 10, 2023 03:53
Web Cryptography API Examples