Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
Perl code that converts hex to string of english words
Inspired by Paperkey as a means to make hex into something human-friendly so you can convert it back into digital easily.
md5 (32 hex digits) convert into 8 english words, while sha1 (40 hex digits) convert into 10, which ain't bad!
eg:
$ ls | md5sum
52ec5c3ac9cf1f0f75638b11856be430 *-
$ ls | md5sum | hex2lorem
fellowships gamesmanship sexiest cantona interceded metalled madrigalists thickset
$ echo -n "fellowships gamesmanship sexiest cantona interceded metalled madrigalists thickset" | hex2lorem -t
52ec5c3ac9cf1f0f75638b11856be430
unPIC is a Perl script that disassembles Microchip microcontroller's HEX files. This is a powerful tool for all reverse engeneers that creates a well understandable assembly source from a binary file. Creates xrefs, labels, subroutines and much more...
This is a conversion-to-binary training game prototype. Random bits appear, and you must shoot them where they fit onto various bytes (given in octal, hex or even bit ops, decimal or Ascii). Shoot wrongly and you lose that byte, or get it right and win.
REX: Remote EXecution Distributed Computing Services for Linux and Solaris,
providing C and C++ APIs, librex library and "rexd" daemon software to implement
Load Balancing Process Migration : Dump + Restore, Remote File and Resource Management.