Skip to content

Instantly share code, notes, and snippets.

View merrua's full-sized avatar
🐰
Coding

MGilmartin merrua

🐰
Coding
View GitHub Profile
import requests
import sys
import json
def waybackurls(host, with_subs):
if with_subs:
url = 'http://web.archive.org/cdx/search/cdx?url=*.%s/*&output=json&fl=original&collapse=urlkey' % host
else:
url = 'http://web.archive.org/cdx/search/cdx?url=%s/*&output=json&fl=original&collapse=urlkey' % host
@merrua
merrua / EmojInGithub.MD
Last active May 10, 2022 03:43
Emoji on Github List

All github Emoji (Smiles)

:bowtie: | πŸ˜„ | πŸ˜† | 😊 | πŸ˜ƒ | ☺️ | 😏 | 😍 | 😘 | 😳 | 😌 | πŸ˜† | 😁 | πŸ˜‰ | πŸ‘… | πŸ˜’ | πŸ˜… | πŸ˜“

😩 | πŸ˜” | 😞 | πŸ˜– | 😨 | 😰 | 😣 | 😒 | 😭 | πŸ˜‚ | 😲 | 😱 | :neckbeard: | 😫 | 😠 | 😑 | 😀 | πŸ˜ͺ | πŸ˜‹ | 😷

😎 | 😡 | πŸ‘Ώ | 😈 | 😐 | 😢 | πŸ˜‡ | πŸ‘½ | πŸ’› | πŸ’™ | πŸ’œ | ❀️ | πŸ’š | πŸ’” | πŸ’“ | πŸ’— | πŸ’• | πŸ’ž | πŸ’˜ | ✨

⭐ | 🌟 | πŸ’« | πŸ’₯ | πŸ’’ | ❗ | ❓ | ❕ | ❔ | πŸ’€ | πŸ’¨ | πŸ’¦ | 🎢 | 🎡 | πŸ”₯ | πŸ’© | πŸ’© | πŸ’© | πŸ‘ | πŸ‘

@merrua
merrua / Linux
Last active January 2, 2017 13:02
# handy
$ lsof -wni tcp:4000
$ kill -9 PID
# Linux commands
main
man, man -k
q
ver - returns the version
systeminfo - returns lots of useful information (including service pack)
wmic - built in tool for windows management. exit to leave
netsh /? - network configuration
fd - file comparison (diff for windows)
tracert -h 90 bad.horse
## System Variables
@merrua
merrua / gist:718a905a31b241a16ae1
Created January 19, 2016 09:14
Test Gist Description
https://help.github.com/articles/about-gists/
https://help.github.com/articles/forking-and-cloning-gists/