This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.fb_access_token | |
.fbconsole.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/perl | |
# TWITTER_USERNAME=xxx TWITTER_PASSWORD=xxx plackup -s Twiggy twitter_displayer.pl | |
use AnyEvent::Twitter::Stream; | |
use Markapl; | |
use autobox::Core; | |
use autobox::Encode; | |
use feature qw(state); | |
my $buf = []; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/perl | |
# Ported http://dacp.jsharkey.org/ to Perl | |
use strict; | |
use AnyEvent; | |
use AnyEvent::Socket; | |
use AnyEvent::HTTP; | |
use Net::Rendezvous::Publish; | |
use Net::DAAP::DMAP qw(:all); | |
my $port = 10020; |