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 | |
# | |
# Weblio on CUI | |
# | |
use strict; | |
use warnings; | |
use LWP::UserAgent; | |
use HTML::TreeBuilder; |
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 utf8; | |
use Encode; | |
our $args = decode_utf8($ARGV[0]); | |
foreach my $i (1 .. $#ARGV) { | |
$args = $args . "+" . decode_utf8($ARGV[$i]); | |
} |
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 | |
# | |
# みくったーの最新版があるのかどうかを調べるPerlスクリプト | |
# | |
use strict; | |
use warnings; | |
use LWP::UserAgent; | |
use HTML::TreeBuilder; |
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
[RadioTrayPlugin] | |
name=Website Jumper | |
desc=Open the website of the current radio | |
script=WebsiteJumper.py | |
class=WebsiteJumper | |
author=Seiya IZUMI |
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
# | |
# Tiny quiz script using Perl/Tk | |
# 4quiz.pl | |
# JsZ 2011 10.12 | |
# | |
use strict; | |
use Tk; | |
use Text::CSV::Simple; |
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
TEMPLATE = lib | |
INCLUDEPATH += \ | |
taglib/ \ | |
taglib/ape \ | |
taglib/asf \ | |
taglib/flac \ | |
taglib/mp4 \ | |
taglib/mpc \ | |
taglib/mpeg \ |
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
TEMPLATE = lib | |
INCLUDEPATH += \ | |
taglib/ \ | |
taglib/ape \ | |
taglib/asf \ | |
taglib/flac \ | |
taglib/mp4 \ | |
taglib/mpc \ | |
taglib/mpeg \ |
NewerOlder