blob: e38f0a9bdc4eb5d854d7e152a3eb7fa0e514491d (
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
|
<!DOCTYPE html>
<html lang="ja-JP">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>php | REPL: Rest-Eat-Program Loop</title>
<meta name="description" content="">
<meta name="author" content="nsfisis">
<link href="https://blog.nsfisis.dev/an-old-hope.min.css" rel="stylesheet">
<link href="https://blog.nsfisis.dev/style.css" rel="stylesheet">
<link href="https://blog.nsfisis.dev/custom.css" rel="stylesheet">
<link rel="icon" href="https://blog.nsfisis.dev/favicon.svg">
<meta name="generator" content="Hugo 0.102.1" />
<link rel="alternate" type="application/rss+xml" href="https://blog.nsfisis.dev/tags/php/feed.xml" title="REPL: Rest-Eat-Program Loop" />
</head>
<body class="list">
<header class="header">
<nav class="nav">
<p class="logo"><a href="https://blog.nsfisis.dev">REPL: Rest-Eat-Program Loop</a></p>
</nav>
</header>
<main class="main">
<header class="page-header"><h1>php</h1></header>
<article class="post-entry">
<header class="entry-header">
<h2>PHPerKaigi 2023: ボツになったトークン問題 その 1</h2>
</header>
<section class="entry-content">
<p>来年の PHPerKaigi 2023 でデジタルサーカス株式会社から出題予定のトークン問題のうち、
ボツになった問題を公開する (その 1)。</p>
</section>
<footer class="entry-footer">
Posted on <time>2022-10-23</time>
</footer>
<a class="entry-link" href="https://blog.nsfisis.dev/posts/2022-10-23/phperkaigi-2023-unused-token-quiz-1/"></a>
</article>
<article class="post-entry">
<header class="entry-header">
<h2>[PHP] fizzbuzz を書く。1行あたり2文字で。</h2>
</header>
<section class="entry-content">
<p>PHP で、fizzbuzz を書いた。ただし、1行あたりに使える文字数は2文字まで。</p>
</section>
<footer class="entry-footer">
Posted on <time>2022-09-29</time>
</footer>
<a class="entry-link" href="https://blog.nsfisis.dev/posts/2022-09-29/write-fizzbuzz-in-php-2-letters-per-line/"></a>
</article>
<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">
<p>2022-04-09 から 2022-04-11 にかけて開催された、PHPerKaigi 2022 に参加した。</p>
</section>
<footer class="entry-footer">
Posted on <time>2022-05-01</time>
</footer>
<a class="entry-link" href="https://blog.nsfisis.dev/posts/2022-05-01/phperkaigi-2022/"></a>
</article>
<article class="post-entry">
<header class="entry-header">
<h2>PHPerKaigi 2022 トークン問題の解説</h2>
</header>
<section class="entry-content">
<p>PHPerKaigi 2022 で私が作成した PHPer チャレンジ問題を解説する。</p>
</section>
<footer class="entry-footer">
Posted on <time>2022-04-09</time>, updated on <time>2022-04-16</time>
</footer>
<a class="entry-link" href="https://blog.nsfisis.dev/posts/2022-04-09/phperkaigi-2022-tokens/"></a>
</article>
<article class="post-entry">
<header class="entry-header">
<h2>PHPerKaigi 2021</h2>
</header>
<section class="entry-content">
<p>2021-03-26 から 2021-03-28 にかけて開催された、PHPerKaigi 2021 に参加した。</p>
</section>
<footer class="entry-footer">
Posted on <time>2021-03-30</time>
</footer>
<a class="entry-link" href="https://blog.nsfisis.dev/posts/2021-03-30/phperkaigi-2021/"></a>
</article></main>
<footer class="footer">
<span>© 2022 <a href="https://blog.nsfisis.dev">REPL: Rest-Eat-Program Loop</a></span>
<span>·</span>
<span>Powered by <a href="https://gohugo.io/" rel="noopener" target="_blank">Hugo️️</a>️</span>
</footer>
<script src="https://blog.nsfisis.dev/highlight.min.js"></script>
<script>
hljs.initHighlightingOnLoad();
</script>
</body>
</html>
|