memo.xight.org

01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

2006-11-25 Sat

iTunesのiScrobbler で "failed to handshake with server"

- Summary
queueは溜まったままで良い,とのこと.

- Reference
insidea - 2006-05-01 - Failed to handshake with server
http://www.insidea.org/weblog/217/failed-to-handshake-with-server

audiofan.net - 2005-02-09 - Last.FMで無料のパーソナルラジオを楽しむ
http://audiofan.net/archives/2005/02/lastfm.html

カテゴリ: [last.fm]

PHPUnit 3.0

- Reference
Sooey - 2006-11-20 - PHPUnit 3.0リリース
http://www.sooey.com/journal/2006/11/20/633/

PHPUnit ポケットガイド
http://www.phpunit.de/pocket_guide/3.0/ja/

- via
オレンジニュース - 2006-11-21
http://secure.ddo.jp/~kaku/tdiary/20061121.html#p02

カテゴリ: [PHP]

Net::SSL::ExpireDate + Test::Base で証明書の期限切れをチェック

- Summary
Net::SSL::ExpireDateTest::Baseを用いて,SSL証明書の期限切れをチェック.

#!/usr/bin/env perl
# -*- mode: cperl; -*-
use Test::Base;
use Net::SSL::ExpireDate;
use Regexp::Common qw(net);
 
my $Check_Duration;
# $Check_Duration = '15 years';
 
plan tests => 1 * blocks;
 
run {
    my $block = shift;
    my $ed = Net::SSL::ExpireDate->new( build_arg($block->name) );
    is($ed->is_expired($Check_Duration) && $ed->expire_date->iso8601,
        undef,
        $block->name);
};
 
sub build_arg {
    my ($v) = @_;
    if ($v =~ m{^(file)://(.+)}) {
        return $1 => $2;
    } elsif ($v =~ m{^(https)://([^/]+)}) {
        return $1 => $2;
    } elsif ($v =~ m{^$RE{net}{domain}{-nospace}{-keep}$}) {
        return 'https' => $1;
    } elsif (-r $v) {
        return 'file' => $v;
    } else {
        croak "$v: assume file. but cannot read.";
    }
}
 
__END__
=== rt.cpan.org
=== www.google.com


- Reference
(ひ)メモ - Net::SSL::ExpireDate + Test::Base で証明書の期限切れをチェック
http://d.hatena.ne.jp/hirose31/20061121/1164042331

- via
オレンジニュース - 2006-11-21
http://secure.ddo.jp/~kaku/tdiary/20061121.html#p10

カテゴリ: [Perl]

日本文化センターのCM 地方別比較



- via
スピードネーター: 日光テレフォンショッピング 「大草原」
http://ne-ta.com/2006/11/20061121162517.html

カテゴリ: [Memo]

Ultimate Baseball Online (UBO) 2006 - FPSの野球

- Reference
Ultimate Baseball Online
http://www.ultimatebaseballonline.com/

UBOで野球三昧メイン
http://www.geocities.jp/ubozanmai/top01.htm

- via
憩いの場 - 2006-11-08 - Ultimate Baseball Online (UBO) 2006
http://fun.poosan.net/sawa/index.php?UID=1162917372

カテゴリ: [Game]

ファミスタオンライン

- Reference
ハンゲーム - ファミスタオンライン
http://fmst.hangame.co.jp/gt/

ハンゲーム - ファミスタオンライン
http://fmst.hangame.co.jp/st/

- via
憩いの場 - 2006-11-21 - ファミスタオンライン
http://fun.poosan.net/sawa/index.php?UID=1164041441

読書記録ChangeLog - 2006-11-22 - ファミスタオンライン
http://dkiroku.com/2006-11-22-2.html

カテゴリ: [Game]
2006-11 / 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

Color Reference

ChangeLogを検索
携帯電話からアクセス!

カテゴリ

最近の話題

リンク

過去ログ

Google

QR Code

Since
2002-11-28
Update
2008-02-20 21:23
Copyright © 2005 xight.org All Rights Reserved.