Category Archives: Utilities
AI & Machine Learning Products
A Deep Learning based project for colorizing and restoring old images (and video!)
HTTP Statuses
HTTP Status Codes
httpstatuses.com is an easy to reference database of HTTP Status Codes with their definitions and helpful code references all in one place. Visit an individual status code via
httpstatuses.com/code
or browse the list below.
MySQL – compare tables and generate SQL
PHP MySql compare table structure – ONLINE!
This site can compare two MySQL database table structures and generate the necessary SQL statements to update the second table to be identical to the first.
It compares the table creation SQL statements of two MySQL databases as outputted from the mysqldump command or phpmyadmin.
The site determines what changed from one database to the other and generates schema alteration SQL statements to create, drop and alter tables that should be applied to one database to make it have the same schema of the other.
Mattermost is an open source, self-hosted Slack-alternative
Mattermost
Mattermost is an open source, self-hosted Slack-alternative from https://mattermost.org.
It’s written in Golang and React and runs as a single Linux binary with MySQL or Postgres. Every month on the 16th a new compiled version is released under an MIT license.
dashboard for VMware, SNMP, REST API and more
SysAdminBoard is a simple dashboard system written in Python, HTML and Javascript and served on a simple CherryPy Webserver (included). It was originally written to reformat snmp data for the Panic Statusboard iPad App, but has since become a fully stand-alone project that can grab data from a variety of sources and render charts and graphs in a web browser.
Streamline Ultimate
Ultimate Icons Pack
With 5,000 icons organized into 97 categories, this is the world’s biggest icon pack.
5000 awesome icons @ http://www.streamlineicons.com/preview-ultimate.html
JWT Handbook
Ever wondered how JWT came to be and what problems it was designed to tackle? Are you curious about the plethora of algorithms available for signing and encrypting JWTs? Or are you interested in getting up-to-speed with JWTs as soon as possible? Then this handbook is for you.