Skip to content

Instantly share code, notes, and snippets.

@ichigotake
ichigotake / p5-Yancha-Plugin-WebPageSample.pm
Last active December 15, 2015 18:39
YanchaプラグインでWEBページを作成するサンプル
=encoding utf8
=head1 NAME
Yancha::Plugin::WebPageSample - WEBページを作成するYanchaプラグインの例
=head1 CONFIG
### add config.pl, and you can access with web browser!
#
@ichigotake
ichigotake / Yancha-Plugin-SalvageDarkHistory.pm
Last active December 15, 2015 20:19
[動かない] 過去の発言をランダムにサルベージするYanchaプラグイン。サーバーをforkするためか、動作が不安定になる。別の実装に切り替えないとダメ
package Yancha::Plugin::SalvageDarkHistory;
use strict;
use warnings;
sub setup {
my ($class, $sys) = @_;$sys->register_hook( 'before_send_post', sub {
my $int = int rand 100; #数字が低いほど高確率
return if $int;
my $pid = fork;
http://www.4shared.com/web/account/settings#overview
https://500px.com/settings
https://9gag.com/member/delete
http://abload.de/settings.php
https://about.me/account
https://learn.adobe.com/wiki/display/wel/Delete+your+account
https://www.airbnb.com/users/settings
http://www.albumreminder.com/usercenter/deleteaccount/
https://www.amazon.com/gp/help/customer/contact-us/ref=cu_cf_email?ie=UTF8&mode=email#a
http://www.animalcrossingcommunity.com/help_main.asp?HelpSectionID=5#Topic201