Skip to content

Instantly share code, notes, and snippets.

View nishimotz's full-sized avatar

Takuya Nishimoto nishimotz

View GitHub Profile
@nishimotz
nishimotz / focusHighlight.py
Created May 31, 2015 01:48
NVDA focusHighlight.py 2015-05-31
# focus highlight
# 2015-05-31
# Takuya Nishimoto
import globalPluginHandler
import tones
import wx
import gui
from logHandler import log
import threading
@nishimotz
nishimotz / iotlt160525.md
Last active May 25, 2016 10:29
ラズパイxソラコム 超音波距離ハンズオンをやってみた
@nishimotz
nishimotz / readme.md
Last active January 10, 2018 06:11 — forked from nobonobo/spectrum.py
Python で音響信号処理:オリジナルの Python スペクトルアナライザーに入力デバイス選択の処理、ケプストラム分析の実験を追加。

Python で音響信号処理 spectrum.py

2016-07-16 Takuya Nishimoto (@24motz)

広島版IoT縛りの勉強会! IoTLT広島 vol.2

$ sudo apt-get install portaudio19-dev python-dev
$ curl https://bootstrap.pypa.io/get-pip.py | sudo python
@nishimotz
nishimotz / py35-161002.ipynb
Last active October 2, 2016 15:57
如法会 2 (⊃ LT駆動開発30) http://nyoho.connpass.com/event/39977/
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@nishimotz
nishimotz / 170426-great-h-python.txt
Last active April 28, 2017 04:42
すごい広島 206 with Python
nishimotz (24motz) あいさつ、この活動の狙い
https://great-h.connpass.com/event/55176/
mu2in
すごい広島とは
グラフ、データ分析
Ishibashi
Boot Camp が面白かったので続けないともったいない
@nishimotz
nishimotz / sendchars.py
Last active April 29, 2017 02:40
sendchars experimental NVDA global plugin. Japanese https://osdn.net/ticket/browse.php?group_id=4221&tid=36764
# coding: UTF-8
# sendchars.py by Takuya Nishimoto
import globalPluginHandler
import globalCommands
import winUser
import wx
import gui
import api
@nishimotz
nishimotz / a1.py
Last active June 29, 2017 04:04
170628-great-h-python 「あれ」の例題をやってみた
src = None
with open('Q1/Q1.txt', encoding='utf-8') as f:
for s in f.readlines():
if s and s[0] == '"':
src = s.strip('"\n')
break
print(src)
#counts = {}
@nishimotz
nishimotz / a2.rb
Last active July 16, 2017 07:10
170713 「あれ」の例題をやってみた
# a2.rb
require 'pp'
counts = Hash.new(0)
File.open 'Q2/Q2.txt' do |f|
f.read.scan(/[A-Z]+/) do |w|
#p w
w.each_char do |c|
#puts c
counts[c] += 1
end
@nishimotz
nishimotz / index.html
Last active November 11, 2017 23:20
171111 アクセシビリティ検証ツールとしてのNVDA入門 で使ったデモサイト(サーバサイドのコードは一部省略)
{% extends "layout.html" %}
{% block content %}
<div class="card">
<img class="card-img-top" src="https://placehold.jp/24/cc9999/993333/318x180.png" alt="商品「スマイル」の写真">
<div class="card-body">
<h2 class="card-text">スマイル 1000円</h2>
<p class="card-text">このサイトは pay.jp のテストモードで動作しています。</p>
</div>
</div>
{% if email is none %}
@nishimotz
nishimotz / 2017-12-11 そんな広島アドベントカレンダー.md
Last active December 27, 2017 06:24
2017-12-11 そんな広島アドベントカレンダー.md

この記事はそんな広島 Advent Calendar 2017の11日目の記事です。

ビックカメラとか蔦屋家電とか新中央改札とか、新しい建物や施設ができてにぎわっている広島駅前ですが、新しいコワーキングスペースができていました。

fabbit広島駅前

広島駅から駅前大橋をわたってすぐの場所です。

12月11日にとりあえず Oneday で利用してみて、よさそうだったので、12月13日にフリー席会員(郵便受けオプションつき)で契約して、平日の昼間はここで仕事をするようになりました。