blob: 6efc6f47127c5cb8dee97783af84d025557d80b6 (
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 http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>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/feed.xml" title="REPL: Rest-Eat-Program Loop" />
</head>
<body class="list home">
<header class="header">
<nav class="nav">
<h1 class="logo"><a href="https://blog.nsfisis.dev">REPL: Rest-Eat-Program Loop</a></h1>
</nav>
</header>
<main class="main">
<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>
<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>
<article class="post-entry">
<header class="entry-header">
<h2>My First Post</h2>
</header>
<section class="entry-content">
<p>これはテスト投稿です。これはテスト投稿です。これはテスト投稿です。</p>
</section>
<footer class="entry-footer">
Posted on <time>2021-03-05</time>
</footer>
<a class="entry-link" href="https://blog.nsfisis.dev/posts/2021-03-05/my-first-post/"></a>
</article>
<footer class="page-footer">
<nav class="pagination">
<a class="prev" href="/">← </a>
</nav>
</footer></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>
|