<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../html.xsl"?>
<resume xmlns:xhtml="http://www.w3.org/1999/xhtml">
    <header>
        <name id="jims">
            <firstname>James</firstname>
            <surname>Sandridge</surname>
        </name>
        <address>
            <street>114 W First Street, Suite 246</street>
            <city>Sanford</city>
            <state>FL</state>
            <zip>32771-1273</zip>
        </address>
        <contact>
            <phone>321.235.7658</phone>
            <fax>321.445.6080</fax>
            <email>jims@stackframe.com</email>
            <!-- <url>http://www.stackframe.com/people/jims/</url> -->
        </contact>
    </header>
    <clearances>
        <clearance>
            <level>SECRET</level>
            <organization>US DoD</organization>
        </clearance>
    </clearances>
    <overview>
      <xhtml:div>
        <xhtml:p>Jim Sandridge began working in the defense industry in 2007, programming digital forensic analysis software for military and governmental clients.  Since joining StackFrame as a Software Engineer in 2008, he has been working with the OneSAF ERC team to create and improve services including obstacle avoidance, terrain repolygonization and collision detection.  Mr. Sandridge received a Bachelors Degree in Computer Science from the University of Central Florida in 2007.</xhtml:p>
      </xhtml:div>
    </overview>
    <history>
        <job>
            <jobtitle>Software Engineer</jobtitle>
            <employer href="http://www.stackframe.com/">StackFrame, LLC</employer>
            <period>
                <from>
                    <date>
                        <month>October</month>
                        <year>2008</year>
                    </date>
                </from>
                <to>
                    <present/>
                </to>
            </period>
            <achievements>
                <achievement>Part of a team adding the Obstacle Avoidance service to the
Environment Runtime Component</achievement>
<achievement>Writing algorithms to generate and merge obstacle skirt paths.</achievement>
<achievement>Supporting the run-time algorithm that searches the obstacle configuration space.</achievement>
<achievement>Interfacing the C++ ERC services with higher level Java OneSAF components.</achievement>
</achievements>
          </job>
        <job>
            <jobtitle>Software Engineer</jobtitle>
            <employer href="http://www.idealcorp.com/">IDEAL Technology</employer>
            <period>
                <from>
                    <date>
                        <month>June</month>
                        <year>2007</year>
                    </date>
                </from>
                <to>
                    <date>
                        <month>October</month>
                        <year>2008</year>
                    </date>
                </to>
            </period>
           
                <achievements>
                <achievement>Employed as a software enginer developing a portable computer forensic analysis tool.</achievement>
	<achievement>Added features to back-end analysis pipeline and maintenance.</achievement>
	<achievement>Overhauled of GUI font-ends.</achievement>
	<achievement>Developed cross-platform GUI application to automate information retrieval and
                report generation of data stored in a popular class of GPS-enabled satellite phones.</achievement>
</achievements>
        </job>
        </history>
    <skillarea>
        <title>Operating Systems</title>
        <skillset>
            <skill>Debian/Linux</skill>
            <skill>Windows</skill>
        </skillset>
    </skillarea>
    <skillarea>
        <title>Languages</title>
        <skillset>
            <skill>C/C++</skill>
            <skill>C#</skill>
            <skill>Python</skill>
            <skill>SQL</skill>
            <skill>PHP</skill>
            <skill>Java</skill>
            <skill>Perl</skill>
        </skillset>
    </skillarea>
    <skillarea>
        <title>Applications</title>
        <skillset>
            <skill>Visual Studio .NET</skill>
            <skill>Eclipse</skill>
            <skill>svn</skill>
            <skill>vi/Unix tools (grep, diff, gdb, etc.)</skill>
        </skillset>
    </skillarea>
    <skillarea>
        <title>APIs and Toolkits</title>
        <skillset>
            <skill>Qt</skill>
            <skill>PyGTK</skill>
            <skill>WPF/Windows Forms</skill>
            <skill>XML</skill>
            <skill>OpenGL</skill>
            <skill>MPI</skill>
        </skillset>
    </skillarea>
    <academics>
        <degrees>
            <degree>
                <level>BA</level>
                <major>Computer Science</major>
                <date>
                    <month>May</month>
                    <year>2007</year>
                </date>
                <institution href="http://www.ucf.edu/">University of Central Florida</institution>
             </degree>
        </degrees>
    </academics>
</resume>

