In his
blog,
Eric Lippert issued an interesting programming challenge. (Follow the
link for details of the requirements.) Here is my solution.
#
# Programming challenge from
# http://blogs.msdn.com/b/ericlippert/archive/2010/09/09/old-school-tree-display.aspx
#
# Done in Python, by Michael Chermside
#
import unittest
import itertools
# ============== Provided Problem ==============
class …
Read more
Posted Thu 09 September 2010
by mcherm
in Programming
Just a brief entry so the NEXT time this happens I can search and find
the solution.Once before I had this problem, but I couldn't remember the
solution so this time I am writing it down. We (a Profile developer and
I) were adding a new MRPC. When I …
Read more
Posted Fri 20 August 2010
by mcherm
in Programming
To find out what dependencies you are getting and from where, execute
"mvn dependency:tree". Send it to a file using "mvn dependency:tree
-Doutput=file".
Posted Tue 08 June 2010
by mcherm
in Uncategorized
This coming Tuesday, we have primary elections. I have been doing my
research on the candidates for the various races -- all primary
elections, and I am registered as a Democrat. I will summarize the
results of that research here along with my endorsements and intended
votes.
Race #1: Governor:
Dan …
Read more
Posted Sun 16 May 2010
by mcherm
in Politics
I sent the following message to the FCC, which is currently accepting
public input prior to promulgating new rules on "Net Neutrality".
To the FCC:
Some form of "Net Neutrality" is essential, and it is up to the
governing agencies to determine what form and how.
The general principle holds …
Read more
Posted Sat 03 April 2010
by mcherm
in Politics