Skip to content

Instantly share code, notes, and snippets.

% collect --list peanuts
Peanuts Peanuts GoComics enabled 2016-10-27 07:55:08
% collect --disable peanuts
% collect --list peanuts
Peanuts Peanuts GoComics disabled 2016-10-27 07:55:08
% collect --enable peanuts
% collect --list peanuts
Peanuts Peanuts GoComics enabled 2016-10-27 07:55:08
@sciurius
sciurius / keybase.md
Last active August 29, 2015 14:02
KeyBase proof.

Keybase proof

I hereby claim:

  • I am sciurius on github.
  • I am sciurius (https://keybase.io/sciurius) on keybase.
  • I have a public key whose fingerprint is 60B5 6330 872C FD47 B337 0B34 0E62 6BAD 1298 C2B4

To claim this, I am signing this object:

@sciurius
sciurius / mvc.pl
Last active November 9, 2017 13:35
wxPerl program showing MVC design pattern
#!/usr/bin/perl
use strict;
use warnings;
# An example of trivial wxPerl application using a
# Model-View-Controller architecture.
# Copyright 2014 Johan Vromans. All rights reserved.
# License: Artistic.
@sciurius
sciurius / btsync-keygen
Created May 2, 2014 13:40
Perl script to generate secrets and config data for BTsync
#!/usr/bin/perl -w
# Key generation for BTsync.
# Author : Johan Vromans
# Created On : Sun Apr 27 20:31:57 2014
# Last Modified By: Johan Vromans
# Last Modified On: Fri May 2 15:37:24 2014
# Update Count : 47
# Status : Unknown, Use with caution!