cmc-csci040
cmc-csci040 copied to clipboard
Computing for the Web
Hi @mikeizbicki Would it be potential extra credit if we formatted the "date_created" insert in a way that makes sense? That is, not inserting superfluous decimal points that don't add...
RCE = "Remote Code Execution" software vulnerability. This is the worst type of vulnerability software can have, because it means that someone can take over your computer and run arbitrary...
Hi Mike, When I try to run practice problem 5c in Python, it spits out the following error ``` MacBook-Pro-8:CS40 timonxu$ /usr/local/bin/python3 /Users/timonxu/Desktop/CS40/problem5c.py Traceback (most recent call last): File "/Users/timonxu/Desktop/CS40/problem5c.py",...
I'm not feeling well today, so I have to cancel lab today. Due to the inconvenience, I'm going to remove the deadline from the lab. You still need to complete...
Amazon says Wargames is not available in my location what would you suggest we do given that this is one of the required viewings to get an A in the...
Lex Fridman recently interviewed our benevolent dictator for life, Guido van Rossum, on his podcast. Mike suggested that I post the episode [here](https://www.youtube.com/watch?v=-DVyjdw4t9I) and that it will serve as an...
Bumps [requests](https://github.com/psf/requests) from 2.25.0 to 2.32.4. Release notes Sourced from requests's releases. v2.32.4 2.32.4 (2025-06-10) Security CVE-2024-47081 Fixed an issue where a maliciously crafted URL and trusted environment will retrieve...
This is a reminder that I will be on zoom (https://cmc-its.zoom.us/j/3952597181) starting at 9am everyday this week for project demos. After everyone who wishes to demo has demoed, I will...
1. For the language switching, do the tweets themselves need to be translatable? Or can it be just the interface? 2. If doing BOTH @mention and profile page credits, ,when...
When a user clicks 'logout', I'm able to delete cookies and set is_logged_in = False, but the base.html doesn't update (It still has the logout tab visible). Only if I...