Skip to content

Instantly share code, notes, and snippets.

View aoxborrow's full-sized avatar

Aaron Oxborrow aoxborrow

View GitHub Profile
@aoxborrow
aoxborrow / avatars.md
Last active December 15, 2023 11:49
Avatars

Some avatars for HNS.ID

bro-avatar

dapp-avatar bro-avatar

@aoxborrow
aoxborrow / hsd-alexa-top-100k-no-custom.csv
Created June 21, 2023 19:41
Alexa Top 100K Names (no "custom" or ICANN tlds)
We can't make this file beautiful and searchable because it's too large.
Handshake TLD,Legacy Domain
facebook,facebook.com
wikipedia,wikipedia.org
reddit,reddit.com
qq,qq.com
amazon,amazon.com
instagram,instagram.com
twitter,twitter.com
vk,vk.com
jd,jd.com
@aoxborrow
aoxborrow / keybase.md
Created March 11, 2018 03:13
keybase.md

Keybase proof

I hereby claim:

  • I am paste on github.
  • I am aoxborrow (https://keybase.io/aoxborrow) on keybase.
  • I have a public key ASDHSNf2f4WXjP2g9E8UtxrN20XJP2By-0d2y8W4_I60ugo

To claim this, I am signing this object:

@aoxborrow
aoxborrow / makeapp.sh
Created September 12, 2012 23:17 — forked from demonbane/makeapp.sh
Create a Fluid-style app launcher for single-window Chrome instances on OSX
#!/bin/sh
echo "What should the Application be called (no spaces allowed e.g. GCal)?"
read inputline
name=$inputline
echo "What is the url (e.g. https://www.google.com/calendar/render)?"
read inputline
url=$inputline