Added a table entry on httpprocwatchd and added a license column.
This commit is contained in:
parent
acd346c450
commit
16c8690d35
@ -36,26 +36,38 @@ block content
|
|||||||
a(href='stuff/article/rpi_root_on_external_drive') How to move a root partition from SD card off to external drive on Raspberry Pi
|
a(href='stuff/article/rpi_root_on_external_drive') How to move a root partition from SD card off to external drive on Raspberry Pi
|
||||||
section#programs-scripts
|
section#programs-scripts
|
||||||
h2 Programs and scripts
|
h2 Programs and scripts
|
||||||
p.center Simple, yet useful (at least for me) programs and scripts I made. Everything is licensed under MIT.
|
p.center Simple, yet useful (at least for me) programs and scripts I made.
|
||||||
table
|
table
|
||||||
tr
|
tr
|
||||||
td
|
td
|
||||||
td February 2021
|
td February 2021
|
||||||
td Go
|
td Go
|
||||||
td
|
td
|
||||||
|
td
|
||||||
tr
|
tr
|
||||||
td(colspan='4')
|
td(colspan='5')
|
||||||
p I will soon release two tools written in Go. I just want to finish them and give them proper names. The one is a wrapper for nsupdate BIND9's utility used for updating DNS resource records through a POST query. And the other one is a tool for monitoring up/down status of a set of processes and giving it out in form of a JSON object.
|
p I will soon release two tools written in Go. I just want to finish them and give them proper names. The one is a wrapper for nsupdate BIND9's utility used for updating DNS resource records through a POST query. And the other one is a tool for monitoring up/down status of a set of processes and giving it out in form of a JSON object.
|
||||||
|
tr
|
||||||
|
td httpprocwatchd
|
||||||
|
td 1.0.0 (12 March 2021)
|
||||||
|
td Go
|
||||||
|
td GPLv3
|
||||||
|
td
|
||||||
|
a(href='http://git.arav.top/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.
|
||||||
tr
|
tr
|
||||||
td PiggyBank
|
td PiggyBank
|
||||||
td 1.0.0 (8 July 2020)
|
td 1.0.0 (8 July 2020)
|
||||||
td Python
|
td Python
|
||||||
|
td MIT
|
||||||
td
|
td
|
||||||
a(href='http://git.arav.top/Arav/PiggyBank') source
|
a(href='http://git.arav.top/Arav/PiggyBank') source
|
||||||
|
|
|
|
||||||
a(href='http://git.arav.top/Arav/PiggyBank/releases') releases
|
a(href='http://git.arav.top/Arav/PiggyBank/releases') releases
|
||||||
tr
|
tr
|
||||||
td(colspan='4')
|
td(colspan='5')
|
||||||
p One of the most autistic shit I ever made. :)
|
p One of the most autistic shit I ever made. :)
|
||||||
p Many years ago I wrote a little script to keep track of my piggy bank to learn how to work with SQLite 3 in Python.
|
p Many years ago I wrote a little script to keep track of my piggy bank to learn how to work with SQLite 3 in Python.
|
||||||
p Now I wanted to learn how to make packages that could be installed using pip. And I took that script and made a universal simple solution that can work with any currency (that script was nailed to rubles). I threw SQLite and made a simple text format.
|
p Now I wanted to learn how to make packages that could be installed using pip. And I took that script and made a universal simple solution that can work with any currency (that script was nailed to rubles). I threw SQLite and made a simple text format.
|
||||||
@ -63,22 +75,24 @@ block content
|
|||||||
td ScrapTheChan
|
td ScrapTheChan
|
||||||
td 0.4.0 (18 November 2020)
|
td 0.4.0 (18 November 2020)
|
||||||
td Python
|
td Python
|
||||||
|
td MIT
|
||||||
td
|
td
|
||||||
a(href='http://git.arav.top/Arav/ScrapTheChan') source
|
a(href='http://git.arav.top/Arav/ScrapTheChan') source
|
||||||
|
|
|
|
||||||
a(href='http://git.arav.top/Arav/ScrapTheChan/releases') releases
|
a(href='http://git.arav.top/Arav/ScrapTheChan/releases') releases
|
||||||
tr
|
tr
|
||||||
td(colspan='4')
|
td(colspan='5')
|
||||||
p Imageboards file scraper using theirs JSON API. Currently supported: 4chan.org, lainchan.org, 2ch.hk and 8kun.top.
|
p Imageboards file scraper using theirs JSON API. Currently supported: 4chan.org, lainchan.org, 2ch.hk and 8kun.top.
|
||||||
p Attention! Was made to the point it works. Lotta shitcode!
|
p Attention! Was made to the point it works. Lotta shitcode!
|
||||||
tr
|
tr
|
||||||
td OpenNIC active domains extraction script
|
td OpenNIC active domains extraction script
|
||||||
td 10 July 2020
|
td 10 July 2020
|
||||||
td Bash
|
td Bash
|
||||||
|
td MIT
|
||||||
td
|
td
|
||||||
a(href='http://git.arav.top/Arav/opennic-extract-domains') source
|
a(href='http://git.arav.top/Arav/opennic-extract-domains') source
|
||||||
tr
|
tr
|
||||||
td(colspan='4')
|
td(colspan='5')
|
||||||
p Bash script for BIND9 that extracts domains from zone files of OpenNIC and forms a list of domains that have an IP-address.
|
p Bash script for BIND9 that extracts domains from zone files of OpenNIC and forms a list of domains that have an IP-address.
|
||||||
section#music
|
section#music
|
||||||
h2 Music
|
h2 Music
|
||||||
|
Loading…
Reference in New Issue
Block a user