Build Your Own grep Command Line Tool
grep is a Unix command line tool for finding patterns in files. ...
grep is a Unix command line tool for finding patterns in files. ...
head is a Unix command line tool. ...
jq is a command line tool for parsing and extracting data from json. ...
A JSON validator checks that JSON documents are well-formed, while a prettier reformats them with consistent indentation and styling for readability. ...
Build a simple Lisp interpreter and REPL. ...
A Lines of Code (LOC) counter measures the size of a codebase by counting lines across files and directories. It typically breaks down results by language and distinguishes code from comments and blank lines. ...
A Markdown presentation tool converts Markdown files into slide decks, making it easy to create presentations from plain text. ...
A Markdown to PDF editor allows users to write in Markdown and convert it to professionally formatted PDF documents. ...
Memcached is a high-performance, distributed memory caching system used to speed up dynamic web applications by reducing database load. It stores data in memory (RAM) as key-value pairs, making it extremely fast. ...
Netcat is a command-line utility used for network debugging, testing, and exploration. It allows users to read from and write to network connections using TCP or UDP protocols. ...