Skip to content

Instantly share code, notes, and snippets.

View yota345's full-sized avatar
🏠
Working from home

Yota Numata yota345

🏠
Working from home
View GitHub Profile
@kenmori
kenmori / TypeScriptPractice.md
Last active May 19, 2024 01:52
TypeScript 練習問題集
@stealthbomber10
stealthbomber10 / google-advertisement-scanner.js
Created August 30, 2017 02:21
This script opens 2 tabs in your browser and automatically searches the top 1000 keywords for Google Ad Sense on Google
// copied from here: https://jsfiddle.net/icefrogcode/kqdx7cyb/1/
// ALL CREDITS GO TO ICEFROG
// the associated html page for reference:
// <div>
// <h1>
// Google Advertisment Scanner
// </h1>
// <p>
// <b>What does it do?</b> This script opens 2 tabs in your browser and automatically searches the top 1000 keywords for Google Ad Sense on Google. Google Ad Sense is the Advertisement service google runs.
// </p>
"""Google Cloud Speech API sample application using the REST API for batch
processing."""
import argparse
import base64
import json
from googleapiclient import discovery
import httplib2
from oauth2client.client import GoogleCredentials
@hashrock
hashrock / diag.md
Last active February 26, 2024 05:51
作図系ツール・ライブラリまとめ

シーケンス図とかフローチャートをしごとで描画することになった場合、 テキストから生成できたら楽なので、それ系のツールまとめ

GraphViz

http://www.graphviz.org/

  • C製
  • Doxygen, Moinmoinなどと連携可能
  • ブロック図、クラス図、ネットワーク図など
@voluntas
voluntas / webrtc.rst
Last active June 17, 2024 02:31
WebRTC コトハジメ