I hereby claim:
- I am maffc on github.
- I am maff (https://keybase.io/maff) on keybase.
- I have a public key whose fingerprint is 174B D339 05B9 BDF0 E392 C0DB 7B8A 457D 282B 7CB6
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
ssh-keyscan -t dsa,rsa,ecdsa hostname 2>/dev/null|perl -MMIME::Base64 -MDigest::SHA=sha1_hex,sha256_hex -lane 'sub k2fp {my $k=shift;$k=decode_base64($k);return (sha1_hex($k),sha256_hex($k));};my ($h,$t,$f)=@F;$t=1 if $t eq "ssh-dss";$t=2 if $t eq "ssh-rsa";$t=3 if $t eq "ecdsa-sha2-nistp256";my ($s1,$s256)=k2fp $f;print "$h. 86400 IN SSHFP $t 1 $s1";print "$h. 86400 IN SSHFP $t 2 $s256";' |
POE::Session->create( inline_states => { _start => sub { | |
foreach my $monitor (keys $Conf->{monitor}) { | |
$_[HEAP]->{$monitor} = POE::Component::DirWatch->new( | |
alias => $monitor, | |
directory => $Conf->{monitor}->{$monitor}->{dir}, | |
filter => sub { filter($monitor,$_);}, | |
file_callback => sub { trigger($monitor,$_);}, | |
interval => $Conf->{monitor}->{$monitor}->{poll}, | |
); | |
} |
class Ayudantelobo < Formula | |
homepage "https://github.com/MaffC/ayudante-lobo" | |
url "https://github.com/MaffC/ayudante-lobo/archive/v0.9.4.tar.gz" | |
sha256 "06fc0b51789862a50bec02791aba1d007dcbb87c78a3d2fe9295fcf910c3db70" | |
head "https://github.com/MaffC/ayudante-lobo.git" | |
depends_on "cpanminus" | |
depends_on "libssh2" | |
# depends_on "Net::SSH2" => :perl | |
# depends_on "POE" => :perl |
I hereby claim:
To claim this, I am signing this object:
#include <Wire.h> | |
#include <I2C_LCD.h> | |
/* | |
* ArduinoNano I2C_LCD | |
* GND <-> GND | |
* 5V <-> 5V | |
* A4 <-> SDA | |
* A5 <-> SCL | |
* By virtue of this being an I2C display, only two pins (aside from power) are needed |
I hereby claim:
To claim this, I am signing this object:
#!/bin/sh | |
IPADDR=`ifconfig eth0 | grep 'inet ' | awk '{print $2}'` | |
IP6ADDR=`ifconfig eth0 | grep 'inet6 ' | awk '{print $2}' | grep -v '^f'` | |
DFROUTE=`route -n | grep '^0.0.0.0' | awk '{print $2}'` | |
DF6ROUTE="fe80::1" | |
IPSUB="27" | |
IP6SUB="64" | |
WORKDIR=`mktemp -d` | |
cd $WORKDIR |