![]() ![]() |
| |||||||||
| This page removed for FERPA compliance | ||||||||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
| Right – you need to ask your TA. It may be a misunderstanding. Mark Guzdial |
| You certainly can always contact someone over the week that something is due – via email, via IM (for some of us), via CoWeb. My suggestion is to meet with your TA (at breakout or office hours) and get help with making it work. (Rebooting should be necessary.) Maybe there's a mistake with how we have you in the grading system. But unless we hear from you, we can't fix it. Mark Guzdial |
| It is a review for quiz 1 on Monday. You take it home and turn it in before the quiz in class Monday. It is worth 20/100 of your quiz 1 points. Student521 |
| That means that either your Internet connection was down or the server was down. You MUST be connected to the Internet BEFORE you do Turnin-Assignment. Mark Guzdial |
| That suggests that you're setting up the Turnin-Register wrong. Remember that it's your PRISM/MAIL ID, NOT your GTid (9 digit number). And don't type your password anywhere. Mark Guzdial |
| It can work – we have several hundred turned in already. Follow the directions exactly from the Lab description. Mark Guzdial |
| Excellent! (Please sign your name – I don't know anyone by "gte695v" :-) Mark Guzdial |
| Two hints: (a) Think like a computer (i.e. not a person with lots of common sense). (b) Try it out in JES. Colin Potts |
| If you understand and can do everything on the pre-quiz, you should feel sufficiently prepared for the quiz. It will probably help to look over the slides as well, but it won't be over anything you haven't seen. Student117 |
| Try it by copying the code in the last example of the pre-quiz and running with a picture. Use the Picture Tools option under Media Tools in your JES toolbar to look at the value of one of the pixels before and after you run the program. Hint: It doesn't go to 0, it "wraps around", and remember there are 256 possbile patterns of color in pictures–ranging from 0-255 for each color. Student117 |
| The only way it will work is if the distance between the color values is a certain amount. ie. Using the distance formula that was talked about in class one day, find the distance between light blue (0,0,128) and whatever the value of blue is in a certain pixel. If that distance is less than 100, the value will change. Student117 |
| Right, well you're changing the red value based on the distance between the two blue values. |
| If it says it's just less than, less than or equal to is written =. Student117 |
| By wrap around I mean they will go up to the highest number and subtract from the top–but the number is not 255–try it with a picture!! Student117 |
| Did you type show(picture) and repaint(picture)? Unlike some of your other codes, these are not included in this program, so you have to type them in the command area. Also, the picture will show up when you go to MediaTools and Picture Tools and choose what you have called the picture and repeat this after running the code to see the new picture. This is how you figure out what to subtract from, click on one pixel in these pictures and compare the values. |
| You should be able to turn in through JES off campus just as easily as you can on campus. If it's not working, maybe you have something configured wrong, or are using an over-protective firewall. REMOVED those things out. If you're still having troubles, send me an email and we'll get it straightened out. Student57 |