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
| { | |
| "Type" : "Notification", | |
| "MessageId" : "ef5c2bb0-20c3-5c91-9121-790ab6bc643f", | |
| "TopicArn" : "arn:aws:sns:us-west-2:256837399122:inbox-testing-email-receive", | |
| "Subject" : "Amazon SES Email Receipt Notification", | |
| "Message" : "{\"notificationType\":\"Received\",\"mail\":{\"timestamp\":\"2017-12-25T06:01:34.616Z\",\"source\":\"bb@onion.co.jp\",\"messageId\":\"i8mnqrns86hetapu75pnndf9emachiq38ud0ido1\",\"destination\":[\"hello@test.inbox-testing.com\",\"cc@test.inbox-testing.com\"],\"headersTruncated\":false,\"headers\":[{\"name\":\"Return-Path\",\"value\":\"<bb@onion.co.jp>\"},{\"name\":\"Received\",\"value\":\"from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by inbound-smtp.us-west-2.amazonaws.com with SMTP id i8mnqrns86hetapu75pnndf9emachiq38ud0ido1 for hello@test.inbox-testing.com; Mon, 25 Dec 2017 06:01:34 +0000 (UTC)\"},{\"name\":\"X-SES-Spam-Verdict\",\"value\":\"PASS\"},{\"name\":\"X-SES-Virus-Verdict\",\"value\":\"PASS\"},{\"name\":\"Received-SPF\",\"value\":\"none (spfChe |
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
| https://www.nikkei.com/article/DGXMZO2492232021122017EE9000/ | |
| https://mainichi.jp/articles/20171223/ddp/012/020/016000c | |
| https://mainichi.jp/articles/20171223/ddl/k43/040/290000c | |
| https://mainichi.jp/articles/20171221/ddl/k20/040/097000c | |
| https://mainichi.jp/articles/20171220/ddl/k11/040/093000c | |
| http://www.security-next.com/088739 | |
| http://a-aji.jp/news/info/ | |
| https://www.fujitomi.co.jp/wp-content/uploads/2017/12/b7da8d34f7a72cff3c89497035b1904b.pdf | |
| http://www.security-next.com/088722 | |
| https://mainichi.jp/articles/20171220/ddl/k16/040/296000c |
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
| contentscript.js:1 LGTM Registering listener in contentscript... | |
| contentscript.js:1 ... Done registering contentscript. | |
| application-4b964530df.js:1 Uncaught TypeError: Cannot read property 'bind' of undefined | |
| at t (application-4b964530df.js:1) | |
| at new t (application-4b964530df.js:1) | |
| at d._constructComponentWithoutOwner (application-4b964530df.js:1) | |
| at d._constructComponent (application-4b964530df.js:1) | |
| at d.mountComponent (application-4b964530df.js:1) | |
| at Object.mountComponent (application-4b964530df.js:1) | |
| at Object.updateChildren (application-4b964530df.js:1) |
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 | |
| require 'date' | |
| project_name = "tbkbm" | |
| date = Date.today | |
| page_title = "#{date.year}-#{date.month.to_i}-#{date.day}" | |
| body = <<"EOS" | |
| ##{date.year}年#{date.month.to_i}月 #daily |
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 Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
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
| Math.sin(a / 180 * Math.PI); // 計算機への指示 | |
| baba.パスタを茹でる() // 人間への指示 |
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
| // 料理レシピの一部を擬似コードで表す | |
| if 鍋の水が沸騰している? == true | |
| パスタを鍋に投入する() | |
| else | |
| 待つ() | |
| // コンビニ店員の挙動を擬似コードで表す | |
| if レジに人が並んでいる? == true | |
| 2番レジを開ける() | |
| else | |
| 品出しをする() |
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
| pow(24, 10); // 計算機への指示 | |
| パン買ってこい(); // 人間への指示 |
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
| yield baba.パン買ってこい() | |
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
| % \documentclass[a4j,twoside,openright,11pt]{jreport} % 両面印刷の場合。余白を綴じ側に作って右起こし。 | |
| \documentclass[a4j,11pt]{jreport} % 片面印刷の場合。 |
NewerOlder