HW-1 CS451 

$25.00

Category: Tags: , , , You will Instantly receive a download link for .zip solution file upon Payment || To Order Original Work Click Custom Order?

Description

5/5 - (3 votes)

The intent of this assignment is to write a little program
that can extract email/web addresses from a web page (just like
the spiders do that spammers use to get email addresses).

Part 1:
Write a program that uses the system call “system” to execute the
command WGET. WGET must download the following page.

http://www.senate.gov/general/contact_information/senators_cfm.cfm

* Note that WGET MUST operate in quite mode to get full credit!

Part 2:
Add to the program a section that loads and parses the downloaded
file extracting all of the web addresses. Your program must
generate a listing on the screen of the extracted web addresses
when it is run.

* Note that the web list must be perfect – no extra characters –
to get full credit.

Part 3:
Add to the program a section that removes the downloaded file using
UNLINK.

REQUIREMENTS:
————-
1. Your program must run on Linux Mint.

2. Your full name must appear as a comment at the beginning of your
program.

3. Your source code must be named hw1-yourname.c or hw1-yourname.cpp