Skip to content

Instantly share code, notes, and snippets.

@reiji1020
reiji1020 / Form.js
Created August 23, 2020 02:57
Netlify Sample 2
<div className={classes.paper}>
<h2 id="transition-modal-title">メッセージを送る</h2>
<form method="post">
<input type="hidden" name="form-name" value="message" />
<div style={{ display: 'none' }}>
<input name="bot-field" />
</div>
<TextField
id="message"
label="Message"
@reiji1020
reiji1020 / index.html
Last active August 23, 2020 02:45
Netlify Sample 1
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Web site created using create-react-app" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
#include <iostream>
#include <opencv2/opencv.hpp>
#include <opencv2/opencv_lib.hpp>
#include <opencv2/highgui/highgui.hpp>
using namespace cv;
using namespace std;
int main(void)
{ "contents":[{"userID":"@reiji1020","screenName":"れいじ","thumbnail":"https://pbs.twimg.com/profile_images/571897017077485568/QYuQFk13_400x400.jpeg","location":"立川駅","longitude":"35.697914","latitude":"139.413741","tweet":"立川駅雨やばない?足ビショビショ!","img":"https://ja.wikipedia.org/wiki/%E3%83%95%E3%82%A1%E3%82%A4%E3%83%AB:Tachikawa_north.jpg#/media/File:Tachikawa_north.jpg","news":"https://news.yahoo.co.jp/search/;_ylt=A2RCA5RgoXJZKSoArBx4XvB7;_ylu=X3oDMTBiaGxjcmduBHZ0aWQDanBjMDAy?p=立川駅+&aq=-1&oq=&ei=UTF-8"},{"userID":"@azarashi1021","screenName":"あざら氏","thumbnail":"https://pbs.twimg.com/profile_images/566796275278815233/ehSt5n52_400x400.jpeg","location":"長崎駅","longitude":"32.752376","latitude":"129.870812","tweet":"長崎駅水没なう","img":"https://ja.wikipedia.org/wiki/%E3%83%95%E3%82%A1%E3%82%A4%E3%83%AB:Tachikawa_north.jpg#/media/File:Tachikawa_north.jpg","news":"https://news.yahoo.co.jp/search/;_ylt=A2RCL65joXJZDR4AaAwPk.d7;_ylu=X3oDMTBiaGxjcmduBHZ0aWQDanBjMDAy?p=長崎駅&aq=-1&oq=&ei=UTF-8"},]}
<root type="array">
<item type="object">
<userID type="string">@reiji1020</userID>
<screenName type="string">れいじ</screenName>
<thumbnail type="string">https://pbs.twimg.com/profile_images/571897017077485568/QYuQFk13_400x400.jpeg</thumbnail>
<location type="string">立川駅</location>
<longitude type="string">139.413741</longitude>
<latitude type="string">35.697914</latitude>
<tweet type="string">立川駅雨やばない?足ビショビショ!</tweet>
<img type="string">https://ja.wikipedia.org/wiki/%E3%83%95%E3%82%A1%E3%82%A4%E3%83%AB:Tachikawa_north.jpg#/media/File:Tachikawa_north.jpg</img>
<root type="object">
<userID type="string">@reiji1020</userID>
<screenName type="string">れいじ</screenName>
<thumbnail type="string">https://pbs.twimg.com/profile_images/571897017077485568/QYuQFk13_400x400.jpeg</thumbnail>
<location type="string">立川駅</location>
<longitude type="string">139.413741</longitude>
<latitude type="string">35.697914</latitude>
<tweet type="string">立川駅雨やばない?足ビショビショ!</tweet>
<img type="string">https://ja.wikipedia.org/wiki/%E3%83%95%E3%82%A1%E3%82%A4%E3%83%AB:Tachikawa_north.jpg#/media/File:Tachikawa_north.jpg</img>
<news type="string">https://news.yahoo.co.jp/search/;_ylt=A2RCA5RgoXJZKSoArBx4XvB7;_ylu=X3oDMTBiaGxjcmduBHZ0aWQDanBjMDAy?p=立川駅+&amp;aq=-1&amp;oq=&amp;ei=UTF-8</news>
{"userID":"@reiji1020","screenName":"れいじ","thumbnail":"https://pbs.twimg.com/profile_images/571897017077485568/QYuQFk13_400x400.jpeg","location":"立川駅","longitude":"139.413741","latitude":"35.697914","tweet":"立川駅雨やばない?足ビショビショ!","img":"https://ja.wikipedia.org/wiki/%E3%83%95%E3%82%A1%E3%82%A4%E3%83%AB:Tachikawa_north.jpg#/media/File:Tachikawa_north.jpg","news":"https://news.yahoo.co.jp/search/;_ylt=A2RCA5RgoXJZKSoArBx4XvB7;_ylu=X3oDMTBiaGxjcmduBHZ0aWQDanBjMDAy?p=立川駅+&aq=-1&oq=&ei=UTF-8"}
{
"contents":[
{
"userID":"@reiji1020",
"screenName":"れいじ",
"thumbnail":"https://pbs.twimg.com/profile_images/571897017077485568/QYuQFk13_400x400.jpeg",
"location":"立川駅",
"longitude":"35.697914",
"latitude":"139.413741",
"tweet":"立川駅雨やばない?足ビショビショ!",
#include <iostream>
#include <windows.h>
#include <shellapi.h>
#include <opencv2/opencv.hpp>
#include <opencv2/opencv_lib.hpp>
#include <opencv2/highgui/highgui.hpp>
#pragma comment(lib, "shell32.lib")
#include <iostream>
#include <opencv2/opencv.hpp>
#include <opencv2/opencv_lib.hpp>
#include <opencv2/highgui/highgui.hpp>
using namespace cv;
using namespace std;
int main(void) {