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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# まわり将棋 | |
# 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("まわり将棋") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NVDA日本語チーム 活動報告書 | |
作成:2020年7月1日 西本 | |
NVDA日本語チームの2019年度(2019年7月から2020年6月まで)の活動報告および会計報告を記載する。 | |
1. 活動報告 | |
(ア) 本部 | |
・ メール、Skype、Zoomにて役員会を随時開催 | |
・ 2020年1月に運営規約を改定 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
PyCon mini Hiroshima 2018 の講演申込フォームです。
採択された場合はメールアドレス宛にご連絡をして、記載された情報を公開させていただきます。
ただしメールアドレスおよび「公開されません」と記載した項目の内容は公開されません。
テーマ「すごい Python 広島で流行らせよう! 」
開催日: 2018年10月6日(土曜)
この記事はそんな広島 Advent Calendar 2017の11日目の記事です。
ビックカメラとか蔦屋家電とか新中央改札とか、新しい建物や施設ができてにぎわっている広島駅前ですが、新しいコワーキングスペースができていました。
広島駅から駅前大橋をわたってすぐの場所です。
12月11日にとりあえず Oneday で利用してみて、よさそうだったので、12月13日にフリー席会員(郵便受けオプションつき)で契約して、平日の昼間はここで仕事をするようになりました。
NewerOlder