Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

dkvc/temp-cmd-apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

temp-cmd-apps

Temporary (Stored on Memory) command line applications

What's this?

This repository consists of small command line applications made during initial years of my university and submitted as End Semester project for course Data Structures and Algorithms.

Explanation

These are command line applications that run only when program is run and don't work in background. These are created for understanding the importance of data structures, algorithms and command-line applications.

Applications of Stack Data Structure

  1. Clipboard History - reads from clipboard, stores in stack and returns when needed.
  2. MD5 Hash - checks hash value of file and records its changes.
  3. WebStatus - checks status of web page (also gives image of cat if asked) and records its changes.

Credits

  1. HTTP Cat - used for web status.
  2. MD5 - used for MD5 hash.
  3. HTTP Error Codes - used for list of HTTP error codes.

About

Temporary command line applications

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages