From 61f9753877230808a24c5327732c7afa5d4d2f72 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Fri, 24 Dec 2021 23:58:23 +0400 Subject: [PATCH] Updated httpprocwatchd to a new version. Renamed kwh-calc to kwh-cost. --- homepage/views/stuff.pug | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/homepage/views/stuff.pug b/homepage/views/stuff.pug index 62926d5..dca7945 100644 --- a/homepage/views/stuff.pug +++ b/homepage/views/stuff.pug @@ -38,16 +38,26 @@ block content h2 Programs and scripts p.center Simple, yet useful (at least for me) programs and scripts I made. table + tr + td kwh-cost + td 1.0.0 (24 December 2021) + td C + td MIT+NIGGER + td + a(href=git_site+'/Arav/kwh-cost') source + tr + td(colspan='5') + p KWh cost calculator in C. What?.. That license? xD Learn at #[a(href='https://plusnigger.autism.exposed/') plusnigger.autism.exposed] about it. xD tr td httpprocwatchd - td 1.1.0 (4 November 2021) + td 1.2 (24 December 2021) td Go td GPLv3 td a(href=git_site+'/Arav/httpprocwatchd') source tr td(colspan='5') - p It is a process watcher that gives processes' statuses in a JSON format via HTTP GET request on /processes endpoint. Under the hood it calls a pgrep to get PIDs by process name. It is being used on about page to show wether service's running or not. + p It is a process watcher that gives processes' statuses in a JSON or XML format via HTTP GET request on /processes endpoint. Under the hood it calls a pgrep to get PIDs by process name. It is being used on about page to show wether service's running or not. tr td PiggyBank td 1.0.0 (8 July 2020)