Search found 10 matches

by Amusesmile
Thu Jan 26, 2012 1:37 am
Forum: Winter 2012
Topic: 1.17 Proj 0: Data Mining - Post MySQL Queries
Replies: 8
Views: 9231

Re: w2 Jan 17 - Data Mining I: Post MySQL Queries

Hey Yoon, I think this query is actually closer to what you want. Saying year(ckoutDateTime) = 2011 isn't necessary because we're saying that the ckoutDateTime has to be after 2011-09-04. Also you need parenthesis around the title and subject criteria because otherwise the OR will make MySQL ignore ...
by Amusesmile
Tue Jan 18, 2011 12:04 am
Forum: Winter 2011
Topic: PROJET 1 FREQUENCY MAPPING: SUBMIT HERE
Replies: 11
Views: 14880

Re: PROJET 1 FREQUENCY MAPPING: SUBMIT HERE

I’m interested in how we stereotype different countries/cultures/people. There was a pretty entertaining web app called the “Google Auto Complete Venn Diagram Generator” where you could see how google would complete a phrase based on the popularity of past searches. If you input countries, something...
by Amusesmile
Fri Dec 10, 2010 12:29 pm
Forum: Fall 2010
Topic: Portfolio website
Replies: 6
Views: 47906

Re: Portfolio website

Josh Dickinson:
http://mat.ucsb.edu/dickinson/201b.html

I figured it would be fine to just use this link for the 201b class page.
by Amusesmile
Sun Nov 28, 2010 7:13 pm
Forum: Fall 2010
Topic: PS #6
Replies: 0
Views: 5830

PS #6

Anyone good at moving the camera in OpenGL in Java?

I've been trying gluLookAt() but I'm not sure what the default values are (if I knew that, I could just tweak it to get the camera where I want it). Every time I use it, I end up staring at blank space. Suggestions?
by Amusesmile
Wed Nov 03, 2010 3:52 pm
Forum: Fall 2010
Topic: openCV - reading pixel color of video
Replies: 1
Views: 4593

openCV - reading pixel color of video

Hey, I'm trying to read just pixel information within a video. I have the code working on a still image, and I also have a program that can read what position (x,y) the mouse is in when you click within a video window, but alas when I try to include the same "cvPtr2D(frame, y, x, NULL);" command on ...
by Amusesmile
Thu Oct 28, 2010 11:15 pm
Forum: Fall 2010
Topic: Tuesday Project
Replies: 1
Views: 4389

Tuesday Project

Hey y'all, A few of us were talking about how to get the project for tuesday started- specifically how to get data being fed into the server to affect something else- processing for example. I'm attaching a working skeleton of that in case anyone is having trouble. To make it work, run DoStuff.java ...
by Amusesmile
Sun Oct 17, 2010 4:15 pm
Forum: Fall 2010
Topic: PS #4
Replies: 8
Views: 9210

Re: PS #4

Josh Dickinson:

git@github.com:Amusesmile/JDD-PS4.git

Got the program working and doing what it's supposed to, but I'm not sure the way I did it was very efficient...
by Amusesmile
Wed Sep 29, 2010 11:30 am
Forum: Fall 2010
Topic: Command research thread
Replies: 7
Views: 8224

Command research thread

Useful: cmp- compares two files byte by byte and finds any differences. I can see this being really useful for different versions of something or in case a file gets corrupted during copying, etc. Maybe not too useful anymore but back in the day... useful options: -b lists the differing bytes themse...
by Amusesmile
Tue Sep 28, 2010 10:55 am
Forum: Fall 2010
Topic: My github repository
Replies: 10
Views: 11758

Re: My github repository

Josh Dickinson

username: Amusesmile
link:http://github.com/Amusesmile/201b
by Amusesmile
Fri Sep 24, 2010 2:06 pm
Forum: Fall 2010
Topic: Programming Thoughts Posts
Replies: 4
Views: 6821

Programming Thoughts Posts

// I'm interested in getting a sense of what you already know and what you would like to know. Write a paragraph or so about what aspects of programming you are interested in learning. Are there phrases or concepts you have heard of but don't understand fully? Are there topics that I didn't mention ...