diff options
| author | nsfisis <nsfisis@gmail.com> | 2022-08-27 19:38:55 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2022-08-27 19:47:28 +0900 |
| commit | b8395dc59f229fd8cf3aef084698ea139f792e82 (patch) | |
| tree | 573d8c77832825b3defa5e863c15bee7921b1e24 /docs/posts/index.html | |
| parent | e1c3afb93c158d9c9825e6bf9ceaecf73c20d447 (diff) | |
| download | nsfisis.github.io-b8395dc59f229fd8cf3aef084698ea139f792e82.tar.gz nsfisis.github.io-b8395dc59f229fd8cf3aef084698ea139f792e82.tar.zst nsfisis.github.io-b8395dc59f229fd8cf3aef084698ea139f792e82.zip | |
new post: php-conference-okinawa-code-golf
Diffstat (limited to 'docs/posts/index.html')
| -rw-r--r-- | docs/posts/index.html | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/docs/posts/index.html b/docs/posts/index.html index d7af357..e6c9d5d 100644 --- a/docs/posts/index.html +++ b/docs/posts/index.html @@ -32,6 +32,18 @@ <article class="post-entry"> <header class="entry-header"> + <h2>PHP カンファレンス沖縄で出題されたコードゴルフの問題を解いてみた</h2> + </header> + <section class="entry-content"> + <p>PHP カンファレンス沖縄の懇親会 LT で出題されたコードゴルフの問題を解いてみた。</p> + </section> + <footer class="entry-footer"> + Posted on <time>2022-08-27</time> + </footer> + <a class="entry-link" href="https://blog.nsfisis.dev/posts/2022-08-27/php-conference-okinawa-code-golf/"></a> +</article> +<article class="post-entry"> + <header class="entry-header"> <h2>PHPerKaigi 2022</h2> </header> <section class="entry-content"> @@ -138,18 +150,6 @@ </footer> <a class="entry-link" href="https://blog.nsfisis.dev/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre/"></a> </article> -<article class="post-entry"> - <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"> - Posted on <time>2021-10-02</time> - </footer> - <a class="entry-link" href="https://blog.nsfisis.dev/posts/2021-10-02/python-unbound-local-error/"></a> -</article> <footer class="page-footer"> <nav class="pagination"> <a class="next" href="/posts/page/2/"> →</a> |
