CSCI 496: Senior Portfolio
In partial fulfillment of the requirements for the degree of Bachelor of Science in CyberSecurity (class of 2024)
View My Resume
View My LinkedIn Profile
This is a simple CLI program. First it runs HTML webpages through a parser to determine if they are balanced. After that the program determines how many individual webpages you can visit from each web page. Then outputs that data to the command line.
How to compile (if applicable) and run the project.
cd /project location
make run
Fig 1. Launch Screen.
Fig 2. Sample webpages to be processed.
Fig 3. How to complile the program.
Fig 4. How to run the program.
Fig 5. Output of Program.
You can add more HTML files to test as long as they are in the same source directory.
For more details see GitHub Flavored Markdown.