Problem Set 4: Forensics
tl;dr
-
Watch Week 4’s lecture.
-
Figure out whodunit.
-
Resize some images.
-
Recover some photos.
-
Submit your code.
-
Submit a form.
Getting Started
Alright, here we go again!
Log into cs50.io and execute
update50
within a terminal window to make sure your workspace is up-to-date.
Next, execute
mkdir ~/workspace/pset4/
at your prompt in order to make a directory called pset4 in your workspace directory.
Now execute
cd ~/workspace/pset4/
and your prompt should resemble the below.
~/workspace/pset4/ $
How to Submit
Step 1 of 2
-
Update your IDE:
update50 -
Submit
whodunit:cd ~/workspace/pset4/whodunit/ submit50 2017/spring/whodunit -
Submit
resize:cd ~/workspace/pset4/resize/ submit50 2017/spring/resize -
Submit
recover:cd ~/workspace/pset4/recover/ submit50 2017/spring/recover