Sonic is a fast, lightweight and schema-less search backend. An alternative to Elasticsearch that runs on a few MBs of RAM.
PHPVerbalExpressions - the easiest way to start with Regular Expressions. Write it in OOP way
$regex=new VerbalExpressions;
$regex ->startOfLine()
->then("http")
->maybe("s")
->then("://")
->maybe("www.")
->anythingBut(" ")
->endOfLine();
$regex->test("http://d.com")
A lot of implementations on other languages exist
Sonic is a fast, lightweight and schema-less search backend. An alternative to Elasticsearch that runs on a few MBs of RAM.
QuickChart - free and opensource service to generate a chart image from URL
GoAccess.io - open source real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.
NES.css cool new CSS faremowork, first for the long time :)
dive a tool for exploring a docker image, layer contents, and discovering ways to shrink your Docker image size.