Monday, June 27, 2005

cvs from start

first make a directory to hold the repository, note one repository can include many projects
cd /home/greeness
mkdir repo

add a project named test into that directory
cd repo
mkdir test
cvs init

checkout the repository to elsewhere, add files into the project and commit the change
export CVSROOT=/home/greeness/repo
cd /home/greeness/work
cvs co test
cp ../*.cpp test
cvs add *.cpp
cvs commit *.cpp

tunel through ssh to get a copy of the project
cvs -d :ext:greeness@server.cmu.edu:/afs/blah/repository co modulename

Saturday, June 18, 2005

conference reminder

aamas 06 Hakodate, Japan
http://www.aamas-conference.org/aamas06-cfp.txt
* autonomous robots & robot teams

Important Dates
---------------

Oct 6, 2005: electronic abstract submission deadline
Oct 9, 2005: electronic paper submission deadline
Dec 20, 2005: notification

aaai 2006, July 16–20. Boston

http://www.aaai.org/Conferences/National/2006/

ICRA - International Conference on Robotics and Automation
2006 deadline: 16th Sep, 2005.

IROS - International Conference on Intelligent Robots and Systems
2006 deadline: around Feb, 2006

ECCV 2006
September 9, 2005 Submission of titles and abstracts
September 12, 2005 Submission of full papers

Wednesday, June 08, 2005

firefox reconfig to speed up

- input in URL bar: "about:config"
- find "network.http.pipelining", change its value to "true"
- find "network.http.pipelining.maxrequests" from 4 to 30
- add a new integer "nglayout.initialpaint.delay" and set its value to 0