diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-04-12 16:14:41 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-04-12 16:14:41 +0900 |
| commit | 136b885f351ba3c51d635adcc5ddcd56ccebd3a7 (patch) | |
| tree | 8889ecf560064c4280fb3169d6f7b3d2dd236c2c | |
| parent | 008535f896ad3a1f267877fa045111d70845e22a (diff) | |
| download | blog.nsfisis.dev-136b885f351ba3c51d635adcc5ddcd56ccebd3a7.tar.gz blog.nsfisis.dev-136b885f351ba3c51d635adcc5ddcd56ccebd3a7.tar.zst blog.nsfisis.dev-136b885f351ba3c51d635adcc5ddcd56ccebd3a7.zip | |
feat(content): slide /slides/2023-04-12/phpstudy-tokyo-151/
| -rw-r--r-- | content/slides/2023-04-12/phpstudy-tokyo-151.xml | 23 | ||||
| -rw-r--r-- | content/slides/2023-04-12/phpstudy-tokyo-151/slide.pdf | bin | 0 -> 202360 bytes | |||
| -rw-r--r-- | public/about/index.html | 3 | ||||
| -rw-r--r-- | public/slides/2023-04-12/phpstudy-tokyo-151/index.html | 80 | ||||
| -rw-r--r-- | public/slides/2023-04-12/phpstudy-tokyo-151/slide.pdf | bin | 0 -> 202360 bytes | |||
| -rw-r--r-- | public/slides/index.html | 14 | ||||
| -rw-r--r-- | public/tags/php/index.html | 14 | ||||
| -rw-r--r-- | public/tags/phpstudy-tokyo/index.html | 14 |
8 files changed, 148 insertions, 0 deletions
diff --git a/content/slides/2023-04-12/phpstudy-tokyo-151.xml b/content/slides/2023-04-12/phpstudy-tokyo-151.xml new file mode 100644 index 0000000..ed59e13 --- /dev/null +++ b/content/slides/2023-04-12/phpstudy-tokyo-151.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<slide> + <info> + <title>list でない array の末尾を探す</title> + <event> + PHP 勉強会@東京 第151 回 + </event> + <talktype> + LT + </talktype> + <link>/slides/2023-04-12/phpstudy-tokyo-151/slide.pdf</link> + <keywordset> + <keyword>php</keyword> + <keyword>phpstudy-tokyo</keyword> + </keywordset> + <revhistory> + <revision> + <date>2023-04-12</date> + <revremark>登壇</revremark> + </revision> + </revhistory> + </info> +</slide> diff --git a/content/slides/2023-04-12/phpstudy-tokyo-151/slide.pdf b/content/slides/2023-04-12/phpstudy-tokyo-151/slide.pdf Binary files differnew file mode 100644 index 0000000..422d9b8 --- /dev/null +++ b/content/slides/2023-04-12/phpstudy-tokyo-151/slide.pdf diff --git a/public/about/index.html b/public/about/index.html index efbef3f..942f99d 100644 --- a/public/about/index.html +++ b/public/about/index.html @@ -67,6 +67,9 @@ <h2>登壇</h2> <ul> <li> + <a href="/slides/2023-04-12/phpstudy-tokyo-151/">2023-04-12: PHP 勉強会@東京 第151 回 (LT)</a> + </li> + <li> <a href="/slides/2023-03-25/phperkaigi-2023-tokens/">2023-03-25: PHPerKaigi 2023 (トークン解説セッション)</a> </li> <li> diff --git a/public/slides/2023-04-12/phpstudy-tokyo-151/index.html b/public/slides/2023-04-12/phpstudy-tokyo-151/index.html new file mode 100644 index 0000000..8cf977c --- /dev/null +++ b/public/slides/2023-04-12/phpstudy-tokyo-151/index.html @@ -0,0 +1,80 @@ +<!DOCTYPE html> +<html lang="ja-JP"> + <head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta name="author" content="nsfisis"> + <meta name="copyright" content="© 2023 nsfisis"> + <meta name="description" content="list でない array の末尾を探す"> + <meta name="keywords" content="PHP,PHP 勉強会@東京"> + <link rel="icon" type="image/svg+xml" href="/favicon.svg"> + <title>PHP 勉強会@東京 第151 回 (LT) | REPL: Rest-Eat-Program Loop</title> + <link rel="stylesheet" href="/style.css?h=5acc7a3b97936927a2f330acee0c6e3f"> + <link rel="stylesheet" href="/hl.css?h=340e65ffd5c17713efc9107c06304f7b"> + </head> + <body class="single"> + <header class="header"> + <nav class="nav"> + <ul> + <li> + <a href="/">REPL: Rest-Eat-Program Loop</a> + </li> + <li> + <a href="/about/">About</a> + </li> + <li> + <a href="/posts/">Posts</a> + </li> + <li> + <a href="/slides/">Slides</a> + </li> + <li> + <a href="/tags/">Tags</a> + </li> + </ul> + </nav> + </header> + <main class="main"> + <article class="post-single"> + <header class="post-header"> + <h1 class="post-title">list でない array の末尾を探す</h1> + <ul class="post-tags"> + <li class="tag"> + <a href="/tags/php/">PHP</a> + </li> + <li class="tag"> + <a href="/tags/phpstudy-tokyo/">PHP 勉強会@東京</a> + </li> + </ul> + </header> + <div class="post-content"> + <section> + <h2 id="changelog">更新履歴</h2> + <ol> + <li class="revision"> + <time datetime="2023-04-12">2023-04-12</time>: 登壇 + </li> + </ol> + </section> + <canvas data-slide-link="/slides/2023-04-12/phpstudy-tokyo-151/slide.pdf" id="slide"> + </canvas> + <div> + <button id="prev"> + Prev + </button> + <button id="next"> + Next + </button> + </div> + <script src="/pdf.min.js?h=68f61939cb81f9ae70a7ee2af2e9dcf8"> + </script> + <script src="/slide.js?h=851ec3f450457f6c7117cdac62926bf3" type="module"> + </script> + </div> + </article> + </main> + <footer class="footer"> + © 2021 nsfisis + </footer> + </body> +</html> diff --git a/public/slides/2023-04-12/phpstudy-tokyo-151/slide.pdf b/public/slides/2023-04-12/phpstudy-tokyo-151/slide.pdf Binary files differnew file mode 100644 index 0000000..422d9b8 --- /dev/null +++ b/public/slides/2023-04-12/phpstudy-tokyo-151/slide.pdf diff --git a/public/slides/index.html b/public/slides/index.html index 527cffc..c31eee6 100644 --- a/public/slides/index.html +++ b/public/slides/index.html @@ -37,6 +37,20 @@ <h1>スライド一覧</h1> </header> <article class="post-entry"> + <a href="/slides/2023-04-12/phpstudy-tokyo-151/"> <header class="entry-header"> + <h2>登壇: PHP 勉強会@東京 第151 回 (LT)</h2> + </header> + <section class="entry-content"> + <p> + list でない array の末尾を探す + </p> + </section> + <footer class="entry-footer"> + <time datetime="2023-04-12">2023-04-12</time> 登壇 + </footer> +</a> + </article> + <article class="post-entry"> <a href="/slides/2023-03-25/phperkaigi-2023-tokens/"> <header class="entry-header"> <h2>登壇: PHPerKaigi 2023 (トークン解説セッション)</h2> </header> diff --git a/public/tags/php/index.html b/public/tags/php/index.html index 33d62bc..cafd391 100644 --- a/public/tags/php/index.html +++ b/public/tags/php/index.html @@ -38,6 +38,20 @@ <h1>タグ「PHP」一覧</h1> </header> <article class="post-entry"> + <a href="/slides/2023-04-12/phpstudy-tokyo-151/"> <header class="entry-header"> + <h2>登壇: PHP 勉強会@東京 第151 回 (LT)</h2> + </header> + <section class="entry-content"> + <p> + list でない array の末尾を探す + </p> + </section> + <footer class="entry-footer"> + <time datetime="2023-04-12">2023-04-12</time> 登壇 + </footer> +</a> + </article> + <article class="post-entry"> <a href="/posts/2023-04-04/phperkaigi-2023-report/"> <header class="entry-header"> <h2>PHPerKaigi 2023 参加レポ</h2> </header> diff --git a/public/tags/phpstudy-tokyo/index.html b/public/tags/phpstudy-tokyo/index.html index dacc675..9bd7339 100644 --- a/public/tags/phpstudy-tokyo/index.html +++ b/public/tags/phpstudy-tokyo/index.html @@ -38,6 +38,20 @@ <h1>タグ「PHP 勉強会@東京」一覧</h1> </header> <article class="post-entry"> + <a href="/slides/2023-04-12/phpstudy-tokyo-151/"> <header class="entry-header"> + <h2>登壇: PHP 勉強会@東京 第151 回 (LT)</h2> + </header> + <section class="entry-content"> + <p> + list でない array の末尾を探す + </p> + </section> + <footer class="entry-footer"> + <time datetime="2023-04-12">2023-04-12</time> 登壇 + </footer> +</a> + </article> + <article class="post-entry"> <a href="/slides/2023-03-15/phpstudy-tokyo-150/"> <header class="entry-header"> <h2>登壇: PHP 勉強会@東京 第150 回 (LT)</h2> </header> |
