Skip to content

Instantly share code, notes, and snippets.

View gkfirst8's full-sized avatar

gkfirst8

  • First8
  • Nijmegen - The Netherlands
View GitHub Profile
@gkfirst8
gkfirst8 / all_email_provider_domains.txt
Created May 24, 2022 12:57 — forked from ammarshah/all_email_provider_domains.txt
A list of all email provider domains (free, paid, blacklist etc). Some of these are probably not around anymore. I've combined a dozen lists from around the web. Current "major providers" should all be in here as of the date this is created.
0-mail.com
007addict.com
020.co.uk
027168.com
0815.ru
0815.su
0clickemail.com
0sg.net
0wnd.net
0wnd.org
@gkfirst8
gkfirst8 / gist:cccd66b2f8b35f9cf2cc48dcd8420876
Last active February 13, 2020 10:16 — forked from matthewmccullough/gist:988077
Visualize Git Orphans via gitk and log
# Put this in your .gitconfig file under the alias section
orphank = !gitk --all `git reflog --format=format:%h`&
# Then run it by typing 'git orphank' on the command line.
# A text version of the same is
orphanl = !git --pretty=oneline --abbrev-commit --graph --decorate `git reflog --format=format:%h`