From d4317685b3757939c434304fde18052b1305e645 Mon Sep 17 00:00:00 2001 From: riceset Date: Wed, 18 Mar 2026 19:07:33 +0900 Subject: [PATCH] rename articles --- content/Algorithms/The Dining Philosophers Problem.md | 1 + content/Algorithms/Understanding Binary Insertion Sort.md | 1 + content/Algorithms/Understanding Insertion Sort.md | 1 + content/C++/Makefile for C++ Projects.md | 1 + content/C++/The Orthodox Canonical Class Form.md | 1 + content/C++/Understanding Casts in C++.md | 1 + content/C/Replicating the Print Function in C.md | 1 + content/Miscellaneous/The XOR Swap.md | 1 + content/Swift/Dictionary.md | 1 + content/Swift/NeoMnemo.md | 1 + 10 files changed, 10 insertions(+) diff --git a/content/Algorithms/The Dining Philosophers Problem.md b/content/Algorithms/The Dining Philosophers Problem.md index 3bde25d8b..2a539aee1 100644 --- a/content/Algorithms/The Dining Philosophers Problem.md +++ b/content/Algorithms/The Dining Philosophers Problem.md @@ -1,4 +1,5 @@ --- +title: The Dining Philosophers Problem date: 2024-02-17 --- diff --git a/content/Algorithms/Understanding Binary Insertion Sort.md b/content/Algorithms/Understanding Binary Insertion Sort.md index bd5672afe..19089c369 100644 --- a/content/Algorithms/Understanding Binary Insertion Sort.md +++ b/content/Algorithms/Understanding Binary Insertion Sort.md @@ -1,4 +1,5 @@ --- +title: Understanding Binary Insertion Sort date: 2024-12-24 --- # Understanding Binary Insertion Sort diff --git a/content/Algorithms/Understanding Insertion Sort.md b/content/Algorithms/Understanding Insertion Sort.md index f133b203f..c67961d81 100644 --- a/content/Algorithms/Understanding Insertion Sort.md +++ b/content/Algorithms/Understanding Insertion Sort.md @@ -1,4 +1,5 @@ --- +title: Understanding Insertion Sort date: 2024-12-22 --- # Understanding Insertion Sort diff --git a/content/C++/Makefile for C++ Projects.md b/content/C++/Makefile for C++ Projects.md index 9846e96f2..2d0200a6f 100644 --- a/content/C++/Makefile for C++ Projects.md +++ b/content/C++/Makefile for C++ Projects.md @@ -1,4 +1,5 @@ --- +title: Writing Makefile for C++ Projects date: 2024-04-18 --- diff --git a/content/C++/The Orthodox Canonical Class Form.md b/content/C++/The Orthodox Canonical Class Form.md index ea24a5251..ac5881264 100644 --- a/content/C++/The Orthodox Canonical Class Form.md +++ b/content/C++/The Orthodox Canonical Class Form.md @@ -1,4 +1,5 @@ --- +title: Understanding the Orthodox Canonical Class Form date: 2024-08-15 --- diff --git a/content/C++/Understanding Casts in C++.md b/content/C++/Understanding Casts in C++.md index ec2714216..098fb8ada 100644 --- a/content/C++/Understanding Casts in C++.md +++ b/content/C++/Understanding Casts in C++.md @@ -1,4 +1,5 @@ --- +title: Understanding Casts in C++ date: 2024-09-07 --- diff --git a/content/C/Replicating the Print Function in C.md b/content/C/Replicating the Print Function in C.md index 094e6219c..44368a65f 100644 --- a/content/C/Replicating the Print Function in C.md +++ b/content/C/Replicating the Print Function in C.md @@ -1,4 +1,5 @@ --- +title: Replicating the Print Function in C date: 2024-02-17 --- diff --git a/content/Miscellaneous/The XOR Swap.md b/content/Miscellaneous/The XOR Swap.md index ce906d987..4b8714e63 100644 --- a/content/Miscellaneous/The XOR Swap.md +++ b/content/Miscellaneous/The XOR Swap.md @@ -1,4 +1,5 @@ --- +title: The XOR Swap date: 02-05-2024 --- diff --git a/content/Swift/Dictionary.md b/content/Swift/Dictionary.md index b20bcfe1e..b288fa057 100644 --- a/content/Swift/Dictionary.md +++ b/content/Swift/Dictionary.md @@ -1,4 +1,5 @@ --- +title: Building a Mandarin Dictionary date: 2025-11-17 --- diff --git a/content/Swift/NeoMnemo.md b/content/Swift/NeoMnemo.md index cdd8c19a2..2e69017af 100644 --- a/content/Swift/NeoMnemo.md +++ b/content/Swift/NeoMnemo.md @@ -1,4 +1,5 @@ --- +title: "NeoMnemo: My Submission for the 2025 Swift Student Challenge" date: 2025-02-25 ---