Friday, November 30, 2012

Multiple Mercurial Repositories

hg serve --webdir-conf repo.config

In repo.config, include

[paths]
X = A/B/X
Y = A/B/C/D/Y

etc.

The paths are relative to the directory where hg serve is called. 

m.

Thursday, November 29, 2012

What ports are we listening on?



netstat -anltp | grep "LISTEN"


Thursday, November 22, 2012

Some Advanced CS Courses, Madison, Wisconsin

Friday, November 16, 2012

Pieces on Data Centers

Paul Teich has some interesting pieces on modern data centers.

Thursday, November 15, 2012

Design and Beauty

Watch the TED videos on the same topic.

  • Trust
  • Exploration (Quantity)
  • Building and Thinking with Hands
  • Role Play


Friday, November 09, 2012

Practical Mercurial Tutorial

The tutorial document by Thorbjörn Jemander provides a very practical review of Mercurial, the distributed source code management wonder.

Thursday, November 08, 2012

Trouble with NetBeans C/C++

Unfortunately, on Mac OS-X, when installed (7.2.1), for new projects, it seems to pick up some shell other than "bash" as its default shell, making many configure scripts that work perfectly well under bash fail in the IDE, due to PATH mismatches. In cases like this, if there's a terminal with environment variables that are already working for you, open netbeans from that same terminal. Otherwise, it looks like you need to set it directly in the IDE, itself.


Wednesday, November 07, 2012

Database Courses

DBMS courses --

1. Maddison Wisconsin

 

Friday, November 02, 2012

Instruments.app

Instruments.app on Mac OS-X is great with D-Trace!