teaching machines

borglimj HW3

I have made a recipe master application. Its pretty simple, just start it and search for a particular ingredient and then hit the search button.  It will then populate the lower text field with recipes with the name of the ingredient in it title or with the ingredient itself.  

CS 491 Lecture 18 – Falling Math Part II

Agenda implement gestures continuous rendering SurfaceView Expression Before we dig any deeper, let’s push our expression code out to a class. I’ve provided most of it: But these problems remain: Randomly generate an expression that evaluates to a single digit. Allow it to fall delta seconds, acted upon by gravity. Gestures In Android 1.6, gestures […]

Last.fm Artist Finder – kendziba hw3

For this homework assignment I decided to hook into the API of one of my favorite online music sites; last.fm! Last.fm is an online community focused around tracking the music users listen to and providing recommendations based on that data. Last.fm also does a very good job at providing useful data about different musicians like […]

kozuchaj hw3 Meme generator

For this homework I decided to work with an automated meme generator provided by: http://api.automeme.net/ Their service was really easy to use in all that I had to do was GET the results of one of the webpages listed on their website instructions. One problem I ran into was that they do not format their JSON […]

CS 145 Lecture 17 – Arrays

Agenda arrays in life writing a fill method writing a raffle state/capital lookup Code Fill.java package lecture; public class Fill { public static void main(String[] args) { double[] series = fill(12, 54, 10); for (int i = 0; i < series.length; ++i) { System.out.println(series[i]); } } /** * Create a list of length items, whose […]

CS 145 Preassignment 3 – due before 11/16

See the PDF. When you download speccheck_pre3.jar, make sure the filename ends in “.jar”.

Pokemon Info Searcher – ezenagec – Homework 3

So this assignment didn’t go nearly as planned at all. I’m a big Pokemon fan so I had a simple but kinda useful idea of creating an app that takes the Pokemon’s name that you’ll type in, and then hand you back a bunch of information about that Pokemon. There are 649 known Pokemon thus […]

RepreWho – Homework 3 – weeksc

First things first, I realize I’m late turning this in, so apologies to everyone out there who’s been waiting with bated breath for me to submit this. Yeah…pretty sure that’s no one. Anyway, there is a reason it’s late and that reason is this – I had 2 bugs that I’ve been trying to get […]

Homework 3 – Uncens.us

Uncens.us is a map-based demographics browsing tool. Using an API from infochimps.com, the application connects a user to data from the US Census Bureau’s 2009 American Community Survey, grouped at a census tract level. The name comes from an impulse-buy domain I registered sometime last year (a hobby I can’t seem to get enough of…). […]

Homework 3 – Thompbla

Reddit For Fun For my project I decided to create a simple app that retrieves titles and image links from Reddit using their restful API. The app loads up the top 25 current pictures and allows you to view them in your default browser. The project did not go too great. Its not that grabbing […]

1 2 3 4 5 6