Skip to content

Instantly share code, notes, and snippets.

View nishimotz's full-sized avatar

Takuya Nishimoto nishimotz

View GitHub Profile
@nishimotz
nishimotz / makeindex.py
Created March 12, 2024 12:44
as_test テストの一覧を更新
import os
import re
def extract_titles(directory):
titles = []
# ディレクトリ内の全ての.mdファイルを走査
for filename in os.listdir(directory):
if filename.endswith('.md'):
filepath = os.path.join(directory, filename)
with open(filepath, 'r', encoding='utf-8') as file:
@nishimotz
nishimotz / 230509 Japanese IME Support for Screen Reader NVDA.md
Created May 9, 2023 07:35
230509 Japanese IME Support for Screen Reader NVDA

Japanese IME Support for Screen Reader NVDA

Purpose of this Article

This article is intended for those who want to get involved in the development of NVDA, an open-source screen reader for Windows, and its derivative product, the Japanese version of NVDA (nvdajp), or for those who want to read and understand its source code.

Prerequisites

@nishimotz
nishimotz / 201230-python.ipynb
Created December 30, 2020 12:08
「アンナほえたワン」を再集計した
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@nishimotz
nishimotz / 200729-tkinter.md
Last active July 29, 2020 09:10
200729-tkinter

tkinter

「お絵描きソフト」を作る

以前やりかけた「お絵描きソフト」を作る準備。

ウィンドウを開いて、マウスで左ボタンを押してドラッグしている間は輪郭が表示されて、ボタンを離すと長方形を塗りつぶす。

@nishimotz
nishimotz / mawari.py
Created July 25, 2020 02:02
まわり将棋 2020-07-25
# まわり将棋
# 2020-07-25 by nishimotz
import tkinter as tk
import random
class Application(tk.Frame):
def __init__(self, root):
super().__init__(root)
self.root = root
self.root.title("まわり将棋")
@nishimotz
nishimotz / nvdajp-2020-07-0x-report.txt
Created July 1, 2020 11:59
nvdajp-2020-07-0x-report.txt
NVDA日本語チーム 活動報告書
作成:2020年7月1日 西本
NVDA日本語チームの2019年度(2019年7月から2020年6月まで)の活動報告および会計報告を記載する。
1. 活動報告
(ア) 本部
・ メール、Skype、Zoomにて役員会を随時開催
・ 2020年1月に運営規約を改定
@nishimotz
nishimotz / pyconhiro-2020-cfp.md
Last active June 28, 2020 05:34
pyconhiro-2020-cfp

つながろうPython

ごあいさつ

PyCon mini Hiroshima 2020 は、会場に集まる形式では開催できない可能性があります。

ですが、広島の Python コミュニティは、 PyCon mini Hiroshima 2019 の運営ミーティングをずっとオンラインで行っていました。 2020年3月からは「すごい広島 with Python」という毎月の勉強会も オンライン開催しています。

@nishimotz
nishimotz / 200624-python.ipynb
Last active June 25, 2020 00:27
「アンナほえたワン」を集計してみた
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@nishimotz
nishimotz / pyconhiro-2018-cfp.md
Last active August 29, 2018 04:53
PyCon mini Hiroshima 2018 講演申込フォーム

PyCon mini Hiroshima 2018 の講演申込フォームです。

採択された場合はメールアドレス宛にご連絡をして、記載された情報を公開させていただきます。

ただしメールアドレスおよび「公開されません」と記載した項目の内容は公開されません。

テーマ「すごい Python 広島で流行らせよう! 」

開催日: 2018年10月6日(土曜)

@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日にフリー席会員(郵便受けオプションつき)で契約して、平日の昼間はここで仕事をするようになりました。