@toku51n様のfoobarをフォークしていろいろ遊んでみた時の記録。
もう一つ、結果を文字列に埋め込んだ奴があるけどリンクコピーミスで分からん。 ideoneでフォーク結果一覧ってどうやったら見れるの?と言うか見れなくね?
| echo "test" > .\out.txt | |
| $text=Get-Content .\out.txt | |
| $text=$text.Replace("te","fa") | |
| Write-Output $text | Out-File out2.txt |
| // 現時点でバグってるっぽい。要修正。 | |
| (async ()=>{let ps=document.querySelectorAll(".pleasure-button");for(let i=0;i<ps.length;i++){for(let j=0;j<100;j++){ps[i].click();await (msec => new Promise(resolve => setTimeout(resolve, msec)))(10);}}}).call(); |
| //コミック (BL/TLも含む?) | |
| //https://book.dmm.com/list/free/comic/?floor=Gcomic&article=category&price_max=0&sale=discount&sort=date | |
| //文芸 | |
| //https://book.dmm.com/list/free/novel/?floor=Gnovel&price_max=0&sale=discount&sort=date | |
| //ビジネス・実用 | |
| //https://book.dmm.com/list/free/otherbooks/?floor=Gotherbooks&price_max=0&sale=discount&sort=date | |
| //女性コミック | |
| //https://book.dmm.com/list/free/comic/?floor=Gcomicf&price_max=0&sale=discount&sort=date | |
| //写真集 | |
| //https://book.dmm.com/list/free/photo/?floor=Gphoto&price_max=0&sale=discount&sort=date |
@toku51n様のfoobarをフォークしていろいろ遊んでみた時の記録。
もう一つ、結果を文字列に埋め込んだ奴があるけどリンクコピーミスで分からん。 ideoneでフォーク結果一覧ってどうやったら見れるの?と言うか見れなくね?
| for(my $k=0;$k<=999999;$k++){ | |
| if($k=~ /1/ && $k=~ /2/ && $k=~ /3/ && $k=~ /4/ && $k=~ /5/ && $k=~ /6/){ | |
| for(my $j=1;$j<=6;$j++){ | |
| my $i=$k; | |
| $i=~ s/$j//g; | |
| $i=~ s/2/\+/g; | |
| $i=~ s/5/\-/g; | |
| # print "$i\n"; | |
| $i=~ s/1/Uj9mMJFCSC/g; | |
| $i=~ s/\+/V9dBqvgbHj/g; |
| require 'zlib' | |
| def file_write(fn,data) | |
| g = open(fn, "w") | |
| g.puts(data) | |
| g.close | |
| end | |
| open(ARGV[0],"rb") do |f| |
| $MAXNUM=100; | |
| $SINGLEFILENUM=1000; | |
| open(FILE, "> out/start.xhtml"); | |
| print FILE GetHtmlHead(); | |
| print FILE "<p><a href=\"".GetRLink(0)."\">START</a></p>"; | |
| print FILE GetHtmlTail(); | |
| my $currentFile=GetRFile(-$MAXNUM+1); |
| use encoding "cp932"; | |
| while(my $item=<STDIN>){ | |
| if($item=~ /(<dfn>(.+?)<\/dfn>)/){ | |
| my $dfn=$1; | |
| my $txt=$2; | |
| my $res=getKeys($txt); | |
| $item=~ s/\Q$dfn\E/$dfn$res/g; | |
| } | |
| print $item; |