Archives for the Month of July, 2011

DecodePCODE – Version/diff proprietary Peoplecode objects with your own text tools.

Cool! Version/diff proprietary Peoplecode objects with your own text tools. http://sourceforge.net/projects/decodepcode/files/ Requires Java 1.5 or greater and a JDBC driver appropriate for your database platform.

A simple python grep

Here’s a simplistic text search script that can be run quickly from a Windows command line or via your favorite editor (gvim). import os import sys if sys.argv[1] == ”: print “Usage: python grep.py searchterm pathtosearch” sys.exit() searchterm = sys.argv[1] pathtosearch = sys.argv[2] os.chdir(pathtosearch) for root,dir,files in os.walk(pathtosearch): for fi in files: path = os.path.join(root,fi) [...]

Multi-monitor display blinks to life!

After much tinkering, I’ve found success in lighting up all four monitors. I recorded a short video of the monitors in action I’m looking forward to working with the group on the stand and any future applications for the DHMN multi-monitor display project.