Skip to content

Instantly share code, notes, and snippets.

View shooontan's full-sized avatar

Shota Miyoshi shooontan

  • Tokyo
View GitHub Profile
@shooontan
shooontan / opencv.js
Last active April 30, 2020 13:09
OpenCV.js for Model V
This file has been truncated, but you can view the full file.
(function (root, factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module.
define(function () {
return (root.cv = factory());
});
} else if (typeof module === 'object' && module.exports) {
// Node. Does not work with strict CommonJS, but
// only CommonJS-like environments that support module.exports,
// like Node.
@shooontan
shooontan / network.md
Last active April 18, 2020 07:15
networkテスト用画像

TypeScript 0 secs █████████████████████ 100.0%
@shooontan
shooontan / index.html
Created October 22, 2018 00:56
github 442 error
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Security-Policy" content="default-src 'none'; base-uri 'self'; connect-src 'self'; form-action 'self'; img-src 'self' data:; script-src 'self'; style-src 'unsafe-inline'">
<meta content="origin" name="referrer">
<title>Oh no &middot; GitHub</title>
<style type="text/css" media="screen">
body {
background-color: #f1f1f1;
@shooontan
shooontan / edit-file.md
Last active October 24, 2018 14:34
git push hackathon

gist編集テスト

gist編集されてますように