blob: d2bbfa8f0c27bf44d5a902bd7b3c865164767fec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
|
<!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="テキストファイルの末尾には改行コードを入れよう">
<meta name="keywords" content="PHP,PHP 勉強会@東京">
<meta property="og:type" content="article">
<meta property="og:title" content="PHP 勉強会@東京 第153 回 (LT)|REPL: Rest-Eat-Program Loop">
<meta property="og:description" content="テキストファイルの末尾には改行コードを入れよう">
<meta property="og:site_name" content="REPL: Rest-Eat-Program Loop">
<meta property="og:locale" content="ja_JP">
<meta name="Hatena::Bookmark" content="nocomment">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>PHP 勉強会@東京 第153 回 (LT)|REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/style.css?h=899271ae83285479ca025cc358975c53">
</head>
<body class="single">
<header class="header">
<div class="site-logo">
<a href="/">REPL: Rest-Eat-Program Loop</a>
</div>
<nav class="nav">
<ul>
<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">テキストファイルの末尾には改行コードを入れよう</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 id="changelog">
<h2><a href="#changelog">更新履歴</a></h2>
<ol>
<li class="revision">
<time datetime="2023-06-21">2023-06-21</time>: 登壇
</li>
</ol>
</section>
<canvas data-slide-link="/slides/2023-06-21/phpstudy-tokyo-153/slide.pdf" id="slide">
</canvas>
<div>
<button id="prev" type="button">
Prev
</button>
<button id="next" type="button">
Next
</button>
</div>
<script src="/slide.js?h=9e13ae7b86004d858e6bc1f38129cc88" type="module">
</script>
</div>
</article>
</main>
<footer class="footer">
© 2021 nsfisis
</footer>
</body>
</html>
|