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.
Archives for the Month of July, 2011
DecodePCODE – Version/diff proprietary Peoplecode objects with your own text tools.
Wednesday, 27 July 2011
A simple python grep
Tuesday, 5 July 2011
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!
Tuesday, 5 July 2011
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.