Update render script and Makefile

This commit is contained in:
Jonas Zeunert
2024-04-22 21:54:39 +02:00
parent 2d63fe63cd
commit 4d0cd768f7
10975 changed files with 47095 additions and 4031084 deletions

View File

@@ -1,4 +1,4 @@
 awesome-console-services
 awesome-console-services
!Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome)
@@ -127,7 +127,8 @@
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 "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
@@ -213,7 +214,8 @@
⟡ curl https://icanhazdadjoke.com — random jokes
⟡ curl givemeguid.com - guid
⟡ nc towel.blinkenlights.nl 666 - IT excuses (also works with telnet)
⟡ curl -s 'https://api-inference.huggingface.co/models/distilgpt2' --data-raw '"what is the meaning of life?"' | jq '.**** .generated_text' - generate text using the GPT2 AI model from a seed string
⟡ curl -s 'https://api-inference.huggingface.co/models/distilgpt2' --data-raw '"what is the meaning of life?"' | jq '.**** .generated_text'
 - generate text using the GPT2 AI model from a seed string
Entertainment and Games