4 |
|
|
5 |
|
$Id$ |
6 |
|
|
7 |
< |
Outline 0: |
8 |
< |
Introductions |
9 |
< |
Give your name, rank, and serial number (major) |
10 |
< |
Why are you here? |
11 |
< |
What was your first programming experience? |
12 |
< |
What have you programmed? |
13 |
< |
|
7 |
> |
Outline 4: |
8 |
|
Stuff |
9 |
|
Course web page: http://computers.douglasthrift.net/code/ |
10 |
< |
Do you have a lab account? If not, get it now! |
11 |
< |
Assignment: ls |
10 |
> |
Assignment: Do Something |
11 |
> |
|
12 |
> |
Get over your fears of checking in code |
13 |
> |
Why don't you check in code? |
14 |
> |
Why don't you check in code early? |
15 |
> |
Why don't you check in code often? |
16 |
> |
Stop doing that! |
17 |
|
|
18 |
< |
Version Control |
19 |
< |
What is it? |
20 |
< |
Why is it useful? |
21 |
< |
Subversion |
22 |
< |
... |
18 |
> |
Come up with a Do Something project |
19 |
> |
What is something that you want to do? |
20 |
> |
Maybe a tool that will help you do a task that you have to do often? |
21 |
> |
Ideas that I have implemented: |
22 |
> |
A program that sends me text messages when my credit card is due |
23 |
> |
A web page with daily and random Jargon File entries (also feeds) |
24 |
> |
A tool to generate a Google Sitemap file from Subversion metadata |
25 |
> |
Tools for showing del.icio.us bookmarks on my site including tags |
26 |
> |
from bundles and thumbnails for flickr picture bookmarks |
27 |
> |
A program that makes the del.icio.us bookmarks on Britta's site |
28 |
> |
have fancy quotes rather than straight quotes |
29 |
> |
A program that makes a site map from my Search Engine's XML index |
30 |
> |
A system of makefiles to keep my site in line and such |
31 |
> |
Talk about your ideas |
32 |
> |
Tell me what you are going to do |
33 |
> |
Maybe even commit the beginnings of your project during class |
34 |
|
|
35 |
< |
... |
35 |
> |
A Look at VCI VNC |
36 |
> |
Test Framework |
37 |
> |
Python Stuff (wxPython, PIL) |
38 |
> |
VNC (RFB Protocol) |
39 |
> |
Client UI |
40 |
> |
VCI API |
41 |
> |
Recorder (proxy to VCI API) |
42 |
> |
Tester |