Build Your Own Spotify Playlist Backup Tool

This project is to build your own Spotify playlist backup tool. ...

Programming Projects

Build Your Own Strace

Strace is a diagnostic and debugging tool for Linux that traces system calls made by a process. Building one teaches you about operating system internals. ...

Programming Projects

Build Your Own tar Command Line Tool

Tar is a Unix command line tool. It was designed as a utility to collect multiple files into one archive for backup purposes. It was first released in 1979 when the normal backup medium was magnetic tape, hence tar acquired it’s name as shortening of “tape archive”. ...

Programming Projects

Build Your Own Text Editor

Text editors are one of the most fundamental tools in software development. Building one teaches you about terminal control, buffer management, and keyboard input handling. ...

Programming Projects

Build Your Own Time Zone Converter

A time zone converter helps users convert times between different time zones - a surprisingly tricky problem due to daylight saving time rules and historical changes. ...

Programming Projects

Build Your Own Top

Top is a classic Unix utility that provides a real-time view of running processes and system resource usage. It’s one of the most commonly used system administration tools. ...

Programming Projects

Build Your Own tr Command Line Tool

tr is a Unix command line tool. ...

Programming Projects

Build Your Own uniq Command Line Tool

uniq is a Unix command line tool. ...

Programming Projects

Build Your Own uniq Command Line Tool

This projects is to build your own zip file cracking tool. ...

Programming Projects

Build Your Own wc Command Line Tool

wc is a Unix command line tool. ...

Programming Projects