Mike Izbicki
Mike Izbicki
I'm extending the leetcode extra credit so that you can makeup points on any assignment (e.g. labs / homeworks / quizes), and not just the homeworks. As before, however, the...
Office hours/lab/after class are all fine times. I'll have occasional availability for office hours during the next couple of weeks (I'll post a detailed schedule when I know more). I...
This will not result in losing points.
Either filename is fine. `LICENSE` has become more standard than `COPYING`, so you will usually see people use that name now.
Most likely you are running the file with python2 instead of python3.
Lots of students have reported having trouble getting the heap badge to show up in github. The most likely cause is that your url to the badge currently contains the...
@henrylong612 Whoops... you're right. No lab this Friday :)
For the purposes of this class, rebasing is always the wrong thing to do. You can undo your rebase with the command ``` $ git rebase --abort ``` I assume...
Yes, everything on the practice quiz is fair game for today.
`Disk quota exceeded` means that you've used up all your space on the lambda server. (You have 100MB allocated to you, an intentionally small amount to force you to be...