nipotan method RSSフィード

2009-06-05

Mysql::Query::Parser  Mysql::Query::Parser - nipotan method を含むブックマーク はてなブックマーク -  Mysql::Query::Parser - nipotan method  Mysql::Query::Parser - nipotan method のブックマークコメント

The CPAN Search Site - search.cpan.org

use warnings;
use strict;
use Mysql::Query::Parser;
use Data::Dumper;

my $query = Mysql::Query::Parser->new;
my $sql = q|SELECT album FROM song_list WHERE artist = 'AEROSMITH'|;
my $result = $query->analyze_query($sql);
warn Dumper $result;
$VAR1 = {
          'info' => {
                      'table' => [
                                   'song_list '
                                 ],
                      'where' => {
                                   'where' => [
                                                {
                                                  'mark' => '=',
                                                  'value' => '\'AEROSMITH\'',
                                                  'key' => 'artist'
                                                }
                                              ]
                                 }
                    },
          'columns' => 'album'
        };

ふむ

use warnings;
use strict;
use Mysql::Query::Parser;
use Data::Dumper;

my $query = Mysql::Query::Parser->new;
my $sql = q|SELECT album FROM song_list WHERE title = 'Theme from Spiderman'|;
my $result = $query->analyze_query($sql);
warn Dumper $result;
$VAR1 = {
          'info' => {
                      'table' => [
                                   'Spiderman\''
                                 ]
                    },
          'columns' => 'album FROM song_list WHERE title = \'Theme'
        };

ふむむ

2008-03-25

あたらしい呼びかたが決まりました。  あたらしい呼びかたが決まりました。 - nipotan method を含むブックマーク はてなブックマーク -  あたらしい呼びかたが決まりました。 - nipotan method  あたらしい呼びかたが決まりました。 - nipotan method のブックマークコメント

勃起集団

2008-03-02

java-ja がひどすぎる腱  java-ja がひどすぎる腱 - nipotan method を含むブックマーク はてなブックマーク -  java-ja がひどすぎる腱 - nipotan method  java-ja がひどすぎる腱 - nipotan method のブックマークコメント

乱入して全員のアキレス腱を破壊する

2008-02-04

recipe  recipe - nipotan method を含むブックマーク はてなブックマーク -  recipe - nipotan method  recipe - nipotan method のブックマークコメント

plugins:
  - module: Filter::Rule
    rule:
      - expression: $args->{entry}->{link} !~ /owner_id=xxxxxx/

こういうことか。

2008-01-28

SoozyConference #4 が終って  SoozyConference #4 が終って - nipotan method を含むブックマーク はてなブックマーク -  SoozyConference #4 が終って - nipotan method  SoozyConference #4 が終って - nipotan method のブックマークコメント

SoozyConference4 - Soozy.org

■ 参加資格

TKSK, Yappo, kazeburo, tokuhirom, ingy, Jobs, kan, otsune, amachang のうち誰かとワンホップでつながっていて、誰かが身元を保証できる人。または amachang に恐いといわれたことがある人。あるいは自分は一流のエンジニアだと胸をはっていえる人。

またはSledgeもしくはMofedgeを利用した実務経験のある方。または Encode-JP-Mobile のコミッタの方。

または手島屋社員ではない方。

手品がプロ級の方。もしくは未踏(ユース)経験者。

この参加資格には、実はひどいバグがあって、事実上


「手島屋社員ではない方」


のたったひとことで済んでしまう。

つまり手島屋という会社の社員ではない限り、ほぼ無条件に参加出来たということだ。


ちなみに、恐らく意図したところは手島屋ではなく、手嶋屋だと思われる。

なので、手嶋屋の社員も実質 OK である。