package web import "net/http" import "github.com/invopop/ctxi18n/i18n" import "git.arav.su/Arav/dwelling-home/pkg/util" templ Stuff(r *http.Request) { {{ gitSite := util.GetServiceByHost(r.Host, util.ServiceGit) }} @base(i18n.T(ctx, "base.section.stuff"), i18n.T(ctx, "stuff.description"), "articles, programs, personal projects, own music", "/stuff", r, nil) {
{ i18n.T(ctx, "stuff.text") }
{ i18n.T(ctx, "stuff.article.tabh-lu") } | { i18n.T(ctx, "stuff.article.tabh-nm") } |
---|---|
{ entry.Title } |
mccl | 0.1.2 (14.12.2023) | Go | GPLv3 | source releases |
A console Minecraft launcher. Take a look at README.md for explanation. |
||||
httpr | 0.3.2 (20.09.2023) | Go | MIT | source releases |
A simple HTTP router that supports having both regular and parametrised path's parts at the same level, like Yeah, not as efficient as httprouter is, but in my case no performance loose was noticed (on a small amount of paths). Yet I gained prettiness because it allowed me, for example, to ditch |
||||
justguestbook | 1.3.2 (22.05.2023) | Go | MIT | source |
A simple guestbook with owner's replies implementation made into a library. |
||||
justcaptcha | 2.1.0 (12.08.2023) | Go | MIT | source |
A simple CAPTCHA implementation. |
||||
kwh-cost | 1.1.3 (21.05.2024) | C | MIT+NIGGER | source |
KWh cost calculator in C. |
||||
httpprocprobed | 3.2.0 (7.07.2024) | Go | MIT+NIGGER | source |
It returns a list of processes and if they are running in a JSON format via HTTP GET request on |
||||
ScrapTheChan | 0.5.0 (3.05.2021) | Python | MIT | source releases |
Imageboards file scraper using theirs JSON API. Currently supported: 4chan.org, lainchan.org, 2ch.hk and 8kun.top. |
||||
OpenNIC active domains extraction script | 10.07.2020 | Bash | MIT | source |
Bash script for BIND9 that extracts domains from zone files of OpenNIC and forms a list of domains that have an IP-address. |
||||
PiggyBank | 1.0.0 (8.07.2020) | Python | MIT | source releases |
A program to help you to keep track of your piggy bank. A simple script I once wrote that I rewrote and made into a package just to learn how to do it. |
{ i18n.T(ctx, "stuff.music.text-1") } { i18n.T(ctx, "stuff.music.text-2") }.