A couple of years ago I picked up an HP DM1-3025DX as a fun little affordable Windows 7 portable computer. It came […]
Blog Archive
Sony Flip 15 upgrade
I have a SONY Flip 15 convertible tablet (SVF15N17CXB) that I use primarily for contract work that requires a PC. It is […]
Oracle SQL Developer Date/Time format
One of the most super annoying things about Oracle SQL developer is that it defaults to a not so useful (at least […]
Engineer’s Notebook
I record daily activities, notes, thoughts, diagrams, ideas, some reference material and special insights in their own paper notebooks. If you were […]
Vorpal Code
Elegant code sings— like a mastered katana! Beautiful conduct.
Git Reference
Git community book online: http://book.git-scm.com/index.html creating:init, branch adding and removing files::add, rm seeing activity:log, status basic repository operations are: push, pull, commit, […]
Python Coding Standard, Metrics and Test Coverage
Motivation My motivation in seeking a coding standard, static code metrics analyzer and test coverage tool is multifaceted. I want to know […]
Getting the Enron mail database into MongoDB
Background In order to get some experience working with Python and MongoDB I decided I would like to find a data source […]
Work when others are not
I read an interesting blog post from the Time Management Ninja where he talks about getting things done at the office during […]
Transforming from serial to threaded
Background As part of an experimenting project I am transforming code that I initially wrote for simulating traffic on a road network […]