Skip to content

Instantly share code, notes, and snippets.

@scottidler
scottidler / keybase.md
Created July 13, 2019 19:26
keybase.md

Keybase proof

I hereby claim:

  • I am scottidler on github.
  • I am escote (https://keybase.io/escote) on keybase.
  • I have a public key ASCGqeleozIAshWIa6hgHJt_omqYRl3Y5KH-ONENU7WBHwo

To claim this, I am signing this object:

#it complains about this method
def is_tagged(self, *tags):
if self.is_pair():
if self.car.is_symbol():
if self.cdr.is_pair():
if tags and self.car not in tags:
return False
ret
@scottidler
scottidler / cloud-config.yaml
Created January 31, 2016 10:33
coreos: cloud-config.yaml
#cloud-config
hostname: das-core
users:
- name: core
passwd: redacted...
# include one or more SSH public keys
ssh_authorized_keys:
- ssh-rsa redacted...