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 utf8; | |
| use WWW::Mechanize; | |
| use Web::Scraper; | |
| use Path::Class; | |
| use Data::Dumper; | |
| use Devel::KYTProf; |
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 ruby | |
| # -*- coding: utf-8 -*- | |
| require "rubygems" | |
| require "twitter" | |
| require "timeout" | |
| class Twitter < Default | |
| def process(uri) |
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
| from flask import Flask, request, render_template | |
| app = Flask(__name__) | |
| @app.route('/') | |
| def index(): | |
| return 'Index Page' | |
| @app.route('/hello') | |
| def hello(): | |
| return "Hello World!" |
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
| # -*- coding: utf-8 -*- | |
| $LOAD_PATH << "lib" | |
| require 'rubygems' | |
| require 'twitter' | |
| require 'logger' | |
| require 'oauth' | |
| require 'yaml' | |
| require 'singleton' |
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
| === dependancy | |
| --- result eval | |
| 0 | |
| --- param yaml | |
| ab: 1 | |
| aa: 1 | |
| bb: 1 | |
| --- config yaml | |
| lang : ja | |
| rules: |
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 utf8; | |
| use AnyEvent; | |
| use Plack::Builder; | |
| use IO::Handle::Util qw(io_from_getline); | |
| my $hanlder = sub { | |
| my $env = shift; |
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 utf8; | |
| use AnyEvent; | |
| use Plack::Request; | |
| use Plack::Builder; | |
| use IO::Handle::Util qw(io_from_getline); | |
| use Encode; |
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
| sub resize { | |
| my ( $self, $key, $info ) = @_; | |
| my ( $x, $y ) = ( $info->{x}, $info->{y} ); | |
| my $img = Imager->new(); | |
| unless ( $img->read( file => $self->request->uploads->{$key}->tempname ) ) { | |
| $self->log->fatal($img->errstr); | |
| return; | |
| } |
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
| my $public_key = <<__END_OF_PUBLIC__; | |
| -----BEGIN PUBLIC KEY----- | |
| MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDASPndWVBy/VYe99aVM/5PWVdS | |
| D3Vb5uAlK4cAPz091V/1SOeL3YSRuOposPMDjf5TlQuUr/TmNE6cbAUFV0hLFQuB | |
| 69KmJN+Bt8JwptFbuFetNKaMVESntg69+VPeuvuqo2+Ob7dcTXnvNxTfdJcwga9f | |
| W5Af9jh82kQTWmZf5QIDAQAB | |
| -----END PUBLIC KEY----- | |
| __END_OF_PUBLIC__ | |
| my $verifier = OAuth::Lite::SignatureMethod::RSA_SHA1->new( |
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
| package MT::Plugin::TextLivedoorWiki; | |
| use strict; | |
| use warnings; | |
| use utf8; | |
| my $VERSION = "0.01"; | |
| use MT; | |
| MT->add_text_filter( |