diff options
| author | Shulhan <ms@kilabit.info> | 2021-11-22 00:25:23 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2021-11-22 00:25:23 +0700 |
| commit | a985ef3ec4bec025d751ddcdfae2e269a2f4c507 (patch) | |
| tree | 821765f3f968cd9dc25383da7f4188ae7f1ddfaa | |
| parent | f6a3b9814a84c9a98d52c3b096b13a48407c9a92 (diff) | |
| download | kilabit.info-a985ef3ec4bec025d751ddcdfae2e269a2f4c507.tar.xz | |
content: add trunks, gotp, and hunspell-id to list of project
| -rw-r--r-- | _content/index.adoc | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/_content/index.adoc b/_content/index.adoc index cbce65a..5c7b913 100644 --- a/_content/index.adoc +++ b/_content/index.adoc @@ -76,13 +76,28 @@ karajo is the library and program to implement HTTP workers and manager similar to AppEngine cron. karajo has the web user interface for monitoring the jobs. +https://sr.ht/~shulhan/trunks[trunks^]:: +trunks is a Go module that provide HTTP service with web user interface for +testing HTTP endpoints (like Postman) and for load testing. +For the load testing we use +https://github.com/tsenart/vegeta[vegeta^] +as the backend. + + +https://sr.ht/~shulhan/gotp[gotp^]:: +Command line interface for Time-based One Time Password (TOTP). + https://github.com/shuLhan/haminer[haminer,target=_blank]:: haminer is a library and program to parse and forward HAProxy logs to InfluxDB for mining HTTP requests. -https://github.com/shuLhan/beku[beku (unmaintained),target=_blank]:: +https://github.com/shuLhan/hunspell-id[hunspell-id^]:: +Hunspell dictionary for Bahasa Indonesia. + + +https://github.com/shuLhan/beku[beku (deprecated, in favor of Go module)^]:: Beku is command line program to manage packages in user's environment (GOPATH or vendor directory). Beku provide syntax like pacman. |
