Skip to content

Instantly share code, notes, and snippets.

View 0xMilly's full-sized avatar
❤️
ls /home/milly/repos/

Mo 0xMilly

❤️
ls /home/milly/repos/
View GitHub Profile
@0xMilly
0xMilly / scrape_virgil.js
Created January 31, 2021 21:05
Quick method to scrape Virgil Abloh's published files on public---domain.com - You can then import those URLs into some other software and download the whole collection. It should be around 15GB.
function sleep(ms) {
return new Promise(resolve => setTimeout(resolve, ms));
}
function downloadLinks() {
var a = document.createElement('a');
var file = new Blob([ links.toString() ], { type: 'text/plain' });
a.href = URL.createObjectURL(file);
a.download = 'virgil_abloh_links';
@0xMilly
0xMilly / timesaver.sh
Created October 11, 2020 13:42
Save time by preventing typos.
alias sl=ls
alias mkidr=mkdir
alias pyhton=python
alias pyhton2=python2
alias pyhton3=python3
@0xMilly
0xMilly / randpass.sh
Created October 11, 2020 13:41
Strong Random Password Alias
alias randpass="python -c \"import random, string;chars=string.ascii_letters + string.digits + string.punctuation;print(''.join(random.choice(chars) for i in range(random.randint(16,32))))\""
@0xMilly
0xMilly / keybase.md
Last active August 1, 2019 12:13
keybase.md

Keybase proof

I hereby claim:

  • I am 0xmilly on github.
  • I am 0xmillyy (https://keybase.io/0xmillyy) on keybase.
  • I have a public key ASAhSqPFbIGYNBYmHImm5-XQPGqYOZoszVTeO3xLm5CKugo

To claim this, I am signing this object: