From 911026c149268cd1c95f583432ae6d3aed065009 Mon Sep 17 00:00:00 2001 From: mcthomas Date: Sat, 27 Jun 2020 19:00:39 -0500 Subject: [PATCH 1/3] Added rand num generator --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7209f45..56ac7b5 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,7 @@ Structured data of the list (kept in sync) is in [structured.yaml](structured.ya ## Generators +* curl `"https://www.random.org/integers/?num=1&min=1&max=100&col=1&base=10&format=plain&rnd=new"` - generate random number * `git commit -m $(curl -sk whatthecommit.com/index.txt)` — generate random commit message * `curl -H 'Accept: text/plain' foaas.com/cool/:from` — fuck off as a service * `curl pseudorandom.name` — generate a pseudo random (American?) name ([treyhunner/pseudorandom.name](https://github.com/treyhunner/pseudorandom.name)) From db30f456fed9434a602a50a3d3dd12055f5932ab Mon Sep 17 00:00:00 2001 From: mcthomas Date: Sat, 27 Jun 2020 19:57:27 -0500 Subject: [PATCH 2/3] Added ip, doc convert, 3 social media fetch --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 56ac7b5..fcc347b 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ Structured data of the list (kept in sync) is in [structured.yaml](structured.ya * `curl smart-ip.net/myip` * `curl ip-api.com/line?fields=query` * `curl ifconfig.io/ip` +* `curl -s ip.liquidweb.com` ### DNS @@ -110,6 +111,10 @@ Structured data of the list (kept in sync) is in [structured.yaml](structured.ya ## Tools * `curl qrenco.de/STRING` or `echo STRING | curl -F-=\<- qrenco.de` — create QR-code for a string ([chubin/qrenco.de](https://github.com/chubin/qrenco.de)) +* `curl "http://c.docverter.com/convert" -F from=html -F to=pdf -F "input_files[]=@your-file-name.html" -o "output-file-name.pdf"` - convert a document ([source](https://github.com/docverter/docverter)) +* `curl -s "https://decapi.me/youtube/latest_video?user=NPR"` - title/URL of latest upload from indicated YouTube channel +* `curl -s "https://decapi.me/twitter/latest?name=NPR"` - last tweet from indicated account +* `curl -s "https://decapi.me/twitch/uptime?channel=IGN"` - check if indicated twitch channel is online ## Monitoring From ad8f791af12f1485108b98d0fb4487c297a1ae5b Mon Sep 17 00:00:00 2001 From: mcthomas Date: Sat, 27 Jun 2020 22:14:55 -0500 Subject: [PATCH 3/3] Added sdf --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fcc347b..4f1c6d1 100644 --- a/README.md +++ b/README.md @@ -203,6 +203,7 @@ Telnet/SSH-based games: * `ssh slashem@slashem.me` - nethack and others * `ssh rodney@rlgallery.org` - rogue; password: yendor * `ssh pong.brk.st` - singleplayer pong +* `ssh tty.sdf.org` - requires you to [make an account](https://sdf.org) first * `telnet dungeon.name 20028` - infinite cave adventure * `telnet darkrealms.ca` - RPG * `telnet freechess.org` — Chess Game