~vladh/hare-project-library

hare-project-library: adding blainsmith hare projects v1 PROPOSED

: 1
 adding blainsmith hare projects

 1 files changed, 12 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~vladh/hare-project-library/patches/37406/mbox | git am -3
Learn more about email & git

[PATCH hare-project-library] adding blainsmith hare projects Export this patch

From: Blain Smith <rebelgeek@blainsmith.com>

---
 README.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/README.md b/README.md
index 309aa93..5a6a41e 100644
--- a/README.md
+++ b/README.md
@@ -22,9 +22,14 @@ If you're interested specifically in 3D graphics, check out
* [~smlavine/bf](https://sr.ht/~smlavine/bf): Modular Brainfuck interpreter written in Hare
* [~sircmpwn/habf](https://git.sr.ht/~sircmpwn/habf): Hare Brainfuck compiler

## Cryptography and hashing

* [~blainsmith/hare-seahash](https://git.sr.ht/~blainsmith/hare-seahash): Seahash hashing algorithm

## Database tools

* [~sircmpwn/hare-redis](https://git.sr.ht/~sircmpwn/hare-redis)†: Redis client for Hare
* [~blainsmith/hare-sqlite](https://git.sr.ht/~blainsmith/hare-sqlite): SQLite client for Hare

## Date and time

@@ -72,6 +77,12 @@ If you're interested specifically in 3D graphics, check out
* [~smlavine/quadratic](https://sr.ht/~smlavine/quadratic): A simple command-line quadratic formula solver
* [~yerinalexey/csq](https://sr.ht/~yerinalexey/csq): A calculator for common fractions

## Observability, metrics, logging, and tracing

* [~blainsmith/hare-clrfmt](https://git.sr.ht/~blainsmith/hare-clrfmt): ANSI colorized text in the terminal
* [~blainsmith/hare-prometheus](https://git.sr.ht/~blainsmith/hare-prometheus): A logfmt formatter for [log::logger](https://docs.harelang.org/log)
* [~blainsmith/hare-prometheus](https://git.sr.ht/~blainsmith/hare-prometheus): WIP [Prometheus](https://prometheus.io) metrics

## Networking

* [~sircmpwn/btqd](https://git.sr.ht/~sircmpwn/btqd): Bittorrent queue daemon
@@ -83,6 +94,7 @@ If you're interested specifically in 3D graphics, check out
* [~bitfehler/hare-tftp](https://git.sr.ht/~bitfehler/hare-tftp): WIP TFTP library/client/server
* [~illiliti/hare-dnscrypt](https://codeberg.org/illiliti/hare-dnscrypt): dnscrypt client & server
* [~apreiml/hare-tls](https://git.sr.ht/~apreiml/hare-tls): WIP hare TLS library
* [~blainsmith/hare-icmp](https://git.sr.ht/~blainsmith/hare-icmp): WIP hare ICMP library

## Operating systems

-- 
2.34.1
Thanks! :)