Skip to content

Instantly share code, notes, and snippets.

View 7m4mon's full-sized avatar

7M4MON 7m4mon

View GitHub Profile
@nrclark
nrclark / serial_9258.py
Created November 15, 2017 23:24
Serial-port controller for the IP Power 9258
#!/usr/bin/env python3
""" Command-line utility for interfacing with an IP Power 9258 using the
serial debug interface. """
import time
import sys
import re
import argparse
import ast
import serial
@mono0926
mono0926 / commit_message_example.md
Last active June 6, 2025 05:12
[転載] gitにおけるコミットログ/メッセージ例文集100