Skip to content

Instantly share code, notes, and snippets.

#
# https://www.okex.com/ws_getStarted.html
# https://github.com/OKCoin/websocket
#
import sys
from datetime import datetime, timedelta, timezone
import sched, time
import json
import websocket
#
# https://www.bitmex.com/app/wsAPI
#
import websocket
import sys
from datetime import datetime, timedelta, timezone
import sched, time
import json
#
# https://docs.gdax.com/#websocket-feed
#
import websocket
import sys
from datetime import datetime, timedelta, timezone
import sched, time
import json

Hack Mediatek MT7610U Wi-Fi Chip.

Chip Spec

  • Wi-Fi 11g/n/ac
  • 2.4GHz / 5GHz
  • USB 2.0

Initialize

  • reset

RaspberryPi SDIO

Spec

  • BCM2835 ha two sdhost controllers.
  • 1 sdhci : Arasan sdhci controller (SD / SDIO)
  • 2 sdhost : custom sdhost controller (SD only, but better performance)
  • RPi1 use sdhci for SD slot.
  • RPi3 use sdhost for SD slot. RPi3 use sdhci for Wi-Fi.

pin

カレー屋のリスト
お気に入りのカレー屋さんたち
新宿
SPICY CURRY 魯珈
コチン二ヴァース
サンラサー
渋谷
マリーアイランガニー
@eggman
eggman / korean_air_mile_rate.md
Last active July 8, 2019 07:21
Korean Air Skypass mile accural rates

Korean Air Skypass mile accural rates

last modified : 2019-07

Korean air

Booking Class Accural Rates
P 200%
F 165%

#libusb async API example.

bluetooth usb dongle sample program.

  • send HCI_RESET.
  • send HCI_READ_BD_ADDR.

Get YouTube playlist items

  • python3

prepare

$ pip3 install google-api-client

Get YouTube playlists

  • python3

prepare

$ pip3 install google-python-api-client