Search found 6 matches

by tobiast
Sat Dec 11, 2010 12:01 am
Forum: Fall 2010
Topic: Portfolio website
Replies: 6
Views: 47941

Re: Portfolio website

My portfolio can be downloaded as a zip-file from the following link: http://www.xpm.dk/201b.zip and the portfolio is available online at the following link http://www.xpm.dk/201B

By the way my portfolio contains the iTunes visualizer if anybody is interested.
by tobiast
Sun Oct 17, 2010 5:19 pm
Forum: Fall 2010
Topic: PS #4
Replies: 8
Views: 9214

Re: PS #4

Download: git://github.com/thyrrestrup/TT-JavaProcessing-201B.git Web: http://github.com/thyrrestrup/TT-JavaProcessing-201B I have chosen to create a general github repository including all the Java/Processing code done in the 201B class. The repository also includes the Interactive Geometrics - Pro...
by tobiast
Thu Oct 14, 2010 3:18 pm
Forum: Fall 2010
Topic: Problem Set #3
Replies: 5
Views: 7439

Re: Problem Set #3

Download: git://github.com/thyrrestrup/TT-ProcessingGUI-201B.git Write-Up: 1) I chose to use the OpenGL library 2) I wrote a Particle class which is instantiated as many times as the requested number of particles. The class includes information about the particle e.g. the position, velocity, acceler...
by tobiast
Thu Sep 30, 2010 8:09 am
Forum: Fall 2010
Topic: Command research thread
Replies: 7
Views: 8234

Re: Command research thread

Useful: kill - Terminate or signal a process. Useful if the process does not respond. The kill command takes a PID (Process ID) which can be found using the top command already described or ps (process status). Weird: whoami - display effective user id. To me it seems kinda like a Matrix thing.. Who...
by tobiast
Mon Sep 27, 2010 11:22 am
Forum: Fall 2010
Topic: My github repository
Replies: 10
Views: 11769

Re: My github repository

username: thyrrestrup
link: http://github.com/thyrrestrup
by tobiast
Mon Sep 27, 2010 11:13 am
Forum: Fall 2010
Topic: Programming Thoughts Posts
Replies: 4
Views: 6830

Re: Programming Thoughts Posts

I've been working with a few different programming languages but my main focus has been on C/C++ although I've also done a fair amount of programming in Objective-C/Cocoa. Mainly I use C for embedded applications like programming the CUI (Create USB Interface) and C++ for everything on a more powerf...