teaching machines

HNRS 304.503 Lab 3 – 4YO

A simple 2-D game Your task in the next two weeks is to design and implement a simple two-dimensional game in Unity. Follow these guidelines: Simple means target 4-year-olds. My four-year-old son will give you feedback. Collaborate with your partner or partners. Plan on how to divide up tasks before diving in. Teams may comprise […]

Cameron Bjorklund -NoGramming

For my “NoGramming Assignment” I have decided to present a small collection of haikus (inspired by Dr. Johnson).   –Enjoy!   Machines learn from me they cannot do it alone I am thier ruler   Java is my friend it hides most of the hard stuff ignorance is bliss   Mobile computing a new age of […]

UandI: Dan Zirnhelt

I decided to make a sort of calendar app. It brings you to a screen where you can either view or creat events. When you create an event it will ask you the name, description and time. It sends back this even and displays it in a ListView. you can then create another one if […]

Buster Minutes from 2012/10/04

The OS shell assignment is due, and our student workers are sagging. Three more Pis are ordered, with an undetermined ETA. We need monitors. (James) We need a switch. (link from Peter, order from Chris) To show meshes, we’ll need a mesh reader. Let’s do OBJ. It’s been done, but let’s use this as an […]

CS 491 Lecture 9 – Web services and backgrounding

Before class A Before next class: Watch http://youtu.be/7etGy5NMASQ. Read http://www.json.org/fatfree.html. B Before next class: Watch http://youtu.be/nR-I8TG9mdE. Read http://techtej.blogspot.com/2011/02/android-passing-data-between-main.html. (This post offers some background on how Handlers work. There’s little narrative in the official Android documentation. Note that the UI thread already has a Looper; we need only create a Handler.) In class Continue on your task from Tuesday, […]

OpenGL and Mouse Interaction on Raspberry Pi

Last time I was able to get a simple triangle up on my Raspberry Pi using Python bindings for OpenGL ES. My goal this week was to get mouse interaction going. My big question was, “Can I move the triangle?” Normally I’d use a windowing toolkit like wxWidgets or SDL to get mouse events. But […]

HNRS 304.503 Lecture 9 – Astefreuds II

Agenda Discussion I want a constant rate of rotation (framerate-independent animation) I want to fiddle with speed, not code (public variables) I want to control my ship (input layer) I want to test out collision (risks first!) I want to tweak as little as possible (prefabs) I want to destroy objects I want points (GUI […]

Database Script

I made a database script for an Oracle database for the model I produced, but I don’t know the credentials to log in and test it, so it isn’t tested. I’m also a little rusty on my database skills, so I apologize if there are any obvious errors in my script!   DROP TABLE aphasia_comment […]

Database Model

  I updated this model based on what we said during our last meeting (adding post/comment read tables, date for comments, user is locked and user image address attributes). I also added a category is public attribute because Heather would like the functionality for a whole category (diary) to be private.

Raspbian ‘Install’ and Networking Fun — the Long Overdue Post

The Install Since James has already covered imaging the a SD card with Raspian from windows, I won’t go into my failed attempt at doing the same… Instead, I’ll do a quick walk through of the process from OS X. The process is fairly straight forward as I was following along to the Easy SD […]

1 4 5 6 7