This commit is contained in:
2026-04-17 11:33:09 +09:00
parent 9acb702bc4
commit 18a391617c
5 changed files with 194 additions and 74 deletions
+38 -20
View File
@@ -6,33 +6,51 @@
{% block content %}
<p class="font-small font-bold"><a href="/" class="text-no-decoration">← ホーム</a></p>
<div id="os" class="block">
<h3>NerconeOS</h3>
<p>カーネルレベルからの自作OS (とりあえず計画/設計中)</p>
<p><a href="https://github.com/nercone-os/nercone-os/" target="_blank" rel="noopener noreferrer" class="text-white">GitHub</a></p>
<h3 style="margin-bottom: 0px;">NerconeOS</h3>
<p style="margin-top: 0px;">カーネルレベルからの自作OS (とりあえず計画/設計中)</p>
<div class="flex font-small text-tx-alt">
<a href="#os" class="text-no-decoration font-bold">os</a>
<a href="https://github.com/nercone-os/nercone-os/" class="text-no-decoration">github</a>
</div>
</div>
<div id="fastget" class="block">
<h3>FastGet</h3>
<p>HTTPのRangeヘッダーを利用した並列ダウンローダ(CLIツール)</p>
<p><a href="https://github.com/nercone-dev/nercone-fastget/" target="_blank" rel="noopener noreferrer" class="text-white">GitHub</a> <a href="https://pypi.org/project/nercone-fastget/" class="text-white">PyPI</a></p>
<h3 style="margin-bottom: 0px;">FastGet</h3>
<p style="margin-top: 0px;">HTTPのRangeヘッダーを利用した並列ダウンローダ(CLIツール)</p>
<div class="flex font-small text-tx-alt">
<a href="#fastget" class="text-no-decoration font-bold">fastget</a>
<a href="https://github.com/nercone-dev/nercone-fastget/" class="text-no-decoration">github</a>
</div>
</div>
<div id="nersh" class="block">
<h3>SpeedClone</h3>
<p>ちょっと速い気がしなくもないgitのクローンツール</p>
<p><a href="https://github.com/nercone-dev/speedclone/" target="_blank" rel="noopener noreferrer" class="text-white">GitHub</a></p>
<div id="speedclone" class="block">
<h3 style="margin-bottom: 0px;">SpeedClone</h3>
<p style="margin-top: 0px;">ちょっと速い気がしなくもないgitのクローンツール</p>
<div class="flex font-small text-tx-alt">
<a href="#speedclone" class="text-no-decoration font-bold">speedclone</a>
<a href="https://github.com/nercone-dev/speedclone/" class="text-no-decoration">github</a>
</div>
</div>
<div id="gatepass" class="block">
<h3>GatePass</h3>
<p>macOS向け実行ファイル隔離解除ツール</p>
<p><a href="https://github.com/nercone-dev/gatepass/" target="_blank" rel="noopener noreferrer" class="text-white">GitHub</a></p>
<h3 style="margin-bottom: 0px;">GatePass</h3>
<p style="margin-top: 0px;">macOS向け実行ファイル隔離解除ツール</p>
<div class="flex font-small text-tx-alt">
<a href="#gatepass" class="text-no-decoration font-bold">gatepass</a>
<a href="https://github.com/nercone-dev/gatepass/" class="text-no-decoration">github</a>
</div>
</div>
<div id="ypsh" class="block">
<h3>YPSH Language</h3>
<p>自作プログラミング言語</p>
<p><a href="https://github.com/nercone-dev/ypsh/" target="_blank" rel="noopener noreferrer" class="text-white">GitHub</a></p>
<h3 style="margin-bottom: 0px;">YPSH Language</h3>
<p style="margin-top: 0px;">自作プログラミング言語</p>
<div class="flex font-small text-tx-alt">
<a href="#ypsh" class="text-no-decoration font-bold">ypsh</a>
<a href="https://github.com/nercone-dev/ypsh/" class="text-no-decoration">github</a>
</div>
</div>
<div id="zetallm" class="block">
<h3>Zeta LLM</h3>
<p>自作LLM</p>
<p><a href="https://github.com/nercone-dev/zeta-llm/" target="_blank" rel="noopener noreferrer" class="text-white">GitHub</a></p>
<div id="zeta-llm" class="block">
<h3 style="margin-bottom: 0px;">Zeta LLM</h3>
<p style="margin-top: 0px;">自作LLM</p>
<div class="flex font-small text-tx-alt">
<a href="#zeta-llm" class="text-no-decoration font-bold">zeta-llm</a>
<a href="https://github.com/nercone-dev/zeta-llm/" class="text-no-decoration">github</a>
</div>
</div>
{% endblock %}