gdeptrace dependancy solver correct for pkg or make deps
gdeptrace sorts an input dependancy list or table and prints it, and can do other actions. It's default operation is to act like tsort (1) except that it sorts by pure pkg / make dependancy (tsort sorts by grapical topology: see notes about differences).
EXAMPLE:
$ echo -e "b e\ne\nc b" | sort -k1,1 | gdeptrace [opts]
e
b
c
(b depends on e, c depends on b, e has no depends)
(also: e has more items depending on it and is below anything it depends on; in this case...
WebBuild is a collection of scripts for Cygwin or UNIX shells, using awk and sed, to develop HTML pages in an easy way, having a template and source files containing the content to publish.
Freifunk-Firmware is a specialized Linux/OpenWRT distribution for LinkSys WRT54g wireless routers and similar devices. A web-based admin UI and a single firmware file for uploading will make it easy to join OLSR based WLAN community networks.
InjectionDenied is a bash/gawk program that blocks PHP and SQL attacks by adding entries to /etc/hosts.deny (it works like DenyHosts with SSH). The daemon inform the admin about the new block host by mail.
Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.
Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
Blis is a CGI based Content Management System, written in awk, light and very fast. It uses plain text files written in wiki-style syntax as page sources, parses them, applies a selectable template and presents the results to the reader as web content.