summaryrefslogtreecommitdiffhomepage
path: root/vhosts/blog/content/posts/2021-10-02
diff options
context:
space:
mode:
Diffstat (limited to 'vhosts/blog/content/posts/2021-10-02')
-rw-r--r--vhosts/blog/content/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes.ndoc4
-rw-r--r--vhosts/blog/content/posts/2021-10-02/python-unbound-local-error.ndoc2
-rw-r--r--vhosts/blog/content/posts/2021-10-02/ruby-detect-running-implementation.ndoc2
-rw-r--r--vhosts/blog/content/posts/2021-10-02/ruby-then-keyword-and-case-in.ndoc4
-rw-r--r--vhosts/blog/content/posts/2021-10-02/rust-where-are-primitive-types-from.ndoc4
-rw-r--r--vhosts/blog/content/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre.ndoc10
-rw-r--r--vhosts/blog/content/posts/2021-10-02/vim-swap-order-of-selected-lines.ndoc2
7 files changed, 14 insertions, 14 deletions
diff --git a/vhosts/blog/content/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes.ndoc b/vhosts/blog/content/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes.ndoc
index 029b290e..244786dd 100644
--- a/vhosts/blog/content/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes.ndoc
+++ b/vhosts/blog/content/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes.ndoc
@@ -15,7 +15,7 @@ remark = "Qiita から移植"
<article>
<note>
この記事は Qiita から移植してきたものです。
- 元 URL: <a href="https://qiita.com/nsfisis/items/94090937bcf860cfa93b">https://qiita.com/nsfisis/items/94090937bcf860cfa93b</a>
+ 元 URL: https://qiita.com/nsfisis/items/94090937bcf860cfa93b
</note>
<p>
タイトル落ち。まずはこのコードを見て欲しい。
@@ -100,7 +100,7 @@ remark = "Qiita から移植"
C++17 の仕様も見てみる (正確には標準化前のドラフト)。
</p>
<p>
- 引用元: <a href="https://timsong-cpp.github.io/cppwp/n4659/dcl.attr#grammar-4">https://timsong-cpp.github.io/cppwp/n4659/dcl.attr#grammar-4</a>
+ 引用元: https://timsong-cpp.github.io/cppwp/n4659/dcl.attr#grammar-4
</p>
<blockquote>
<p>
diff --git a/vhosts/blog/content/posts/2021-10-02/python-unbound-local-error.ndoc b/vhosts/blog/content/posts/2021-10-02/python-unbound-local-error.ndoc
index 66a98cc2..b771e8c8 100644
--- a/vhosts/blog/content/posts/2021-10-02/python-unbound-local-error.ndoc
+++ b/vhosts/blog/content/posts/2021-10-02/python-unbound-local-error.ndoc
@@ -15,7 +15,7 @@ remark = "Qiita から移植"
<article>
<note>
この記事は Qiita から移植してきたものです。
- 元 URL: <a href="https://qiita.com/nsfisis/items/5d733703afcb35bbf399">https://qiita.com/nsfisis/items/5d733703afcb35bbf399</a>
+ 元 URL: https://qiita.com/nsfisis/items/5d733703afcb35bbf399
</note>
<p>
本記事は Python 3.7.6 の動作結果を元にして書かれている。
diff --git a/vhosts/blog/content/posts/2021-10-02/ruby-detect-running-implementation.ndoc b/vhosts/blog/content/posts/2021-10-02/ruby-detect-running-implementation.ndoc
index 74d4b876..af02fde4 100644
--- a/vhosts/blog/content/posts/2021-10-02/ruby-detect-running-implementation.ndoc
+++ b/vhosts/blog/content/posts/2021-10-02/ruby-detect-running-implementation.ndoc
@@ -14,7 +14,7 @@ remark = "Qiita から移植"
<article>
<note>
この記事は Qiita から移植してきたものです。
- 元 URL: <a href="https://qiita.com/nsfisis/items/74d7ffeeebc51b20d791">https://qiita.com/nsfisis/items/74d7ffeeebc51b20d791</a>
+ 元 URL: https://qiita.com/nsfisis/items/74d7ffeeebc51b20d791
</note>
<p>
Ruby
diff --git a/vhosts/blog/content/posts/2021-10-02/ruby-then-keyword-and-case-in.ndoc b/vhosts/blog/content/posts/2021-10-02/ruby-then-keyword-and-case-in.ndoc
index 7d7007c2..ef2534c4 100644
--- a/vhosts/blog/content/posts/2021-10-02/ruby-then-keyword-and-case-in.ndoc
+++ b/vhosts/blog/content/posts/2021-10-02/ruby-then-keyword-and-case-in.ndoc
@@ -15,7 +15,7 @@ remark = "Qiita から移植"
<article>
<note>
この記事は Qiita から移植してきたものです。
- 元 URL: <a href="https://qiita.com/nsfisis/items/787a8cf888a304497223">https://qiita.com/nsfisis/items/787a8cf888a304497223</a>
+ 元 URL: https://qiita.com/nsfisis/items/787a8cf888a304497223
</note>
<section id="tl-dr">
<h>TL; DR</h>
@@ -162,7 +162,7 @@ remark = "Qiita から移植"
の説明は省略)。
</p>
<p>
- <a href="https://github.com/ruby/ruby/blob/221ca0f8281d39f0dfdfe13b2448875384bbf735/parse.y#L3961-L3986">https://github.com/ruby/ruby/blob/221ca0f8281d39f0dfdfe13b2448875384bbf735/parse.y#L3961-L3986</a>
+ https://github.com/ruby/ruby/blob/221ca0f8281d39f0dfdfe13b2448875384bbf735/parse.y#L3961-L3986
</p>
<codeblock language="yacc">
<![CDATA[
diff --git a/vhosts/blog/content/posts/2021-10-02/rust-where-are-primitive-types-from.ndoc b/vhosts/blog/content/posts/2021-10-02/rust-where-are-primitive-types-from.ndoc
index 073df5fd..1ce2607f 100644
--- a/vhosts/blog/content/posts/2021-10-02/rust-where-are-primitive-types-from.ndoc
+++ b/vhosts/blog/content/posts/2021-10-02/rust-where-are-primitive-types-from.ndoc
@@ -14,7 +14,7 @@ remark = "Qiita から移植"
<article>
<note>
この記事は Qiita から移植してきたものです。
- 元 URL: <a href="https://qiita.com/nsfisis/items/9a429432258bbcd6c565">https://qiita.com/nsfisis/items/9a429432258bbcd6c565</a>
+ 元 URL: https://qiita.com/nsfisis/items/9a429432258bbcd6c565
</note>
<section id="intro">
<h>前置き</h>
@@ -63,7 +63,7 @@ remark = "Qiita から移植"
調査に使用したソース (調査時点での最新 master)
</p>
<p>
- <a href="https://github.com/rust-lang/rust/tree/511ed9f2356af365ad8affe046b3dd33f7ac3c98">https://github.com/rust-lang/rust/tree/511ed9f2356af365ad8affe046b3dd33f7ac3c98</a>
+ https://github.com/rust-lang/rust/tree/511ed9f2356af365ad8affe046b3dd33f7ac3c98
</p>
<p>
どのようにして調べるか。rustc
diff --git a/vhosts/blog/content/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre.ndoc b/vhosts/blog/content/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre.ndoc
index 5e7e182b..ddee7686 100644
--- a/vhosts/blog/content/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre.ndoc
+++ b/vhosts/blog/content/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre.ndoc
@@ -14,7 +14,7 @@ remark = "Qiita から移植"
<article>
<note>
この記事は Qiita から移植してきたものです。
- 元 URL: <a href="https://qiita.com/nsfisis/items/79ab4db8564032de0b25">https://qiita.com/nsfisis/items/79ab4db8564032de0b25</a>
+ 元 URL: https://qiita.com/nsfisis/items/79ab4db8564032de0b25
</note>
<section id="tl-dr">
<h>TL; DR</h>
@@ -61,7 +61,7 @@ remark = "Qiita から移植"
の名前と内部で使われている整数値とのマッピングを定義している箇所である。見ての通り、上でエイリアスではないかと述べた3組には、それぞれ同じ内部値が使われている。
</p>
<p>
- <a href="https://github.com/vim/vim/blob/8e6be34338f13a6a625f19bcef82019c9adc65f2/src/autocmd.c#L85-L86">https://github.com/vim/vim/blob/8e6be34338f13a6a625f19bcef82019c9adc65f2/src/autocmd.c#L85-L86</a>
+ https://github.com/vim/vim/blob/8e6be34338f13a6a625f19bcef82019c9adc65f2/src/autocmd.c#L85-L86
</p>
<codeblock language="c">
<![CDATA[
@@ -70,7 +70,7 @@ remark = "Qiita から移植"
]]>
</codeblock>
<p>
- <a href="https://github.com/vim/vim/blob/8e6be34338f13a6a625f19bcef82019c9adc65f2/src/autocmd.c#L95-L97">https://github.com/vim/vim/blob/8e6be34338f13a6a625f19bcef82019c9adc65f2/src/autocmd.c#L95-L97</a>
+ https://github.com/vim/vim/blob/8e6be34338f13a6a625f19bcef82019c9adc65f2/src/autocmd.c#L95-L97
</p>
<codeblock language="c">
<![CDATA[
@@ -80,7 +80,7 @@ remark = "Qiita から移植"
]]>
</codeblock>
<p>
- <a href="https://github.com/vim/vim/blob/8e6be34338f13a6a625f19bcef82019c9adc65f2/src/autocmd.c#L103-L105">https://github.com/vim/vim/blob/8e6be34338f13a6a625f19bcef82019c9adc65f2/src/autocmd.c#L103-L105</a>
+ https://github.com/vim/vim/blob/8e6be34338f13a6a625f19bcef82019c9adc65f2/src/autocmd.c#L103-L105
</p>
<codeblock language="c">
<![CDATA[
@@ -97,7 +97,7 @@ remark = "Qiita から移植"
で書かれている。以下にある通り、はっきり <code>aliases</code> と書かれている。
</p>
<p>
- <a href="https://github.com/neovim/neovim/blob/71d4f5851f068eeb432af34850dddda8cc1c71e3/src/nvim/auevents.lua#L119-L124">https://github.com/neovim/neovim/blob/71d4f5851f068eeb432af34850dddda8cc1c71e3/src/nvim/auevents.lua#L119-L124</a>
+ https://github.com/neovim/neovim/blob/71d4f5851f068eeb432af34850dddda8cc1c71e3/src/nvim/auevents.lua#L119-L124
</p>
<codeblock language="lua">
<![CDATA[
diff --git a/vhosts/blog/content/posts/2021-10-02/vim-swap-order-of-selected-lines.ndoc b/vhosts/blog/content/posts/2021-10-02/vim-swap-order-of-selected-lines.ndoc
index 882755f6..699a0e28 100644
--- a/vhosts/blog/content/posts/2021-10-02/vim-swap-order-of-selected-lines.ndoc
+++ b/vhosts/blog/content/posts/2021-10-02/vim-swap-order-of-selected-lines.ndoc
@@ -14,7 +14,7 @@ remark = "Qiita から移植"
<article>
<note>
この記事は Qiita から移植してきたものです。
- 元 URL: <a href="https://qiita.com/nsfisis/items/4fefb361d9a693803520">https://qiita.com/nsfisis/items/4fefb361d9a693803520</a>
+ 元 URL: https://qiita.com/nsfisis/items/4fefb361d9a693803520
</note>
<section id="tl-dr">
<h>TL; DR</h>