diff options
| author | Radiohotline <radiohotline@disroot.org> | 2026-05-26 12:30:17 +0000 |
|---|---|---|
| committer | Radiohotline <radiohotline@disroot.org> | 2026-05-26 12:30:17 +0000 |
| commit | b39758cf6c6d4b1b8de99e51cbff8120cff63a78 (patch) | |
| tree | b7ae796ed41696e3470434912e231dcae943a497 /software | |
| parent | bb37417a6d50688e6090d4bd16a7e6c6ee8fbb89 (diff) | |
css
Diffstat (limited to 'software')
| -rw-r--r-- | software/_header.md | 2 | ||||
| -rw-r--r-- | software/binary-choice-ranker.md | 5 | ||||
| -rw-r--r-- | software/coreutils.md | 16 | ||||
| -rw-r--r-- | software/troysort.md | 2 |
4 files changed, 19 insertions, 6 deletions
diff --git a/software/_header.md b/software/_header.md index 8d3f802..1f6bd66 100644 --- a/software/_header.md +++ b/software/_header.md @@ -1 +1 @@ -Found here are my poor attempts at manipulating the metallic flesh of the machine. Unfortunately hosted on [GitHub](https://github.com/radiohotline/). +Found here are my poor attempts at manipulating the metallic flesh of the machine. Unfortunately hosted on [GitHub](https://github.com/radiohotline/). A self-hosted version control system will be set up. diff --git a/software/binary-choice-ranker.md b/software/binary-choice-ranker.md new file mode 100644 index 0000000..e1c8629 --- /dev/null +++ b/software/binary-choice-ranker.md @@ -0,0 +1,5 @@ +# Binary choice ranker + +I needed a ranker that accepts a plaintext list instead of individually entered items, so I made one. + +It can be found at [https://softmachine.dev/sort](https://softmachine.dev/sort). diff --git a/software/coreutils.md b/software/coreutils.md index 4c3c88c..fcce125 100644 --- a/software/coreutils.md +++ b/software/coreutils.md @@ -3,13 +3,21 @@ Minimalist coreutils implementation in C. It contains only the functions that I actually use in each program, for better or for worse. In a way, it is inspired by Plan 9's implementations, which are much simpler than Gnu's. To-Do: -- [x] echo + +- [x] echo + - [x] cat -- [x] tac -- [x] head -- [x] tail + +- [x] tac + +- [x] head + +- [x] tail + - [x] touch + - [x] cp + - [ ] dd - [ ] df - [ ] dir diff --git a/software/troysort.md b/software/troysort.md index 03516dc..4792fd9 100644 --- a/software/troysort.md +++ b/software/troysort.md @@ -1,3 +1,3 @@ # Troysort -Until I fix my laptop, this is lost. Essentially, it was a "sorting algorithm" that did not sort your list. +Essentially, it was a "sorting" "algorithm" that did not sort your list. |
