Backdoor Route is a card-collecting deck-building rogue-like cyberpunk computer game developed in partnership with project:v. Abandoned in a colossal planet-ship traveling across the rifts of the multiverse, the survivors of a long-forgotten tragedy must venture through the ruins of a dead and hopeless world in search of the Fruits of Vanth while drifting towards what they believe to be their salvation. Play the role of one of these interdimensional immigrants in a game that closely follows the format of classic rogue-likes save for one particularity: your actions, your items, your skills, and even your character progression are all represented by cards you assemble in decks while you crawl, hack and slash your way through the world the Gods have left behind.
In the AUR.
Conky is a free, light-weight system monitor for X, that displays any kind of information on your desktop. Conky can display more than 300 built-in objects, including support for a plethora of OS stats, support for many popular music players, and Lua scripting. Conky can display information either as text, or using simple progress bars and graph widgets, with different fonts and colours. With some clever configuration you can use Conky to make some amazing system dashboards.
Runs on Linux, FreeBSD, OpenBSD, DragonFlyBSD, NetBSD, Solaris, Haiku, and macOS.
Documentation: https://github.com/brndnmtthws/conky/wiki
This module allows sending XMPP <message> stanzas via a simple HTTP API. It's currently in the extra modules Mercurial repository.
curl http://example.com:5280/msg/user -u
me@example.com:mypassword -H "Content-Type: text/plain"
-d "Server@host has just crashed!"
A module for Prosody that implements a REST API. Meant for building bots. Can both accept and transmit XML and JSON. Can be configured to send replies to a callback URL. HTTP status codes 202 and 204 are interpreted as "message accepted" without needing to send an XMPP reply stanza.
This is a module for Prosody that allows federation to other XMPP servers running as Tor hidden services. If you just want to set up a hidden service, you don't really need this.