storm.cis.fordham.edu
=
and <
.
easter.C
in the language C++
cd pwd wget https://markmeretzky.com/fordham/1100/src/easter.C ls -l easter.C c++ easter.C ls -l a.out ./a.out Easter is on Sunday, April 20, 2025.
easter.py
in the language Python
cd pwd wget https://markmeretzky.com/fordham/1100/src/easter.py ls -l easter.py chmod u+x easter.py ls -l easter.py ./easter.py Easter is on Sunday, April 20, 2025.
page.html
:
the overall structure of a web page in HTML
cd cd public_html pwd wget https://markmeretzky.com/fordham/1100/src/page.html ls -l page.htmlNow point any web browser, anywhere in the world, at
https:/storm.cis.fordham.edu/~jsmith/page.html
jsmith
is your Fordham ID.
link.html
:
put links into your web page.
cd cd public_html pwd wget https://markmeretzky.com/fordham/1100/src/link.html ls -l link.htmlNow point any web browser, anywhere in the world, at
https:/storm.cis.fordham.edu/~jsmith/link.html
jsmith
is your Fordham ID.
table.html
:
put tables into your web page.
cd cd public_html pwd wget https://markmeretzky.com/fordham/1100/src/table.html ls -l table.htmlNow point any web browser, anywhere in the world, at
https:/storm.cis.fordham.edu/~jsmith/table.html
jsmith
is your Fordham ID.
image.html
:
put images into your web page.
form.html
put a form into your web page,
connected to a CGI (Common Gateway Interface)
program such as
summation.C
(pp. 186–189).
cmajzun
,
rr97
,
rsidbatte
,
jc208
,
ac98
,
defense.