Skip to content

Instantly share code, notes, and snippets.

@jinglemansweep
jinglemansweep / pet-snippet.toml
Last active March 16, 2017 12:09
description
[[snippets]]
description = "List all files"
command = "ls -al"
version: "2"
services:
openhab:
image: "tdeckers/openhab"
restart: "always"
devices:
- "/dev/ttyUSB0"
ports:
- "5001:8080"

Keybase proof

I hereby claim:

  • I am jinglemansweep on github.
  • I am jinglemansweep (https://keybase.io/jinglemansweep) on keybase.
  • I have a public key whose fingerprint is EA04 C61D 2C44 25ED BD57 1C6F F964 7639 135C 99EE

To claim this, I am signing this object:

### Keybase proof
I hereby claim:
* I am jinglemansweep on github.
* I am jinglemansweep (https://keybase.io/jinglemansweep) on keybase.
* I have a public key whose fingerprint is EA04 C61D 2C44 25ED BD57 1C6F F964 7639 135C 99EE
To claim this, I am signing this object:
@jinglemansweep
jinglemansweep / helper.sh
Created October 29, 2015 11:05
GPG Script
#!/bin/bash
subkey_id="abc123"
gpg -a --export-secret-subkeys ${subkey_id}! > /tmp/subkey.gpg
gpg --homedir /tmp/gpg --import /tmp/subkey.gpg
gpg --homedir /tmp/gpg --edit-key <user-id>
# enter "passwd", change password, enter "save"
@jinglemansweep
jinglemansweep / serverlist
Created November 9, 2011 17:56
Podget Server List
http://downloads.bbc.co.uk/podcasts/fivelive/drkarl/rss.xml Science Dr Karl (Naked Scientist)
http://www.abc.net.au/science/k2/podcast/drk_rss.xml Science Dr Karl (JJJ)
http://feeds.wnyc.org/radiolab Science WNYCs Radiolab
http://www.cbc.ca/podcasting/includes/quirksaio.xml Science Quirks and Quarks
http://www.twis.org/feed/ Science This Week In Science
http://www.theskepticsguide.org/feed/rss.aspx?feed=SGU Science Skeptics Guide To The Universe
http://leoville.tv/podcasts/kiki.xml Science Dr. Kiki's Science Hour
http://www.thenakedscientists.com/naked_scientists_podcast.xml Science The Naked Scientists
http://www.thenakedscientists.com/naked_scientists_enhanced_podcast.xml Science The Naked Scientists (Enhanced)
http://downloads.bbc.co.uk/podcasts/fivelive/pods/rss.xml Technology Outriders
<list xmlns="http://druid.androidguide.co.uk/druid-data"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://druid.androidguide.co.uk/druid-data
http://www.androidguide.co.uk/sites/default/files/druid-data.xsd"
name="AndroidGuide">
<list name="Manufacturers">
<list name="Apple">
<list name="Devices">
<list xmlns="http://druid.androidguide.co.uk/druid-data"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://druid.androidguide.co.uk/druid-data
http://www.androidguide.co.uk/sites/default/files/druid-data.xsd"
name="AndroidGuide">
<list name="Manufacturers">
{% for manufacturer in manufacturers %}
<list name="{{ manufacturer.name }}">
<list name="Devices">
print "HELLO"