<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://ja.nishimotz.com/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>ja.nishimotz.com</title>
        <description></description>
        <link>https://ja.nishimotz.com/</link>
        <lastBuildDate>Mon, 22 Jun 2026 14:28:55 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://ja.nishimotz.com/_media/wiki:dokuwiki.svg</url>
            <title>ja.nishimotz.com</title>
            <link>https://ja.nishimotz.com/</link>
        </image>
        <item>
            <title>Tcl 主要データ構造 早見表 (string, array, dict, list) - [リスト (list)] </title>
            <link>https://ja.nishimotz.com/tcl?rev=1782025465</link>
            <description>Tcl 主要データ構造 早見表 (string, array, dict, list)

Tclにおける主要なデータ構造（文字列、連想配列、ディクショナリ、リスト）の主要操作まとめ。

文字列 (string)

Tclではすべてのデータが本質的に文字列として扱われる。</description>
            <author>nishimotz@undisclosed.example.com (Takuya Nishimoto)</author>
            <pubDate>Sun, 21 Jun 2026 07:04:25 +0000</pubDate>
        </item>
        <item>
            <title>PowerShell 基礎 早見表 - 作成</title>
            <link>https://ja.nishimotz.com/pwsh?rev=1781916333</link>
            <description>PowerShell 基礎 早見表

起動


powershell
pwsh          // PowerShell 7+


ヘルプ


Get-Help cmdlet名
Get-Help Get-ChildItem -Examples
Update-Help
Get-Command
Get-Command -Noun Process
Get-Member


ナビゲーション
 操作  コマンドレット</description>
            <author>nishimotz@undisclosed.example.com (Takuya Nishimoto)</author>
            <pubDate>Sat, 20 Jun 2026 00:45:33 +0000</pubDate>
        </item>
        <item>
            <title>Python</title>
            <link>https://ja.nishimotz.com/python?rev=1779951054</link>
            <description>Python

Python install manager

&lt;https://www.python.org/downloads/release/pymanager-262/&gt;

winget install 9NQ7512CXL7T

&lt;https://docs.python.org/3/using/windows.html&gt;

レガシー Python ランチャー

since 2022-11-01

&lt;https://peps.python.org/pep-0397/&gt;

&lt;https://docs.python.org/3/using/windows.html#python-launcher-for-windows&gt;

Python 3.11.0 で確認したら &quot;-V&quot; オプションで Anaconda なども選べるようになっていた


&gt;py -0p
 -V:3.11 *        C:\Users\nishimotz\AppData\Local\Programs\Python\Python311\python.exe
 -V:3.10          C:\Users\…</description>
            <author>nishimotz@undisclosed.example.com (Takuya Nishimoto)</author>
            <pubDate>Thu, 28 May 2026 06:50:54 +0000</pubDate>
        </item>
        <item>
            <title>Microsoft Edit (msedit)</title>
            <link>https://ja.nishimotz.com/msedit?rev=1779493734</link>
            <description>Microsoft Edit (msedit)

Microsoft公式の新世代テキストエディタ。
旧DOS版editの後継。

インストール

Windows


winget install Microsoft.Edit


macOS


brew install msedit


起動


edit


メニューを開く

なぜか画面にヒントがない</description>
            <author>nishimotz@undisclosed.example.com (Takuya Nishimoto)</author>
            <pubDate>Fri, 22 May 2026 23:48:54 +0000</pubDate>
        </item>
        <item>
            <title>バージョン管理システム Fossil を使う - [主な設定] </title>
            <link>https://ja.nishimotz.com/fossil?rev=1778853420</link>
            <description>バージョン管理システム Fossil を使う

Fossil は SQLite の開発チームが設計した分散バージョン管理システム (DVCS) である。
単一の実行ファイルで動き、リポジトリ内にバグトラッキング、Wiki、フォーラム、ウェブ UI、チャット機能を内蔵する。</description>
            <author>nishimotz@undisclosed.example.com (Takuya Nishimoto)</author>
            <pubDate>Fri, 15 May 2026 13:57:00 +0000</pubDate>
        </item>
        <item>
            <title>西本卓也の職歴と学歴 - [最近の資格取得] </title>
            <link>https://ja.nishimotz.com/nishimotz:start?rev=1753491089</link>
            <description>西本卓也の職歴と学歴

	*  バイオグラフィ
	*  職務経歴
	*  学会発表
	*  LinkedIn

現在の活動

	*  内閣府「障害者による情報取得等に資する機器等の開発及び普及の促進並びに質の向上に関する協議の場」メンバー（2022年12月より）
	*</description>
            <author>nishimotz@undisclosed.example.com (Takuya Nishimoto)</author>
            <pubDate>Sat, 26 Jul 2025 00:51:29 +0000</pubDate>
        </item>
        <item>
            <title>uv</title>
            <link>https://ja.nishimotz.com/uv?rev=1739581402</link>
            <description>uv

since 2025-02-15

An extremely fast Python package and project manager, written in Rust.

&lt;https://docs.astral.sh/uv/&gt;

さらなる進化を遂げた「uv」の新機能

	*  &lt;https://gihyo.jp/article/2024/09/monthly-python-2409&gt;

uv run のインラインメタデータ

	*  &lt;https://nikkie-ftnext.hatenablog.com/entry/uv-guides-running-scripts-add-inline-script-metadata&gt;

uv add --script main.py --requirements requirements.txt</description>
            <author>nishimotz@undisclosed.example.com (Takuya Nishimoto)</author>
            <pubDate>Sat, 15 Feb 2025 01:03:22 +0000</pubDate>
        </item>
    </channel>
</rss>
