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.h") }

for _, entry := range Metadata { }
{ i18n.T(ctx, "stuff.article.tabh-lu") } { i18n.T(ctx, "stuff.article.tabh-nm") }
{ entry.Title }

{ i18n.T(ctx, "stuff.progs") }

mccl 0.1.2 (14 December 2023) Go GPLv3 source releases

A console Minecraft launcher. Take a look at README.md for explanation.

httpr 0.3.2 (20 September 2023) Go MIT source releases

A simple HTTP router that supports having both regular and parametrised path's parts at the same level, like /assets/*filepath and /:a/:b with the same HTTP method.

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 /f/ part and leave just /:hash/:name instead of /f/:hash/:name in a dwelling-upload service.

justguestbook 1.3.2 (22 May 2023) Go MIT source

A simple guestbook with owner's replies implementation made into a library.

justcaptcha 2.1.0 (12 August 2023) Go MIT source

A simple CAPTCHA implementation.

kwh-cost 1.1.3 (21 May 2024) C MIT+NIGGER source

KWh cost calculator in C.

httpprocprobed 3.2.0 (7 July 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 /processes endpoint. Under the hood it searches in a /proc/ directory. It is being used on about page to show wether service's running or not.

ScrapTheChan 0.5.0 (3 May 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 July 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 July 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.h") }

{ i18n.T(ctx, "stuff.music.text-1") } { i18n.T(ctx, "stuff.music.text-2") }.

} }