aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/posts/index.html
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2022-05-13 19:15:41 +0900
committernsfisis <nsfisis@gmail.com>2022-05-13 19:15:41 +0900
commit1ffa8278bc9efbdefcda8ae74d1e3faa57e73e3d (patch)
tree5ea600bdd8198456e627246e981d50e75de9cef1 /docs/posts/index.html
parent40c58a04c59c5083baf01adfcd9d1a4f067296c7 (diff)
downloadnsfisis.github.io-1ffa8278bc9efbdefcda8ae74d1e3faa57e73e3d.tar.gz
nsfisis.github.io-1ffa8278bc9efbdefcda8ae74d1e3faa57e73e3d.tar.zst
nsfisis.github.io-1ffa8278bc9efbdefcda8ae74d1e3faa57e73e3d.zip
manually write summary for all posts
Diffstat (limited to 'docs/posts/index.html')
-rw-r--r--docs/posts/index.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/posts/index.html b/docs/posts/index.html
index cf14682..2890943 100644
--- a/docs/posts/index.html
+++ b/docs/posts/index.html
@@ -35,7 +35,7 @@
<h2>PHPerKaigi 2022</h2>
</header>
<section class="entry-content">
- <p>はじめに 2022-04-09 から 2022-04-11 にかけて開催された、PHPerKaigi 2022 に、一般参加者として参加した。 弊社デジタルサーカス株式会社 はダイヤモンドスポンサー...</p>
+ <p>2022-04-09 から 2022-04-11 にかけて開催された、PHPerKaigi 2022 に参加した。</p>
</section>
<footer class="entry-footer">
<time>2022-05-01</time>
@@ -47,7 +47,7 @@
<h2>term-banner: ターミナルにバナーを表示するツールを書いた</h2>
</header>
<section class="entry-content">
- <p>はじめに こんなものを作った。 $ term-banner &#39;Hello, World!&#39; &#39;こんにちは、&#39; &#39;世界!&#39; コマンドライン引数として渡した文字列をターミナルに大きく表示する。 リポジトリは...</p>
+ <p>ターミナルに任意の文字のバナーを表示するためのツールを Go で書いた。</p>
</section>
<footer class="entry-footer">
<time>2022-04-24</time>
@@ -59,7 +59,7 @@
<h2>PHPerKaigi 2022 トークン問題の解説</h2>
</header>
<section class="entry-content">
- <p>更新履歴 2022-04-09: 公開 2022-04-16: 2問目、3問目の解説を追加、1問目に加筆 はじめに 本日開始された PHPerKaigi 2022 の PHPer チャレンジにおいて、弊社 デジタルサーカス株式会社 の問題...</p>
+ <p>PHPerKaigi 2022 で私が作成した PHPer チャレンジ問題を解説する。</p>
</section>
<footer class="entry-footer">
<time>2022-04-09</time>
@@ -71,7 +71,7 @@
<h2>Rust のプリミティブ型はどこからやって来るか</h2>
</header>
<section class="entry-content">
- <p>この記事は Qiita から移植してきたものです。 元 URL: https://qiita.com/nsfisis/items/9a429432258bbcd6c565 前置き Rust において、プリミティブ型の名前は予約語でない。したがって、次のコードは合法である。 #![allow(non_camel_case_types)] #![allow(dead_code)] struct...</p>
+ <p>Rust のプリミティブ型は予約語ではなく普通の識別子である。どのようにこれが名前解決されるのかを調べた。</p>
</section>
<footer class="entry-footer">
<time>2021-10-02</time>
@@ -83,7 +83,7 @@
<h2>[Ruby] then キーワードと case in</h2>
</header>
<section class="entry-content">
- <p>この記事は Qiita から移植してきたものです。 元 URL: https://qiita.com/nsfisis/items/787a8cf888a304497223 TL; DR case - in によるパターンマッチング構文でも、case - when と同じように then が使える (場合によっては使...</p>
+ <p>Ruby 3.0 で追加される case in 構文と、then キーワードについて。</p>
</section>
<footer class="entry-footer">
<time>2021-10-02</time>
@@ -95,7 +95,7 @@
<h2>[C&#43;&#43;] 属性構文の属性名にはキーワードが使える [[void]] [[for]]</h2>
</header>
<section class="entry-content">
- <p>この記事は Qiita から移植してきたものです。 元 URL: https://qiita.com/nsfisis/items/94090937bcf860cfa93b タイトル落ち。まずはこのコードを見て欲しい。 #include &lt;iostream&gt; [[alignas]] [[alignof]] [[and]] [[and_eq]] [[asm]] [[auto]] [[bitand]] [[bitor]] [[bool]] [[break]] [[case]] [[catch]] [[char]] [[char16_t]] [[char32_t]] [[class]] [[compl]] [[const]] [[const_cast]] [[constexpr]] [[continue]] [[decltype]] [[default]] [[delete]]...</p>
+ <p>C&#43;&#43; の属性構文の属性名には、キーワードが使える。ネタ記事。</p>
</section>
<footer class="entry-footer">
<time>2021-10-02</time>
@@ -107,7 +107,7 @@
<h2>[Ruby] 自身を実行している処理系の種類を判定する</h2>
</header>
<section class="entry-content">
- <p>この記事は Qiita から移植してきたものです。 元 URL: https://qiita.com/nsfisis/items/74d7ffeeebc51b20d791 Ruby という言語には複数の実装があるが、それらをスクリプト上からどのようにして programmatically に見分ければよいだろ...</p>
+ <p>Ruby には複数の実装があるが、自身を実行している処理系の種類をスクリプト上からどのように判定すればよいだろうか。</p>
</section>
<footer class="entry-footer">
<time>2021-10-02</time>
@@ -119,7 +119,7 @@
<h2>Vimで選択した行の順番を入れ替える</h2>
</header>
<section class="entry-content">
- <p>この記事は Qiita から移植してきたものです。 元 URL: https://qiita.com/nsfisis/items/4fefb361d9a693803520 バージョン情報 :version の一部 VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Jan 26 2020 11:30:30) macOS version Included patches: 1-148 Huge version without GUI. よく紹介されている手法 tac / tail tac...</p>
+ <p>Vim で選択した行の順番を入れ替える方法。</p>
</section>
<footer class="entry-footer">
<time>2021-10-02</time>
@@ -131,7 +131,7 @@
<h2>[Vim] autocmd events の BufWrite/BufWritePre の違い</h2>
</header>
<section class="entry-content">
- <p>この記事は Qiita から移植してきたものです。 元 URL: https://qiita.com/nsfisis/items/79ab4db8564032de0b25 TL; DR 違いはない。ただのエイリアス。 調査記録 Vim の autocmd events には似通った名前のものがいくつかある。大抵は :help...</p>
+ <p>Vim の autocmd events における BufWrite/BufWritePre がどう違うのかを調べた結果、違いはないことがわかった。</p>
</section>
<footer class="entry-footer">
<time>2021-10-02</time>
@@ -143,7 +143,7 @@
<h2>[Python] クロージャとUnboundLocalError: local variable &#39;x&#39; referenced before assignment</h2>
</header>
<section class="entry-content">
- <p>この記事は Qiita から移植してきたものです。 元 URL: https://qiita.com/nsfisis/items/5d733703afcb35bbf399 本記事は Python 3.7.6 の動作結果を元にして書かれている。 Python でクロージャを作ろうと、次のようなコードを書いた...</p>
+ <p>Python における UnboundLocalError の理由と対処法。</p>
</section>
<footer class="entry-footer">
<time>2021-10-02</time>