Mike Izbicki

Results 289 comments of Mike Izbicki

Sorry, a fixed version has been uploaded. The problem was that line 12 previously read ``` cur.execute(sql, username) ``` and should read ``` cur.execute(sql, [username]) ``` with square brackets `[]`....

That's correct. The program has no output. If you look at the username it is searching for, you should see that it is not in the database.

There should be other ways to get access, for example [you can rent it on youtube](https://www.youtube.com/watch?v=bymdsSvLfJY), order the dvd from amazon, or checkout a copy from the library. If you...

I believe this is a partial implementation of option 2 in the 6 point options. You'll have to complete the other tasks there to get credit.

I'll be available three more times: 1. tomorrow (Thursday) morning from 9:30AM-11:30AM 1. next week Tuesday from 9:30AM-11:30AM (this is during our scheduled final exam timeslot) 2. next week Friday...

@ben-smith23 > I am curious to know how prevalent this attitude is in the hacker community It's pretty prevalent. Here, ESR is writing in a particularly exaggerated way to make...

@jasminextan Good job :) I've added +1 EC in sakai :)

Recall that in order to get an A or A- in this class, you must complete the [caveat task](https://github.com/mikeizbicki/cmc-csci040/issues/260) of either reading HPMOR or watching several videos. I'm updating that...

Running the `atop` command right now, I can see that the disk usage of the `/data` folder is maxed out at 100%, and the CPU usage is hovering between 1500-2000%....

In the video, I pass the `-X` flag to ssh to enable X windows forwarding, which allows the lambda server to create windows on your computer. If you are using...