aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/page/2/index.html
blob: 5d6af1b82f36abef7d35aee0345cbb6d12e3b57b (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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<!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>[C&#43;&#43;] 属性構文の属性名にはキーワードが使える [[void]] [[for]]</h2>
  </header>
  <section class="entry-content">
   <p>C&#43;&#43; の属性構文の属性名には、キーワードが使える。ネタ記事。</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/cpp-you-can-use-keywords-in-attributes/"></a>
</article>
<article class="post-entry">
  <header class="entry-header">
    <h2>[Ruby] 自身を実行している処理系の種類を判定する</h2>
  </header>
  <section class="entry-content">
   <p>Ruby には複数の実装があるが、自身を実行している処理系の種類をスクリプト上からどのように判定すればよいだろうか。</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/ruby-detect-running-implementation/"></a>
</article>
<article class="post-entry">
  <header class="entry-header">
    <h2>Vimで選択した行の順番を入れ替える</h2>
  </header>
  <section class="entry-content">
   <p>Vim で選択した行の順番を入れ替える方法。</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/vim-swap-order-of-selected-lines/"></a>
</article>
<article class="post-entry">
  <header class="entry-header">
    <h2>[Vim] autocmd events の BufWrite/BufWritePre の違い</h2>
  </header>
  <section class="entry-content">
   <p>Vim の autocmd events における BufWrite/BufWritePre がどう違うのかを調べた結果、違いはないことがわかった。</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/vim-difference-between-autocmd-bufwrite-and-bufwritepre/"></a>
</article>
<article class="post-entry">
  <header class="entry-header">
    <h2>[Python] クロージャとUnboundLocalError: local variable &#39;x&#39; 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>&copy; 2022 <a href="https://blog.nsfisis.dev">REPL: Rest-Eat-Program Loop</a></span>
  <span>&middot;</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>