Author Archives: admin

Slides from Uta’s guest lecture

Hi guys, here are my slides from today’s lecture. You can find more info about all the projects I talked about in the references on the last slide of the deck. It was great meeting all of you today. I … Continue reading

Posted in Uncategorized | Leave a comment

Examples from (unofficial) plan day class

Here are examples from class 11. These include the xlmDemo made object oriented that we worked on together in class.

Posted in Uncategorized | Leave a comment

FINAL PROJECT INFO DUE NEXT CLASS

The following items are due next week, for your final project. From now on, your only assignment is to work on your final project. You will be expected to show progress each week. There’s not much time left! Less than … Continue reading

Posted in Uncategorized | Leave a comment

Code Examples and Mapping Slides from Class 10, plus assignment 8

Code Examples are here. Lecture slides are here. For more on maps and mapping: For homework, following example code in xmldemo.pde, use the flickr api’s photo.search method to get information on photos posted in a certain group, or taken at … Continue reading

Posted in Uncategorized | Leave a comment

Assignment 7, plus notes and code examples from class 9

Code examples and lecture slides on Time from class 9 are here. Code examples include the array of objects with timer, simple array list, the simple hash map, a hash map that allows for sorting data that’s out of order, … Continue reading

Posted in assignments, lecture notes and code examples | Leave a comment

Code for 2D Arrays, Simple ArrayList Example Plus Assignment 8

Here area code examples from last class: the 2D array example, the very simple ArrayList example, to get you acquainted with ArrayLists… and for those who are feeling brave, an example of an ArrayList loading and displaying info from a … Continue reading

Posted in announcements, assignments | Leave a comment

Code From Class Seven and info about midterm

Code from today’s class is here. Midterm is open-book (but not open-internet). You’ll need to write a program that includes an object class, a data file that’s loaded in and used in the processing of creating objects, and an array … Continue reading

Posted in Uncategorized | Leave a comment

Code Files from Class 6 Part 1

Hey, here are code examples from this week’s class. The loadStrings file that we were having trouble with in class is now functional, it was a problem with some hidden formatting in the text file– not the code! (whew!). Try … Continue reading

Posted in lecture notes and code examples | Leave a comment

Assignment 6

For this week, make a Processing sketch that shows the passage of time in some way– you are welcome to make this a computational extension of your analog assignment from last week. Use loadStrings() to bring in a column of … Continue reading

Posted in assignments | Leave a comment

Comment on this post if you have resources or links to share

Posted in announcements | 5 Comments