Table of Contents

オナーセミナー2020

メンバー

Useful information

Berry conda, Jupyter Notebookの導入

※Berry Conda自体、古くなっているので推奨ではないが、Jupyterは導入できる

List effective IPs in LAN

Mac/Linux

echo 192.168.0.{1..254} | xargs -P256 -n1 ping -s1 -c1 -W1 | grep ttl

または

for i in `seq 1 254`;do ping -c 1 -t 1 192.168.0.$i;done | grep ttl

Windows

for /L %i in (1,1,254) do ping -w 500 -n 1 192.168.0.%i > nul && arp -a 192.168.0.%i

でよいか?

Log

第11回(7/1 14:15-15:45)

第10回(6/25 13:30-15:00)

  * PWM制御

第9回(6/18 13:30-15:00)

第8回(6/11 13:30-15:00)

第7回(6/4 13:30-15:00)

第6回(5/28 13:00-14:30)

第5回(5/15 13:00-14:30)

第4回(5/14 13:00-14:30)

https://www.amazon.co.jp/dp/B01LZ4AZUX?ref_=pe_2260772_269701922

第3回(5/7 13:00-14:30)

第2回(4/30 13:00-14:30) 予定

platex example.tex
dvipdfmx example.dvi
evince example.pdf

第1回(4/23 13:30-15:00) 予定