This file contains hidden or 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
# Originally written by ono_matope | |
# http://d.hatena.ne.jp/ono_matope/20080713#1215974472 | |
use strict; | |
use warnings; | |
use utf8; | |
use Encode; | |
use Unicode::Japanese; | |
binmode(STDOUT, 'encoding(utf8)'); | |
This file contains hidden or 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
Index: lib/Plagger/Plugin/Filter/FetchEnclosure/Xango.pm | |
=================================================================== | |
--- lib/Plagger/Plugin/Filter/FetchEnclosure/Xango.pm (revision 2044) | |
+++ lib/Plagger/Plugin/Filter/FetchEnclosure/Xango.pm (working copy) | |
@@ -6,7 +6,9 @@ | |
package Plagger::Plugin::Filter::FetchEnclosure::Xango; | |
use strict; | |
use base qw(Plagger::Plugin::Filter::FetchEnclosure); | |
-BEGIN { sub Xango::DEBUG{ 1 } } | |
+BEGIN { |
This file contains hidden or 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
Index: lib/Plagger/Plugin/CustomFeed/FlickrSearch.pm | |
=================================================================== | |
--- lib/Plagger/Plugin/CustomFeed/FlickrSearch.pm (revision 2044) | |
+++ lib/Plagger/Plugin/CustomFeed/FlickrSearch.pm (working copy) | |
@@ -51,7 +51,7 @@ | |
$context->error("$method failed: $search->{error_text}") | |
unless $search->{success}; | |
- my $search_doc = $parser->parse_string($search->{_content}); | |
+ my $search_doc = $parser->parse_string($search->decoded_content); |
This file contains hidden or 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
Index: t/plugins/Filter-FlickrContactPhotos/base.t | |
=================================================================== | |
--- t/plugins/Filter-FlickrContactPhotos/base.t (revision 0) | |
+++ t/plugins/Filter-FlickrContactPhotos/base.t (revision 0) | |
@@ -0,0 +1,28 @@ | |
+use strict; | |
+use t::TestPlagger; | |
+ | |
+test_requires_network; | |
+test_plugin_deps; |
This file contains hidden or 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
http://youtube.com/watch?v=Bkp9bDGDd1w | |
http://youtube.com/watch?v=K2cYWfq--Nw | |
http://youtube.com/watch?v=bl6RJyZdBSU | |
http://youtube.com/watch?v=Sr2JneittqQ |
This file contains hidden or 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
use strict; | |
use warnings; | |
use Class::Sniff; | |
sub package_of { | |
my ($path) = @_; | |
if ($path !~ m|/?lib/(.*)\.pm$|) { | |
die; | |
} |
This file contains hidden or 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
diff -r 6bcf92a80b12 Bookmark.js | |
--- a/Bookmark.js Sat Mar 21 12:41:15 2009 +0900 | |
+++ b/Bookmark.js Sat Mar 21 12:44:30 2009 +0900 | |
@@ -5726,8 +5726,8 @@ | |
return; | |
} | |
- //Hatena.Star.Button._getImgSrc = Hatena.Star.Button.getImgSrc; | |
- //Hatena.Star.Button.getImgSrc = function(c) { return c.ImgSrc }; | |
+ Hatena.Star.Button._getImgSrc = Hatena.Star.Button.getImgSrc; |
This file contains hidden or 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
ryocotan http://d.hatena.ne.jp/ryocotan/ | |
youpy http://github.com/youpy | |
swdyh http://d.hatena.ne.jp/swdyh/ | |
omo http://steps.dodgson.org/ | |
ucnv http://github.com/ucnv | |
koyachi http://d.hatena.ne.jp/koyachi/ | |
kzys http://blog.8-p.info/ |
This file contains hidden or 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 Getopt::Long qw(HelpMessage VersionMessage); | |
use Term::ANSIColor qw(colored); | |
our $VERSION = '0.01'; | |
$VERSION = eval $VERSION; | |
my %color_map = ( |
OlderNewer