Skip to content

Instantly share code, notes, and snippets.

View zerodogg's full-sized avatar

Eskild Hustvedt zerodogg

View GitHub Profile
@zerodogg
zerodogg / TTS-dl.pl
Last active October 17, 2016 14:18 — forked from BoltsJ/TTS-dl.pl
#!/usr/bin/perl
=item Copyright
Copyright 2016 Joseph R. Nosie
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
@zerodogg
zerodogg / seb.py
Created August 1, 2012 20:46 — forked from Schnouki/seb.py
Simple encrypted backup (designed for a bunch of small files, like mails in the Maildir format). More details on http://schnouki.net/2011/02/11/secure-remote-backup-for-my-mail-folder/
#!/usr/bin/env python3
#
# Simple encrypted backup
#
# Copyright 2011 Thomas Jost
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
# Foundation, either version 3 of the License, or (at your option) any later
# version.