






Hotspots: Admin Pages | Turn-in Site |
Current Links: Case Final Project Summer 2007
Andrew Sayman

Contact Information
Email: lorien at cc dot gatech dot edu.
JIM: lorien420@jabber.org or lorien420@myjabber.net.
Office Hours
My office hours are predominantly by appointment. If you need to see me, email me. In general, I'll be around the CoC and available at these times:
Wednesday 12-2
Friday 12-2
Bio
I'm a Gentoo GNU/Linux user, so if you need help more on the GNU/Linux side of things I can help you out.
I don't really know what else to put into a bio, so I'm just gonna add a question box here and let other people come up with stuff.
Fall 2005 Milestone 1 General Comments Andrew Sayman
10 Good Methods
Resources
How to Ask Questions the Smart Way
This is a great article about how to get people to answer your questions in a nice way, even if the person isn't being nice about it. It's a good primer for interacting in the FOSS world.
Useful squeak tidbits
Assorted Commands
self halt
Creates break points in the code.
alt+.
Interrupts Squeak
TheWorldMenu registerOpenCommand:
Used to add programs to the open menu. Anybody know how to make a ChangeSet run this when it's filed in?
Collection>>detect: aBlock
Collection>>detect: aBlock ifNil: nilBlock
Evaluate aBlock with each of the receiver's elements as the argument.Answer the first element for which aBlock evaluates to true.
Registering for Events
when:send:to:
when:send:to:with:
when:send:to:withArguments:
Sending Events
triggerEvent:
triggerEvent:with:
triggerEvent:withArguments:
Getting rid of Events
removeActionMap???
Useful SUnit information
From Living the Dream
Insert Our Names Here | This is an amazingly well done cases page. |
Links to Remember
Multi-threaded Squeak
Links to this Page