Skip to content

Instantly share code, notes, and snippets.

View hasegawa-tomoki's full-sized avatar

HASEGAWA Tomoki hasegawa-tomoki

View GitHub Profile
@Akkiesoft
Akkiesoft / yakiishi-hori-key.py
Last active November 8, 2021 08:35
MOVED TO https://github.com/Akkiesoft/akkiesoft-pico/tree/main/CircuitPython/yakiishi-hori-key / CircuitPythonで書かれた、マイクラでマウスの左を押しながら反復移動することを意図したやつ。石製造機で石を掘るとかいう感じで使える。Raspberry Pi PicoとTiny2040向け。
# Written in CircuitPython
# for Raspberry Pi Pico or Pimoroni Tiny2040
import board
import digitalio
from time import sleep
import usb_hid
from adafruit_hid.keyboard import Keyboard
from adafruit_hid.keycode import Keycode
from adafruit_hid.mouse import Mouse
@koyhoge
koyhoge / gist:afe31518f63c16120f2d
Last active June 1, 2023 06:32
エンジニアのための法律勉強会#1『受託開発における契約時の注意事項』参加メモ

エンジニアのための法律勉強会#1『受託開発における契約時の注意事項』参加メモ

前提

  • システム開発そのものは素人だけど、裁判にはクライアント/開発側の両方で関わったことがある。
  • 裁判官はもっとシステム開発については分かってない。