diff options
Diffstat (limited to 'content/posts/2021-10-02')
7 files changed, 14 insertions, 0 deletions
diff --git a/content/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes.md b/content/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes.md index 78267d7..5658f1e 100644 --- a/content/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes.md +++ b/content/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes.md @@ -4,6 +4,8 @@ date: 2021-10-02T09:38:30+09:00 draft: false tags: ["cpp", "cpp17"] aliases: ['/posts/cpp-you-can-use-keywords-in-attributes/'] +summary: | + C++ の属性構文の属性名には、キーワードが使える。ネタ記事。 --- diff --git a/content/posts/2021-10-02/python-unbound-local-error.md b/content/posts/2021-10-02/python-unbound-local-error.md index 45baac6..e29cd67 100644 --- a/content/posts/2021-10-02/python-unbound-local-error.md +++ b/content/posts/2021-10-02/python-unbound-local-error.md @@ -4,6 +4,8 @@ date: 2021-10-02T09:32:37+09:00 draft: false tags: ["python", "python3"] aliases: ['/posts/python-unbound-local-error/'] +summary: | + Python における UnboundLocalError の理由と対処法。 --- この記事は Qiita から移植してきたものです。 diff --git a/content/posts/2021-10-02/ruby-detect-running-implementation.md b/content/posts/2021-10-02/ruby-detect-running-implementation.md index 1f1d78b..3826903 100644 --- a/content/posts/2021-10-02/ruby-detect-running-implementation.md +++ b/content/posts/2021-10-02/ruby-detect-running-implementation.md @@ -4,6 +4,8 @@ date: 2021-10-02T09:37:50+09:00 draft: false tags: ["ruby"] aliases: ['/posts/ruby-detect-running-implementation/'] +summary: | + Ruby には複数の実装があるが、自身を実行している処理系の種類をスクリプト上からどのように判定すればよいだろうか。 --- この記事は Qiita から移植してきたものです。 diff --git a/content/posts/2021-10-02/ruby-then-keyword-and-case-in.md b/content/posts/2021-10-02/ruby-then-keyword-and-case-in.md index ce311e6..8e68ef4 100644 --- a/content/posts/2021-10-02/ruby-then-keyword-and-case-in.md +++ b/content/posts/2021-10-02/ruby-then-keyword-and-case-in.md @@ -4,6 +4,8 @@ date: 2021-10-02T09:38:50+09:00 draft: false tags: ["ruby", "ruby3"] aliases: ['/posts/ruby-then-keyword-and-case-in/'] +summary: | + Ruby 3.0 で追加される case in 構文と、then キーワードについて。 --- この記事は Qiita から移植してきたものです。 diff --git a/content/posts/2021-10-02/rust-where-are-primitive-types-from.md b/content/posts/2021-10-02/rust-where-are-primitive-types-from.md index 2f2f743..b744b20 100644 --- a/content/posts/2021-10-02/rust-where-are-primitive-types-from.md +++ b/content/posts/2021-10-02/rust-where-are-primitive-types-from.md @@ -4,6 +4,8 @@ date: 2021-10-02T09:39:27+09:00 draft: false tags: ["rust"] aliases: ['/posts/rust-where-are-primitive-types-from/'] +summary: | + Rust のプリミティブ型は予約語ではなく普通の識別子である。どのようにこれが名前解決されるのかを調べた。 --- この記事は Qiita から移植してきたものです。 diff --git a/content/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre.md b/content/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre.md index acf3704..db5ed3d 100644 --- a/content/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre.md +++ b/content/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre.md @@ -4,6 +4,8 @@ date: 2021-10-02T09:37:12+09:00 draft: false tags: ["vim"] aliases: ['/posts/vim-difference-between-autocmd-bufwrite-and-bufwritepre/'] +summary: | + Vim の autocmd events における BufWrite/BufWritePre がどう違うのかを調べた結果、違いはないことがわかった。 --- この記事は Qiita から移植してきたものです。 diff --git a/content/posts/2021-10-02/vim-swap-order-of-selected-lines.md b/content/posts/2021-10-02/vim-swap-order-of-selected-lines.md index f49ed90..d336734 100644 --- a/content/posts/2021-10-02/vim-swap-order-of-selected-lines.md +++ b/content/posts/2021-10-02/vim-swap-order-of-selected-lines.md @@ -4,6 +4,8 @@ date: 2021-10-02T09:37:25+09:00 draft: false tags: ["vim"] aliases: ['/posts/vim-swap-order-of-selected-lines/'] +summary: | + Vim で選択した行の順番を入れ替える方法。 --- この記事は Qiita から移植してきたものです。 |
