Parker Smith Software

 

Welcome

We find that people are amazed at what the right technology can accomplish for them. That’s why we created Parker Smith, a software development firm that pushes the envelope. If innovation is the key to success, we can help you unlock a lot of doors.

The benefits of custom software aren’t only for the Fortune 500. We make sure they are accessible to any company, regardless of size or budget. It’s all about turning your clutter in clarity, your problems into solutions, and your ideas into reality.

 

Recent Blogs

January 26, 2011
update remote system password w/ Ruby...
 I was working on some code for our server hosting system last night and I needed a way to execute commands on a remote system's console.  My actual use case is a bit more complicated since I'm sending commands to a Xen Virtual Server console where SSH may not be enabled (ssh-ing into the host) but I thought this would be a good start. You can send commands to a remote host using SSH alone as shown http://parkers...
1
 
January 13, 2011
Debugging a function 'caller' in AS3
 So I was recently trying to track down a bug in an Adobe AIR application that we've been working on for the past year.  Needless to say the application is pretty big and I had isolated the bug to a particular function.  The problem is that I needed to know what other function was calling it when the error was being encountered and that could have been a couple dozen locations.   Here's a nice little code snippet that I placed ...
0
 
October 26, 2010
Regex find and replace
I was recently working on an Adobe AIR project (using AS3 programming language & Flash Builder aka Eclipse as the editor) and I needed to do a major re-factor of some code in a lot of ...
0