Skip to content

Instantly share code, notes, and snippets.

View ikazoy's full-sized avatar
😇

Yoshiki Ozaki ikazoy

😇
View GitHub Profile
@ikazoy
ikazoy / sms.py
Last active September 25, 2021 12:41 — forked from suzukiken/sms.py
Sending / Receiving SMS using Raspberry Pi, Soracom Air SIM and ABIT AK-020
# coding: utf-8
'''Sending / Receiving SMS using Raspberry Pi, Soracom Air SIM and ABIT AK-020
'''
import time
import serial
import re
import sys
@ikazoy
ikazoy / ec2-ssh
Last active August 29, 2015 14:13 — forked from mo-ya/ec2-ssh
#!/bin/sh
## EC2 automation login tool
#
# Original: http://m.igrs.jp/blog/2013/03/14/ec2-ssh/
# https://gist.github.com/migrs/5157665
# https://gist.github.com/MichinobuMaeda/5545875
#
# Changed by mo-ya (2013-07-06)
#