Mike Izbicki
Mike Izbicki
Either way is fine. I originally intended to have the instructions tell you to limit it to the top 10 countries like in Part 4. But since I forgot to...
Hmm... in general you can always make up these "in person required" portions of labs in the QCL or by coming to a different lab section. This particular lab's component...
You should use a combination of: 1. the `ps -ef | grep username` incantation to check what processes you have running, and 2. manually inspecting the outputs of the `map.py`...
The fact that you don't see the `map.py` processes running when you run `ps` indicates that there was probably an error (because these should be running for a long time)....
[The lab-processes.md file that introduced this technique has an explanation for the behavior you're observing and a solution](https://github.com/mikeizbicki/cmc-csci143/blob/2024spring/topic_01_mapreduce/lab-processes.md): > If you have a particularly long username, the command above may...
Vim offers a column visual mode that lets you do this. See for example .
The issue is that the `$` substitutions will not get evaluated recursively. So your statement that > ``` > $ var="$(echo '$(echo) echo')" > ``` > should be equivalent to...
Everyone should have received an email from either or account details for the VPN. If you didn't get that email, you should contact CMC's IT help desk. Separately, you should...
@myngpog I'm not sure what you're asking for. I provided the email [email protected] in the message you replied to.
@nati-azmera My guess is that you are trying to use the github interface to upload the file. Instead, you should use the git terminal commands to upload the file. You...