LabSim (in-house simulator) - To drive LIS traffic and 8 DigiBoard ports in parallel.
Protocol - CLSI [1] LIS1-A (aka ASTM E1381-02)
Protocol - CLSI [1] LIS2-A2
Ranorex Automation Framework: http://www.ranorex.com/
SQL Server (MSFT)
Team Foundation Server (TFS) 2010 (MSFT)
TestComplete (for test automation)
Visual Studio 2010 (MSFT)
Westgard Rules: http://www.westgard.com/
Wiki
[1] Clinical and Laboratory Standards Institutue (CLSI)
Thursday, January 13, 2011
Tuesday, December 07, 2010
Some Technologies 20101206
Aegis SCM System: http://aegis.sourceforge.net
Perforce: http://www.perforce.com
Saturday, November 20, 2010
Quick Python Links
Python 101: http://www.rexx.com/~dkuhlman/python_101/python_101.html Python Beginner Guides: http://wiki.python.org/moin/BeginnersGuide Using sqlite in Python: http://www.devshed.com/c/a/Python/Using-SQLite-in-Python/
Excellent sqlite3 Tutorial: http://www.doughellmann.com/PyMOTW/sqlite3/
And Another: http://www.sqlite.org/lang_datefunc.html
Monday, November 08, 2010
AutoIt (GUI Automation Tool)
AutoIt site: http://www.autoitscript.com/autoit3/
AutoIt Wikipedia entry: http://en.wikipedia.org/wiki/AutoIt
AutoIT site: http://www.autoitscript.com/autoit3/
AutoIt Wikipedia entry: http://en.wikipedia.org/wiki/AutoIt
Wednesday, November 03, 2010
TestPartner (Yet Another GUI Test Tool)
Another GUI Test Tool To Consider
TestPartner (from Wikipedia)
TestPartner (off of microfocus)
Monday, November 01, 2010
Locate Utility On GNU/Linux Systems
Build the database necessary for the "locate" utility:
updatedb &
Monday, October 11, 2010
Tuesday, August 31, 2010
Python (finally)
What the heck, I might as well learn Python (finally...)
Python docs here.
Because my current gig (@ROK) utilizes it, might as well. Also, from a support standpoint, it doesn't hurt that a bunch of GOOG meisters use it either.
Glanced at Ruby off and on, but Python (finally) seems more pragmatic for me..
On Linux, Mac, and PC --- use Python 2.7.1 as the baseline.
The TIOBE link emphasizes why this is a good choice.
http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html
Also, found out that MIT uses Python heavily.
Python docs here.
Because my current gig (@ROK) utilizes it, might as well. Also, from a support standpoint, it doesn't hurt that a bunch of GOOG meisters use it either.
Glanced at Ruby off and on, but Python (finally) seems more pragmatic for me..
On Linux, Mac, and PC --- use Python 2.7.1 as the baseline.
The TIOBE link emphasizes why this is a good choice.
http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html
Also, found out that MIT uses Python heavily.
Monday, August 30, 2010
Google Protocol Buffers
Better than JSON, etc?
"Protocol buffers are a flexible, efficient, automated mechanism for serializing structured data – think XML, but smaller, faster, and simpler."
Tuesday, July 27, 2010
Thursday, July 22, 2010
Monday, July 19, 2010
Installing Mono 2.6.7 On A CentOS 5.4 VMWare Image
1) Acquire Mono 2.6.7.tar.bz2
2) Extract it:
# tar jxvf mono-2.6.7.tar.bz2
3) Change everything to belong to root:root
# chown -R root:root mono-2.6.7/
4) Change into newly created directory:
# cd mono-2.6.7/
5) Configure, build, and install it:
# ./configure -prefix=/opt/mono; make; make install
6) Add the path to ~/.bash_profile or something as effective.
Since I started out working with a CentOS 5.4 VMWare virtual machine, I had to modify the instructions I found here.
I got my source tar.bz2 from Novell here.
Good link for building Mono for ARM here.
Thursday, July 08, 2010
Tuesday, June 29, 2010
Thursday, June 10, 2010
Wednesday, June 09, 2010
Subscribe to:
Posts (Atom)