Build Your Own uniq Command Line Tool
uniq is a Unix command line tool. ...
uniq is a Unix command line tool. ...
Build your own URL Shortener. ...
wc is a Unix command line tool. ...
Build your own Web server. Implement the HTTP protocol to create a web server. ...
A web spider is a software program or service that can crawl the world wide web. It starts from one or more seed sites/pages then finds and follows links to discover other sites and pages. ...
xargs is a Unix command line tool it allows you to construct argument list(s) and execute utility commands. ...
Xxd is a Unix command line tool to create hexdumps and to convert a hexdump back into it’s binary form. ...
The command line tool yq is like jq but for YAML data instead of JSON data - you can use it to and filter and transform YAML data, much like you would JSON dats with jq. ...
Tetris is a computer game that has been around since 1985 and has appeared on many platforms since then. It is one of the best selling computer games of all time. Fundamentally is is quite a simple game. The player completes horizontal lines along the bottom of the screen by fitting together shapes that descend from the top of the screen. Completed lines disappear, earning the player points. The game ends when the uncleared lines reach the top of the screen. ...