| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2025-08-25 | add `git-leaderboard` | Franck Cuny | 1 | -0/+128 | |
| 2025-08-25 | add seq-stat: terminal histogram generator for number sequences | Franck Cuny | 1 | -0/+115 | |
| Generates ASCII histograms using Unicode block characters for sequences of numbers provided via command line arguments or STDIN input. | |||||
| 2025-08-24 | add nix configurations for building and running `goget` | Franck Cuny | 1 | -1/+1 | |
| 2025-08-24 | add Go vanity URL service for custom import paths | Franck Cuny | 1 | -0/+165 | |
| Go vanity URLs allow developers to use custom domain names for Go module imports instead of being tied to specific hosting platforms like GitHub. This service implements the go-import meta tag protocol, allowing Go tools to automatically discover the actual Git repository location while presenting a clean, branded import path to users. | |||||
| 2025-08-17 | format go code with `nix fmt` | Franck Cuny | 1 | -9/+17 | |
