From a362db911c58de43e0a2c6c88aaf9f15a9591025 Mon Sep 17 00:00:00 2001 From: David Timber Date: Sat, 6 Apr 2024 14:13:12 +0900 Subject: Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 06ad516..22abc5c 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,12 @@ projects that I really wouldn't bother making a git repo for each. I hope you enjoy your stay! ## Index -- aws-ipblocks-csv: download AWS Public IP address ranges in CSV format. No - middle man involved - everything done on your browser -- toss-aws-eip: get an Elastic IP address until you get one in the range you - want +- [aws-ipblocks-csv](aws-ipblocks-csv/README.md): download AWS Public IP address + ranges in CSV format. No middle man involved - everything done on your browser +- [toss-aws-eip](toss-aws-eip/README.md): get an Elastic IP address until you get one in + the range you want +- [flock_mmap](flock_mmap/README.md): test code demonstrating a bug in Linux's + implementation of `flock()`. - writeups: all the write ups written up - [fedora-korean/chromium-font-fallback.ko.md](writeups/fedora-korean/chromium-font-fallback.ko.md): bug report - Chromium has their own font-fallback mechanism which implements -- cgit