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 | |
=pod | |
=head1 NAME | |
plack-middleware-serverstatus-lite - Munin plugin for Plack::Middleware::ServerStatus::Lite | |
=head1 INSTALL |
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/env perl | |
use strict; | |
use warnings; | |
use URI; | |
use URI::Escape; | |
use Digest::SHA qw(hmac_sha256_base64); | |
use LWP::UserAgent; | |
use XML::LibXML; |
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
@prefix bibo: <http://purl.org/ontology/bibo/> . | |
@prefix daia: <http://purl.org/ontology/daia/> . | |
@prefix dbo: <http://dbpedia.org/ontology/> . | |
@prefix dcterms: <http://purl.org/dc/terms/> . | |
@prefix frbr: <http://purl.org/vocab/frbr/core#> . | |
@prefix owl: <http://www.w3.org/2002/07/owl#> . | |
@prefix sobr: <http://example.org/sobr/> . # NO URI NAMESPACE YET | |
# Emma Goldman's biography | |
<http://www.librarything.com/work/70394> |
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 | |
=head1 NAME | |
viaflookup.pl - How to make use of VIAF authority records | |
=head1 VERSION | |
Version 0.2 - 2011-02-18 |
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
import tweepy, simplejson, urllib, os,datetime,re | |
#---------------------------------------------------------------- | |
def getBitlyKey(): | |
bu='USER' | |
bkey='KEY' | |
return bu,bkey | |
def getTwapperkeeperKey(): | |
key='KEY' |
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 | |
use strict; | |
use warnings; | |
=head1 NAME | |
Code4LibBib - extract Code4lib Journal Bibliography | |
=head1 DESCRIPTION |