add a tagging system to the website

This commit is contained in:
りき萌 2025-08-24 13:18:51 +02:00
parent 701da6bc4b
commit e1b6578b2a
97 changed files with 1025 additions and 979 deletions

View file

@ -1,4 +1,6 @@
%% title = "prefix matches with C strings"
%% id = "b?01JCGAM553TJJCEJ96ADEWETQC"
title = "prefix matches with C strings"
tags = ["all", "programming", "c", "cxx"]
% id = "01JCGAM55352EF247HZ358BAJ8"
- one thing I realised while reading some code at work that worked with C strings: it's surprising how easy it is to match a prefix on a C string.