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
# yuni 님이 작성하신 mac itunes 용 mp3 encoder | |
#!/opt/local/bin/perl5.10 | |
use warnings; | |
use strict; | |
use MP3::Tag; | |
use Data::Dumper; | |
use Encode qw/encode decode/; | |
binmode STDOUT, ":utf8"; |
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 | |
#=============================================================================== | |
# | |
# FILE: recommendations.pl | |
# | |
# USAGE: ./recommendations.pl | |
# | |
# DESCRIPTION: | |
# | |
# OPTIONS: --- |
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
autocmd LocationChange .* js modes.passAllKeys = /google\.com/.test(buffer.URL) |
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
colorscheme torte | |
set lines=60 | |
set columns=80 | |
set guifont=Monaco:h18 | |
set guioptions=egrLt |
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 utf8; | |
use 5.010; | |
use strict; | |
use warnings; | |
use File::Basename; | |
use File::Which qw(which); |
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 | |
#=============================================================================== | |
# | |
# FILE: perlhist.pl | |
# | |
# USAGE: ./perlhist.pl | |
# | |
# DESCRIPTION: | |
# | |
# OPTIONS: --- |
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; | |
use CGI qw(:standard); | |
use CGI::Carp qw(fatalsToBrowser); | |
use SVG::TT::Graph::Line; | |
# Field names for the x-axis |
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
diff --git a/lib/Gitalist/Controller/Fragment/Ref.pm b/lib/Gitalist/Controller/Fragment/Ref.pm | |
index 718d195..1e3503e 100644 | |
--- a/lib/Gitalist/Controller/Fragment/Ref.pm | |
+++ b/lib/Gitalist/Controller/Fragment/Ref.pm | |
@@ -10,6 +10,7 @@ with qw/ | |
use File::Type::WebImages (); | |
use JSON::XS qw(encode_json); | |
+use Encode qw(decode_utf8); | |
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 5.010; | |
use utf8; | |
use strict; | |
use warnings; | |
use autodie; | |
use Getopt::Long::Descriptive; | |
use URI; |
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 | |
# Thanks to @JEEN_LEE! | |
use strict; | |
use warnings; | |
use 5.010; | |
use utf8; | |
binmode STDOUT, ':encoding(utf8)'; |
OlderNewer