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
var s1 = document.Text; | |
s1 = s1.replace(/,/g, ""); | |
s1 = s1.replace(/ /g, " "); | |
s1 = s1.replace(/\d*×\d*=/g, ""); | |
s1 = s1.replace(/(.*)\n+(プラス)*(\d*)円 (\d*|\d*\.\d)kcal\n\d*/g, "$1,$3,$4"); | |
s1 = s1.replace(/第.位 *(.*) *(プラス)*(\d*)円 *(\d*|\d*\.\d)kcal/g, "$1,$3,$4"); | |
s1 = s1.replace(/ *コスパポイント *\d* */g, ""); | |
s1 = s1.replace(/ ,/g, ","); | |
s1 = s1.replace(/\n+/g, "\n"); | |
document.Text = s1; |
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
#include "mbed.h" | |
LocalFileSystem local("local"); | |
AnalogOut speaker(p18); | |
//Serial pc(USBTX, USBRX); | |
int main() { | |
FILE *fp; | |
int c; |
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
ハトヤ!ハトヤ!ハトヤ!ハトヤぅぅうううわぁああああああああああああああああああああああん!!! | |
あぁああああ…ああ…あっあっー!あぁああああああ!!!ハトヤハトヤハトヤぅううぁわぁああああ!!! | |
あぁクンカクンカ!クンカクンカ!スーハースーハー!スーハースーハー!いい匂いだなぁ…くんくん | |
んはぁっ!ハトヤ・大漁苑たんの三段逆スライド方式をクンカクンカしたいお!クンカクンカ!あぁあ!! | |
間違えた!モフモフしたいお!モフモフ!モフモフ!魚魚モフモフ!カリカリモフモフ…きゅんきゅんきゅい!! | |
海底温泉のハトヤたんかわいかったよぅ!!あぁぁああ…あああ…あっあぁああああ!!ふぁぁあああんんっ!! | |
ホテルサンハトヤも開業して良かったねハトヤたん!あぁあああああ!かわいい!ハトヤたん!かわいい!あっああぁああ! | |
ハトヤ消防隊も登場して嬉し…いやぁああああああ!!!にゃああああああああん!!ぎゃああああああああ!! | |
ぐあああああああああああ!!!釣れば釣るほど安くなるなんて現実じゃない!!!!あ…前も後もよく考えたら… | |
ハ ト ヤ ち ゃ ん は 現実 じ ゃ な い?にゃあああああああああああああん!!うぁああああああああああ!! |
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
for (t = 0; t < 20; t+4) { | |
処理(); | |
処理(); | |
処理(); | |
処理(); | |
処理(); | |
} | |
/* 20~39回目の演算 */ |
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 -*- | |
Plugin.create :totori_gazou do | |
command(:totori_gazou, | |
name: 'トトリちゃんに睨まれる', | |
condition: lambda{ |opt| true }, | |
visible: true, | |
role: :window) do |opt| | |
baseurl = 'http://24.media.tumblr.com/tumblr_m0oe3hklSP1qipa7fo1_500.jpg' |
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
require 'nokogiri' | |
require_relative 'open-uri-post.rb' | |
require 'cgi' | |
require 'net/http' | |
USERNAME = "username" | |
PASSWORD = "password" | |
$USERAGENT = "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Win64; x64; Trident/6.0)" | |
def GetRequest(uri, _cookies) |
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
// uptime.cpp : コンソール アプリケーションのエントリ ポイントを定義します。 | |
// | |
#include "stdafx.h" | |
int _tmain(int argc, _TCHAR* argv[]) | |
{ | |
unsigned long long time = GetTickCount64(), day, hour, min, sec; | |
day = time / 86400000i64; |
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
http://0matome.com/ | |
http://120.hp2.jp/ | |
http://2ch-c.net/ | |
http://2ch-m.info/ | |
http://2ch-matome.com/ | |
http://2ch-matome.net/ | |
http://2ch-matometter.com/ | |
http://2ch.anything-navi.net/ | |
http://2ch.kijishima.com/ | |
http://2ch.logpo.jp/ |
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
#include <stdio.h> | |
#include<stdlib.h> | |
#include<string.h> | |
/*乗算=mul,割り算=div,足し算=add,引き算=sub,乗除算=mad*/ | |
void mad(char *,int,char *); | |
void absu(char *,int,char *); | |
void main(void) | |
{ | |
char siki[100],p[100],siki2[100],sikia[1000],sikiA[1000],sikiB[1000]; | |
int i,A,B,a,b,X,c,d,e,judb,juda,judaaa,bbb,counta,countb,jud1,jud2,jud,i2,i3,aaa,x,y,xa,y1,yyy,xxx,ii; |
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
Windows Registry Editor Version 5.00 | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\Narrator.exe] | |
"Debugger"="%1" | |