Skip to content

Instantly share code, notes, and snippets.

View Qman11010101's full-sized avatar
📀
a

キューマン・エノビクト Qman11010101

📀
a
View GitHub Profile
@YuzuRyo61
YuzuRyo61 / WebCamCaptureServer.py
Last active August 6, 2019 09:49
ウェブカメラの画像をキャプチャする簡易ウェブサーバー(Bottle.py、OpenCV使用)
#!/usr/bin/env python3
import cv2
import os
from bottle import route, run, static_file, abort
@route('/')
def capture():
cap = cv2.VideoCapture(0)
# 解像度は適宜変更してください
cap.set(cv2.CAP_PROP_FRAME_WIDTH, 1600)
<?php
// https://gist.github.com/esterTion/c673a5e2547cd54c202f129babaf601d
/*
This code is now maintained by yojohanshinwataikei solely
esterTion has retired from this project
*/
chdir(__DIR__);
require_once __DIR__ . '/../webpthumb/Workerman-master/Autoloader.php';
@uhfx
uhfx / gist:3922268
Last active July 22, 2023 15:01
Twitter公式/非公式クライアントのコンシューマキー

Twitter公式クライアントのコンシューマキー

Twitter for iPhone

Consumer key: IQKbtAYlXLripLGPWd0HUA
Consumer secret: GgDYlkSvaPxGxC4X8liwpUoqKwwr3lCADbz8A7ADU

Twitter for Android

Consumer key: 3nVuSoBZnx6U4vzUxf5w
Consumer secret: Bcs59EFbbsdF6Sl9Ng71smgStWEGwXXKSjYvPVt7qys

Twitter for iPad

Consumer key: CjulERsDeqhhjSme66ECg