diff options
Diffstat (limited to 'services/nuldoc/public/blog/posts/5/index.html')
| -rw-r--r-- | services/nuldoc/public/blog/posts/5/index.html | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/services/nuldoc/public/blog/posts/5/index.html b/services/nuldoc/public/blog/posts/5/index.html index dc3a946..c929fb7 100644 --- a/services/nuldoc/public/blog/posts/5/index.html +++ b/services/nuldoc/public/blog/posts/5/index.html @@ -67,6 +67,29 @@ </div> </nav> <article class="post-entry"> + <a href="/posts/2022-11-19/phperkaigi-2023-unused-token-quiz-2/"> + <header class="entry-header"> + <h2>PHPerKaigi 2023: ボツになったトークン問題 その 2</h2> + </header> + <section class="entry-content"> + <p> + 来年の PHPerKaigi 2023 でデジタルサーカス株式会社から出題予定のトークン問題のうち、ボツになった問題を公開する (その 2)。 + </p> + </section> + <footer class="entry-footer"> + <time datetime="2022-11-19">2022-11-19</time> 投稿 + <ul class="entry-tags"> + <li class="tag"> + <span class="tag-inner">PHP</span> + </li> + <li class="tag"> + <span class="tag-inner">PHPerKaigi</span> + </li> + </ul> + </footer> + </a> + </article> + <article class="post-entry"> <a href="/posts/2022-10-28/setup-server-for-this-site/"> <header class="entry-header"> <h2>【備忘録】 このサイト用の VPS をセットアップしたときのメモ</h2> @@ -263,29 +286,6 @@ </footer> </a> </article> - <article class="post-entry"> - <a href="/posts/2021-10-02/python-unbound-local-error/"> - <header class="entry-header"> - <h2>【Python】 クロージャとUnboundLocalError: local variable 'x' referenced before assignment</h2> - </header> - <section class="entry-content"> - <p> - Python における UnboundLocalError の理由と対処法。 - </p> - </section> - <footer class="entry-footer"> - <time datetime="2021-10-02">2021-10-02</time> 投稿 - <ul class="entry-tags"> - <li class="tag"> - <span class="tag-inner">Python</span> - </li> - <li class="tag"> - <span class="tag-inner">Python 3</span> - </li> - </ul> - </footer> - </a> - </article> <nav class="pagination"> <div class="pagination-prev"> <a href="/posts/4/">前へ</a> |
