Express (minimalist web framework for Node.js)
http://expressjs.com/
Node.js Home Page
https://nodejs.org/
Wednesday, March 25, 2015
Thursday, March 05, 2015
Wednesday, February 25, 2015
Thursday, February 19, 2015
Adding Custom JARs To A Maven Project
Mkyong - How To Include Custom Library Into Maven Local Repository?
(seems like one of the easiest techniques)
http://www.mkyong.com/maven/how-to-include-library-manully-into-maven-local-repository/
Guide to installing 3rd party JARs (Apache Maven Project)
http://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html
Maven External Dependencies (another valid technique)
http://www.tutorialspoint.com/maven/maven_external_dependencies.htm
Stackoverflow Link:
http://stackoverflow.com/questions/5692256/maven-best-way-of-linking-custom-external-jar-to-my-project
Adding external/custom jars into Maven project
Excellent link, especially "Installing jar into local Maven repository".
http://softwarecave.org/2014/06/14/adding-external-jars-into-maven-project/
In case content changes, screenshot of important snippet here:
(seems like one of the easiest techniques)
http://www.mkyong.com/maven/how-to-include-library-manully-into-maven-local-repository/
Guide to installing 3rd party JARs (Apache Maven Project)
http://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html
Maven External Dependencies (another valid technique)
http://www.tutorialspoint.com/maven/maven_external_dependencies.htm
Stackoverflow Link:
http://stackoverflow.com/questions/5692256/maven-best-way-of-linking-custom-external-jar-to-my-project
Adding external/custom jars into Maven project
Excellent link, especially "Installing jar into local Maven repository".
http://softwarecave.org/2014/06/14/adding-external-jars-into-maven-project/
In case content changes, screenshot of important snippet here:
Wednesday, February 18, 2015
Virtual Hard Disk Link(s)
Virtual Hard Disk - Backup Emphasis
http://www.pcworld.com/article/2465848/virtual-hard-drives-the-it-pro-trick-that-lets-you-back-up-your-data-for-free.html
Virtual Hard Disk (VHD) File Format (WikiPedia)
http://en.wikipedia.org/wiki/VHD_(file_format)
Windows 7 - How To Create a VHD of a Physical Hard Disk
http://www.sevenforums.com/tutorials/213652-vhd-create-physical-hard-disk.html
http://www.pcworld.com/article/2465848/virtual-hard-drives-the-it-pro-trick-that-lets-you-back-up-your-data-for-free.html
Virtual Hard Disk (VHD) File Format (WikiPedia)
http://en.wikipedia.org/wiki/VHD_(file_format)
Windows 7 - How To Create a VHD of a Physical Hard Disk
http://www.sevenforums.com/tutorials/213652-vhd-create-physical-hard-disk.html
Thursday, February 05, 2015
Docker
Docker
https://docs.docker.com/
Docker User Guide
https://docs.docker.com/userguide/
https://docs.docker.com/
Docker User Guide
https://docs.docker.com/userguide/
Docker YouTube Channel
https://www.youtube.com/user/dockerrun
https://www.youtube.com/user/dockerrun
Quoting from the Docker website:
https://www.docker.com/whatisdocker/
"Docker is an open platform for developers and sysadmins to build, ship, and run distributed applications."
WikiPedia Docker Entry
http://en.wikipedia.org/wiki/Docker_(software)
YouTube Docker Networking
https://www.youtube.com/watch?v=uq8ZEYEYk1Q
https://www.docker.com/whatisdocker/
"Docker is an open platform for developers and sysadmins to build, ship, and run distributed applications."
WikiPedia Docker Entry
http://en.wikipedia.org/wiki/Docker_(software)
YouTube Docker Networking
https://www.youtube.com/watch?v=uq8ZEYEYk1Q
Saturday, January 31, 2015
GIT Workflow Links
"A successful Git branching model" by Vincent Driessen
http://nvie.com/posts/a-successful-git-branching-model/
Excellent Article by "End Point"
http://blog.endpoint.com/2014/05/git-workflows-that-work.html
http://nvie.com/posts/a-successful-git-branching-model/
Excellent Article by "End Point"
http://blog.endpoint.com/2014/05/git-workflows-that-work.html
Sunday, January 18, 2015
Encryption For Business (e.g. Medical Billing)
7-Zip (can also AES encrypt files)
http://www.7-zip.org/
AES Crypt (individual files)
https://www.aescrypt.com/
GNU Privacy Guard
https://www.gnupg.org/
List Of Top 24 Free Tools For Data Encryption
http://www.gfi.com/blog/the-top-24-free-tools-for-data-encryption/
TrueCrypt Final Release Repository
https://www.grc.com/misc/truecrypt/truecrypt.htm
http://www.7-zip.org/
AES Crypt (individual files)
https://www.aescrypt.com/
GNU Privacy Guard
https://www.gnupg.org/
List Of Top 24 Free Tools For Data Encryption
http://www.gfi.com/blog/the-top-24-free-tools-for-data-encryption/
TrueCrypt Final Release Repository
https://www.grc.com/misc/truecrypt/truecrypt.htm
Monday, January 12, 2015
Friday, January 09, 2015
Some Dynamic Java Class Loading Links
Dynamic Class Loading Links
http://viralpatel.net/blogs/java-dynamic-class-loading-java-reflection-api/
http://www-h.eng.cam.ac.uk/help/tpl/languages/java/javaplugins.html
http://www.javaworld.com/article/2071777/design-patterns/add-dynamic-java-code-to-your-application.html
http://en.wikipedia.org/wiki/Java_Classloader
http://viralpatel.net/blogs/java-dynamic-class-loading-java-reflection-api/
http://www-h.eng.cam.ac.uk/help/tpl/languages/java/javaplugins.html
http://www.javaworld.com/article/2071777/design-patterns/add-dynamic-java-code-to-your-application.html
http://en.wikipedia.org/wiki/Java_Classloader
Wednesday, December 24, 2014
The Upcoming Year (2015) Of The Java Ecosystem With Test Automation
Tools:
- JDK
- Maven (consider transitioning to Gradle)
- Git / GitHub
- IntelliJ (JetBrains)
- Cucumber
- Jenkins (?)
Monday, December 22, 2014
Gradle Links
Gradle Documentation
http://www.gradle.org/documentation
Gradle Home Link
http://www.gradle.org/
Gradle Wikipedia Link
http://en.wikipedia.org/wiki/Gradle
http://www.gradle.org/documentation
Gradle Home Link
http://www.gradle.org/
Gradle Wikipedia Link
http://en.wikipedia.org/wiki/Gradle
Tuesday, December 09, 2014
Cassandra Links
Cassandra Query Language (CQL) v3.1.7
https://cassandra.apache.org/doc/cql3/CQL.html
Cassandra Wiki (Client Options)
https://wiki.apache.org/cassandra/ClientOptions
Datastax Cassandra Ruby Driver (As of 20141209, this is current Ruby driver to use)
https://github.com/datastax/ruby-driver
Datastax Cassandra Ruby Driver Documentation
http://datastax.github.io/ruby-driver/
Up and Running With Cassandra (like Google's BigTable)
http://blog.evanweaver.com/2009/07/06/up-and-running-with-cassandra/
https://cassandra.apache.org/doc/cql3/CQL.html
Cassandra Wiki (Client Options)
https://wiki.apache.org/cassandra/ClientOptions
Datastax Cassandra Ruby Driver (As of 20141209, this is current Ruby driver to use)
https://github.com/datastax/ruby-driver
Datastax Cassandra Ruby Driver Documentation
http://datastax.github.io/ruby-driver/
Up and Running With Cassandra (like Google's BigTable)
http://blog.evanweaver.com/2009/07/06/up-and-running-with-cassandra/
Wednesday, October 29, 2014
Tuesday, October 28, 2014
Ruby MQTT Resources
Pure Ruby Gem
https://github.com/njh/ruby-mqtt
https://rubygems.org/gems/mqtt
http://www.rubydoc.info/gems/mqtt/frames (better doc presentation)
Install: gem install mqtt
https://github.com/njh/ruby-mqtt
https://rubygems.org/gems/mqtt
http://www.rubydoc.info/gems/mqtt/frames (better doc presentation)
Install: gem install mqtt
Wednesday, October 15, 2014
Capybara - (Ruby Library)
Capybara (Ruby Library) -- Something to look into:
http://jnicklas.github.io/capybara/
SitePrism -- is used to supply a Page Object Model that can be used with Capybara.
https://github.com/natritmeyer/site_prism
http://jnicklas.github.io/capybara/
SitePrism -- is used to supply a Page Object Model that can be used with Capybara.
https://github.com/natritmeyer/site_prism
Wednesday, September 17, 2014
Minimalist HTTP Server Links C#
Embedded .NET HTTP Server
http://www.codeproject.com/Articles/25050/Embedded-NET-HTTP-Server
Simple HTTP Server in C#
http://www.codeproject.com/Articles/137979/Simple-HTTP-Server-in-C
http://www.codeproject.com/Articles/25050/Embedded-NET-HTTP-Server
Simple HTTP Server in C#
http://www.codeproject.com/Articles/137979/Simple-HTTP-Server-in-C
Sunday, September 14, 2014
PowerShell Links
Run PowerShell Scripts From Task Scheduler
http://community.spiceworks.com/how_to/show/17736-run-powershell-scripts-from-task-scheduler
Weekend Scripter: Use the Windows Task Scheduler to Run a Windows PowerShell Script
http://blogs.technet.com/b/heyscriptingguy/archive/2012/08/11/weekend-scripter-use-the-windows-task-scheduler-to-run-a-windows-powershell-script.aspx
Windows PowerShell 2.0 Commands
http://ss64.com/ps/
http://community.spiceworks.com/how_to/show/17736-run-powershell-scripts-from-task-scheduler
Weekend Scripter: Use the Windows Task Scheduler to Run a Windows PowerShell Script
http://blogs.technet.com/b/heyscriptingguy/archive/2012/08/11/weekend-scripter-use-the-windows-task-scheduler-to-run-a-windows-powershell-script.aspx
Windows PowerShell 2.0 Commands
http://ss64.com/ps/
Thursday, September 11, 2014
Apache Derby / H2 / H20 Database Engines
Apache Derby
http://db.apache.org/derby/
H2 Database Engine
http://www.h2database.com/html/main.html
H20 Database Engine
http://blogs.cs.st-andrews.ac.uk/h2o/
https://code.google.com/p/h2o-database/
http://db.apache.org/derby/
H2 Database Engine
http://www.h2database.com/html/main.html
H20 Database Engine
http://blogs.cs.st-andrews.ac.uk/h2o/
https://code.google.com/p/h2o-database/
Sunday, August 17, 2014
Developing Android Apps Using Ruby
Learn Ruby The Hard Way
http://ruby.learncodethehardway.org/
Ruboto
http://ruboto.org/
Ruby Learning
http://rubylearning.com/
Ruby (base link; English)
https://www.ruby-lang.org/en/
Ruby Conferences
https://www.ruby-lang.org/en/community/conferences/
http://ruby.learncodethehardway.org/
Ruboto
http://ruboto.org/
Ruby Learning
http://rubylearning.com/
Ruby (base link; English)
https://www.ruby-lang.org/en/
Ruby Conferences
https://www.ruby-lang.org/en/community/conferences/
Friday, August 15, 2014
Calabash Links
Calabash Android Tutorial
http://referenceforu.blogspot.com/2013/08/calabash-android-tutorial.html
Google Groups calabash-android
https://groups.google.com/forum/#!forum/calabash-android
Linux and Windows Installation
http://knowledgestack.wordpress.com/2013/05/25/calaba-sh-automated-acceptance-test-for-mobile-apps/
http://referenceforu.blogspot.com/2013/08/calabash-android-tutorial.html
Google Groups calabash-android
https://groups.google.com/forum/#!forum/calabash-android
Linux and Windows Installation
http://knowledgestack.wordpress.com/2013/05/25/calaba-sh-automated-acceptance-test-for-mobile-apps/
Wednesday, July 23, 2014
Android Resources
App Inventor for Android - MIT Link
http://appinventor.mit.edu/explore/
App Inventor for Android - Wikipedia
http://en.wikipedia.org/wiki/App_Inventor_for_Android
Android - Rooting
http://en.wikipedia.org/wiki/Rooting_(Android_OS)
Android Software Development - Wikipedia
http://en.wikipedia.org/wiki/Android_software_development
Android Studio
http://en.wikipedia.org/wiki/Android_Studio
http://appinventor.mit.edu/explore/
App Inventor for Android - Wikipedia
http://en.wikipedia.org/wiki/App_Inventor_for_Android
Android - Rooting
http://en.wikipedia.org/wiki/Rooting_(Android_OS)
Android Software Development - Wikipedia
http://en.wikipedia.org/wiki/Android_software_development
Android Studio
http://en.wikipedia.org/wiki/Android_Studio
Thursday, June 12, 2014
Some Good Behavior Driven Development (BDD) Links
Behavior Driven Development (Wikipedia)
http://en.wikipedia.org/wiki/Behavior-driven_development
Business Readable DSL
http://www.martinfowler.com/bliki/BusinessReadableDSL.html
Cucumber Wiki
https://github.com/cucumber/cucumber/wiki
Cucumber (Official Site)
http://cukes.info/
Dan North - What's In A Story?
http://dannorth.net/whats-in-a-story/
Gherkin Wiki
https://github.com/cucumber/cucumber/wiki/Gherkin
Given, When, Then
https://github.com/cucumber/cucumber/wiki/Given-When-Then
http://en.wikipedia.org/wiki/Behavior-driven_development
Business Readable DSL
http://www.martinfowler.com/bliki/BusinessReadableDSL.html
Cucumber Wiki
https://github.com/cucumber/cucumber/wiki
Cucumber (Official Site)
http://cukes.info/
Dan North - What's In A Story?
http://dannorth.net/whats-in-a-story/
Gherkin Wiki
https://github.com/cucumber/cucumber/wiki/Gherkin
Given, When, Then
https://github.com/cucumber/cucumber/wiki/Given-When-Then
Wednesday, June 11, 2014
Google Test Automation
Google Test Automation Conference
https://developers.google.com/google-test-automation-conference/
Google Testing Blog
http://googletesting.blogspot.com/
https://developers.google.com/google-test-automation-conference/
Google Testing Blog
http://googletesting.blogspot.com/
Test Android Mobile Apps With Appium
Appium base link
http://appium.io/index.html?lang=en
Sauce Labs
https://saucelabs.com
Slide Show Comparing Various Android Automation Frameworks
http://www.slideshare.net/bitbar/different-android-test-automation-framework-what-works-you-the-best
http://appium.io/index.html?lang=en
Sauce Labs
https://saucelabs.com
Slide Show Comparing Various Android Automation Frameworks
http://www.slideshare.net/bitbar/different-android-test-automation-framework-what-works-you-the-best
Thursday, June 05, 2014
Saturday, May 10, 2014
Sunday, April 27, 2014
Developing Android Apps Using Python
Linux Journal Article: "Python for Android" (lot's of tips)
http://www.linuxjournal.com/article/10940?page=0,0
PyCon PL 2013 "Developing Android Applications with Python"
https://www.youtube.com/watch?v=CWyUgn8oAaQ
Presentation: "Writing Standalone Qt & Python Applications for Android
http://www.modrana.org/pyconpl2013/python_and_qt_for_android.pdf
Python Download Site:
https://www.python.org/download
http://www.linuxjournal.com/article/10940?page=0,0
PyCon PL 2013 "Developing Android Applications with Python"
https://www.youtube.com/watch?v=CWyUgn8oAaQ
Presentation: "Writing Standalone Qt & Python Applications for Android
http://www.modrana.org/pyconpl2013/python_and_qt_for_android.pdf
Python Download Site:
https://www.python.org/download
Thursday, April 17, 2014
Garmin Nuvi 2555 Stuff (esp GPX files)
Editor for GPX files
http://sourceforge.net/projects/gpxeditor/
Extracting Track Log (gpx) from Garmin
http://home.comcast.net/~ghayman3/garmin.gps/page6.htm
GPX files are in the following location on this Garmin: Internal Storage\GPX
More generalized, useful conversion (GPSBabel)
http://www.gpsbabel.org/
http://sourceforge.net/projects/gpxeditor/
Extracting Track Log (gpx) from Garmin
http://home.comcast.net/~ghayman3/garmin.gps/page6.htm
GPX files are in the following location on this Garmin: Internal Storage\GPX
More generalized, useful conversion (GPSBabel)
http://www.gpsbabel.org/
Friday, April 11, 2014
Cool Android Apps
AutoGuard Blackbox
https://play.google.com/store/apps/details?id=com.hovans.autoguard
GPSLogger (by "mendhak")
https://play.google.com/store/apps/details?id=com.mendhak.gpslogger
http://code.mendhak.com/gpslogger/
https://play.google.com/store/apps/details?id=com.hovans.autoguard
GPSLogger (by "mendhak")
https://play.google.com/store/apps/details?id=com.mendhak.gpslogger
http://code.mendhak.com/gpslogger/
Thursday, April 10, 2014
Python Related Web Technologies
HTTP Methods: GET vs. POST
http://www.w3schools.com/tags/ref_httpmethods.asp
Python WebFrameworks
https://wiki.python.org/moin/WebFrameworks
http://www.w3schools.com/tags/ref_httpmethods.asp
Python WebFrameworks
https://wiki.python.org/moin/WebFrameworks
Tuesday, April 08, 2014
Lighttpd
How To Run lighttpd as a Windows Service
http://www.coretechnologies.com/products/AlwaysUp/Apps/RunLighttpdAsAService.html
Lighttpd - light-weight HTTPD
http://www.lighttpd.net/
Simple Common Gateway Interface (replacement for CGI and similar to FastCGI)
http://www.python.ca/scgi/protocol.txt
Web Development With Python
http://www.fredshack.com/docs/pythonweb.html
Wikipedia link
http://en.wikipedia.org/wiki/Lighttpd
Windows Download
http://en.wlmp-project.net/downloads.php?cat=lighty
WSGI org Home Page Docs
http://wsgi.readthedocs.org/en/latest/
WSGI (Howto with Lighttpd2)
http://redmine.lighttpd.net/projects/lighttpd2/wiki/Howto_WSGI
WSGI (PEP 333)
http://legacy.python.org/dev/peps/pep-0333/
WSGI - Python's Secret Web Weapon
http://www.xml.com/pub/a/2006/09/27/introducing-wsgi-pythons-secret-web-weapon.html
http://www.coretechnologies.com/products/AlwaysUp/Apps/RunLighttpdAsAService.html
Lighttpd - light-weight HTTPD
http://www.lighttpd.net/
Simple Common Gateway Interface (replacement for CGI and similar to FastCGI)
http://www.python.ca/scgi/protocol.txt
Web Development With Python
http://www.fredshack.com/docs/pythonweb.html
Wikipedia link
http://en.wikipedia.org/wiki/Lighttpd
Windows Download
http://en.wlmp-project.net/downloads.php?cat=lighty
WSGI org Home Page Docs
http://wsgi.readthedocs.org/en/latest/
WSGI (Howto with Lighttpd2)
http://redmine.lighttpd.net/projects/lighttpd2/wiki/Howto_WSGI
WSGI (PEP 333)
http://legacy.python.org/dev/peps/pep-0333/
WSGI - Python's Secret Web Weapon
http://www.xml.com/pub/a/2006/09/27/introducing-wsgi-pythons-secret-web-weapon.html
Tuesday, February 11, 2014
Tuesday, January 28, 2014
Vector Links (CANoe, RP1210)
Abstract Syntax Notation (ASN.1)
http://en.wikipedia.org/wiki/ASN.1
NMEA 0183 reference
http://en.wikipedia.org/wiki/NMEA_0183
Vector (CANoe environment):
http://vector.com/vi_canoe_en.html
http://en.wikipedia.org/wiki/CANoe (Wikipedia reference)
Vector Reference:
http://vector.com/vi_rp1210_api_en.html
http://en.wikipedia.org/wiki/ASN.1
NMEA 0183 reference
http://en.wikipedia.org/wiki/NMEA_0183
Vector (CANoe environment):
http://vector.com/vi_canoe_en.html
http://en.wikipedia.org/wiki/CANoe (Wikipedia reference)
Vector Reference:
http://vector.com/vi_rp1210_api_en.html
Tuesday, January 21, 2014
Behavior-Driven Development (BDD) Tools for Python
Behave
http://pythonhosted.org/behave/
Behave - Changing Step Definition Parsing
http://jenisys.github.io/behave.example/step_matcher/re_matcher.html
Behave Examples and Tutorials (Excellent!!!)
http://jenisys.github.io/behave.example/
Behave - Feature Testing Setup
http://behave.readthedocs.org/en/latest/gherkin.html
Behave - GitHub Link
https://github.com/behave/behave
Lettuce versus Behave
http://fortylines.com/blog/LettuceVsBehave.blog
Lettuce
http://lettuce.it/
http://pythonhosted.org/behave/
Behave - Changing Step Definition Parsing
http://jenisys.github.io/behave.example/step_matcher/re_matcher.html
Behave Examples and Tutorials (Excellent!!!)
http://jenisys.github.io/behave.example/
Behave - Feature Testing Setup
http://behave.readthedocs.org/en/latest/gherkin.html
Behave - GitHub Link
https://github.com/behave/behave
Lettuce versus Behave
http://fortylines.com/blog/LettuceVsBehave.blog
Lettuce
http://lettuce.it/
Monday, January 20, 2014
BeagleBoard
BeagleBoard
http://en.wikipedia.org/wiki/BeagleBone#BeagleBone
BeagleBoard Official Site
http://beagleboard.org/
http://en.wikipedia.org/wiki/BeagleBone#BeagleBone
BeagleBoard Official Site
http://beagleboard.org/
Friday, January 17, 2014
Additional Test Automation Tools - Jan 2014
Earth Bridge (designed to bridge gap between GPS receiver and Google Earth)
http://mboffin.com/earthbridge/
Relish (primary author - PN employee)
http://sourceforge.net/projects/relish/
http://mboffin.com/earthbridge/
Relish (primary author - PN employee)
http://sourceforge.net/projects/relish/
Monday, January 13, 2014
Friday, January 10, 2014
MSFT To Android Porting Tools
iFactr (commercial solution)
http://ifactr.com/
Monocross
http://monocross.net/
Monocross - What is it?
http://objectiveme.com/monocross-part-1/
MvvmCross
https://github.com/MvvmCross
http://ifactr.com/
Monocross
http://monocross.net/
Monocross - What is it?
http://objectiveme.com/monocross-part-1/
MvvmCross
https://github.com/MvvmCross
Thursday, January 09, 2014
Cloud Information
Amazon Web Services (AWS) and Python
http://aws.amazon.com/articles/Amazon-S3/3998
Amazon Web Services (AWS) and Python "boto" Interface
http://docs.pythonboto.org/en/latest/
Amazon Web Services (AWS) and Relational Database Service (RDS)
http://aws.amazon.com/rds/
http://aws.amazon.com/articles/Amazon-S3/3998
Amazon Web Services (AWS) and Python "boto" Interface
http://docs.pythonboto.org/en/latest/
Amazon Web Services (AWS) and Relational Database Service (RDS)
http://aws.amazon.com/rds/
Tuesday, January 07, 2014
Home Automation / Security
2lemtry
http://www.2lemetry.com/
2lemetry API
http://www.2lemetry.com/api
Mosquitto API Doc
http://mosquitto.org/api/files/mosquitto-h.html
MQTT (MQ Telemetry Transport)
http://mqtt.org/
Very Simple Control Protocol
http://en.wikipedia.org/wiki/Very_Simple_Control_Protocol
Very Simple Control Protocol (Home Page)
http://www.vscp.org/
http://www.2lemetry.com/
2lemetry API
http://www.2lemetry.com/api
Mosquitto API Doc
http://mosquitto.org/api/files/mosquitto-h.html
MQTT (MQ Telemetry Transport)
http://mqtt.org/
Very Simple Control Protocol
http://en.wikipedia.org/wiki/Very_Simple_Control_Protocol
Very Simple Control Protocol (Home Page)
http://www.vscp.org/
J1708 / J1939 / CAN bus Related Links
CAN bus
http://en.wikipedia.org/wiki/Controller_Area_Network
CAN Newsletter Online
http://can-newsletter.org/
Engine Control Unit
http://en.wikipedia.org/wiki/Engine_control_unit
Equipment and Tool Institute
http://www.etools.org/
Fleet Management System (Interface)
http://en.wikipedia.org/wiki/Fleet_Management_System
J1708
http://en.wikipedia.org/wiki/J1708
J1939
http://en.wikipedia.org/wiki/J1939
J1939 Standards Collection
http://store.sae.org/j1939/contents/
On Board Diagnostics (OBD)
http://en.wikipedia.org/wiki/On-board_diagnostics
On Board Diagnostic Codes
http://en.wikipedia.org/wiki/Table_of_OBD-II_Codes
http://en.wikipedia.org/wiki/Controller_Area_Network
CAN Newsletter Online
http://can-newsletter.org/
Engine Control Unit
http://en.wikipedia.org/wiki/Engine_control_unit
Equipment and Tool Institute
http://www.etools.org/
Fleet Management System (Interface)
http://en.wikipedia.org/wiki/Fleet_Management_System
http://en.wikipedia.org/wiki/J1708
J1939
http://en.wikipedia.org/wiki/J1939
J1939 Standards Collection
http://store.sae.org/j1939/contents/
On Board Diagnostics (OBD)
http://en.wikipedia.org/wiki/On-board_diagnostics
On Board Diagnostic Codes
http://en.wikipedia.org/wiki/Table_of_OBD-II_Codes
Monday, December 30, 2013
Some More Tools Of Late
MyMobiler for Windows Mobile
http://www.mymobiler.com/windowsmobile.html
Windows Mobile Developer Power Toys
http://www.microsoft.com/en-us/download/details.aspx?id=10601
Windows Mobile Device Center (WMDC) (wikipedia)
http://en.wikipedia.org/wiki/Windows_Mobile_Device_Center
Virtual Box XP Images:
http://www.makeuseof.com/tag/download-windows-xp-for-free-and-legally-straight-from-microsoft-si/
http://www.modern.ie/en-us/virtualization-tools#downloads
VMWare vSphere Hypervisor (free, supposedly)
http://www.vmware.com/products/vsphere-hypervisor/gettingstarted.html
VMWare (Wikipedia)
http://en.wikipedia.org/wiki/VMware_ESX
RDBMS (MySQL)
http://dev.mysql.com/doc/
RDBMS (Navicat)
http://www.navicat.com/
RDBMS (phpMyAdmin)
http://www.phpmyadmin.net
SmartBear SW
http://en.wikipedia.org/wiki/SmartBear_Software
ICSharp Tools (especially, SharpDevelop)
http://www.icsharpcode.net/
http://www.mymobiler.com/windowsmobile.html
Windows Mobile Developer Power Toys
http://www.microsoft.com/en-us/download/details.aspx?id=10601
Windows Mobile Device Center (WMDC) (wikipedia)
http://en.wikipedia.org/wiki/Windows_Mobile_Device_Center
Virtual Box XP Images:
http://www.makeuseof.com/tag/download-windows-xp-for-free-and-legally-straight-from-microsoft-si/
http://www.modern.ie/en-us/virtualization-tools#downloads
VMWare vSphere Hypervisor (free, supposedly)
http://www.vmware.com/products/vsphere-hypervisor/gettingstarted.html
VMWare (Wikipedia)
http://en.wikipedia.org/wiki/VMware_ESX
RDBMS (MySQL)
http://dev.mysql.com/doc/
RDBMS (Navicat)
http://www.navicat.com/
RDBMS (phpMyAdmin)
http://www.phpmyadmin.net
SmartBear SW
http://en.wikipedia.org/wiki/SmartBear_Software
ICSharp Tools (especially, SharpDevelop)
http://www.icsharpcode.net/
Thursday, December 26, 2013
Other Test Tools Of Late
Behavior Driven Development (BDD)
http://en.wikipedia.org/wiki/Behavior-driven_development
Business Readable DSL
http://martinfowler.com/bliki/BusinessReadableDSL.html
Cucumber
http://en.wikipedia.org/wiki/Cucumber_(software)
Cucumber Related Tools
https://github.com/cucumber/cucumber/wiki/Related-tools
Curl-Loader
http://curl-loader.sourceforge.net/
Gherkin BNF (sorta)
https://github.com/cucumber/gherkin/wiki/BNF
Gherkin (more info)
https://github.com/cucumber/cucumber/wiki/Gherkin
Gherkin Language Reference (fuels Cucumber family)
https://github.com/cucumber/gherkin/wiki
Lettuce (Python module based on Cucumber for BDD)
http://lettuce.it/intro/overview.html
Packer (operates in various VM ecosystems)
http://www.packer.io/
Pickle
https://github.com/ianwhite/pickle
Ragel
http://www.complang.org/ragel/
Relish
https://www.relishapp.com/
Robot Framework
http://robotframework.org/
https://code.google.com/p/robotframework/
Selenium
http://docs.seleniumhq.org/
Specflow (pragmatic BDD for .Net)
http://www.specflow.org/
Test Anything Protocol (TAP)
http://en.wikipedia.org/wiki/Test_Anything_Protocol
Vagrant (to re-create VMs)
http://www.vagrantup.com/
Virtual Box
https://www.virtualbox.org/
Watir WebDriver
http://watirwebdriver.com/
XUnit
http://en.wikipedia.org/wiki/XUnit
http://en.wikipedia.org/wiki/Behavior-driven_development
Business Readable DSL
http://martinfowler.com/bliki/BusinessReadableDSL.html
Cucumber
http://en.wikipedia.org/wiki/Cucumber_(software)
Cucumber Related Tools
https://github.com/cucumber/cucumber/wiki/Related-tools
Curl-Loader
http://curl-loader.sourceforge.net/
Gherkin BNF (sorta)
https://github.com/cucumber/gherkin/wiki/BNF
Gherkin (more info)
https://github.com/cucumber/cucumber/wiki/Gherkin
Gherkin Language Reference (fuels Cucumber family)
https://github.com/cucumber/gherkin/wiki
Lettuce (Python module based on Cucumber for BDD)
http://lettuce.it/intro/overview.html
Packer (operates in various VM ecosystems)
http://www.packer.io/
Pickle
https://github.com/ianwhite/pickle
Ragel
http://www.complang.org/ragel/
Relish
https://www.relishapp.com/
Robot Framework
http://robotframework.org/
https://code.google.com/p/robotframework/
Selenium
http://docs.seleniumhq.org/
Specflow (pragmatic BDD for .Net)
http://www.specflow.org/
Test Anything Protocol (TAP)
http://en.wikipedia.org/wiki/Test_Anything_Protocol
Vagrant (to re-create VMs)
http://www.vagrantup.com/
Virtual Box
https://www.virtualbox.org/
Watir WebDriver
http://watirwebdriver.com/
XUnit
http://en.wikipedia.org/wiki/XUnit
Monday, December 23, 2013
Mobile Application Test Automation
Google: "Mobile Application Test Automation"
http://automationtestingblog.blogspot.com/2013/01/mobile-application-test-automation.html
EggPlant (scripting language: "senseTalk")
http://www.testplant.com/eggPlant
M-eux (Jamosolutions, supports Resco for .NET Compact Frameworks)
http://www.jamosolutions.com
Resco Toolkit:
http://www.resco.net/mobileformstoolkit/
Sikuli (can use Python as a scripting language, makes use of Jython technology)
http://www.sikuli.org/
http://doc.sikuli.org/ (Documentation)
https://github.com/sikuli/sikuli (GitHub site)
https://launchpad.net/sikuli (Sikuli Base Site, "launchpad")
Sikuli vs Eggplant:
http://testwarriors.blogspot.com/2012/04/comparison-report-sikuli-vs-eggplant.html
SOTI - MobiControl
http://www.soti.net/mobicontrol/
http://automationtestingblog.blogspot.com/2013/01/mobile-application-test-automation.html
EggPlant (scripting language: "senseTalk")
http://www.testplant.com/eggPlant
M-eux (Jamosolutions, supports Resco for .NET Compact Frameworks)
http://www.jamosolutions.com
Resco Toolkit:
http://www.resco.net/mobileformstoolkit/
Sikuli (can use Python as a scripting language, makes use of Jython technology)
http://www.sikuli.org/
http://doc.sikuli.org/ (Documentation)
https://github.com/sikuli/sikuli (GitHub site)
https://launchpad.net/sikuli (Sikuli Base Site, "launchpad")
Sikuli vs Eggplant:
http://testwarriors.blogspot.com/2012/04/comparison-report-sikuli-vs-eggplant.html
SOTI - MobiControl
http://www.soti.net/mobicontrol/
Tuesday, November 26, 2013
Wednesday, November 06, 2013
Wednesday, October 09, 2013
AutoMate - by Network Automation
AutoMate by Network Automation
http://www.networkautomation.com
http://www.networkautomation. com/automate/9/
http://www.networkautomation.com
http://www.networkautomation.
Monday, September 02, 2013
VPN Links
Good article:
http://www.smallbusinesscomputing.com/webmaster/how-to-connect-multiple-offices-with-vpn.html
SoftEther VPN Project:
http://www.softether.org/
Consider using:
http://www.smallbusinesscomputing.com/webmaster/how-to-connect-multiple-offices-with-vpn.html
SoftEther VPN Project:
http://www.softether.org/
Consider using:
- GotoMyPC (http://www.gotomypc.com)
- LogMeIn (http://www.logmein.com)
Thursday, August 29, 2013
Thursday, July 04, 2013
OpenVPN Links
OpenVPN (Related Projects Link)
https://community.openvpn.net/openvpn/wiki/RelatedProjects
OpenVPN (Wikipedia)
http://en.wikipedia.org/wiki/Openvpn
https://community.openvpn.net/openvpn/wiki/RelatedProjects
OpenVPN (Wikipedia)
http://en.wikipedia.org/wiki/Openvpn
Saturday, January 12, 2013
Saturday, June 23, 2012
Saturday, May 12, 2012
Open Source Idea: TestResultDB
Must be Open Source:
TestResultDBClient (Java) talks to TestResultDBServer (Java) via RMI
TestResultDBServer talks to RDBMS via JDBC
TestResultDBServer talks to RDBMS via JDBC
TestResultDB stores test results, optionally linked to requirements
Saturday, April 21, 2012
Tuesday, March 27, 2012
Test Tools
ApTest - www.aptest.com
Test Anything Protocol (TAP) - testanything.org
Test Anything Protocol For Java - tap4j
Test Anything Protocol (TAP) WikiPedia Article
Test Anything Protocol (TAP) Plugin For Jenkins
TestLink - www.teamst.org
TestLink - Eclipse Plug-In
TestLink - gitorious.org/testlink-ga Official Repository
TestLink - Jenkins Plugin for Automated Tests
TestLink - Java API TestLink Client
TestNG Homepage TestNG WikiPedia
Jenkins Continuous Integration On WikiPedia
Jenkins Homepage
Open Source Testing Tools - opensourcetesting.org
Software Test Automation Framework (STAF)
Test Anything Protocol (TAP) - testanything.org
Test Anything Protocol For Java - tap4j
Test Anything Protocol (TAP) WikiPedia Article
Test Anything Protocol (TAP) Plugin For Jenkins
TestLink - www.teamst.org
TestLink - Eclipse Plug-In
TestLink - gitorious.org/testlink-ga Official Repository
TestLink - Jenkins Plugin for Automated Tests
TestLink - Java API TestLink Client
TestNG Homepage TestNG WikiPedia
Jenkins Continuous Integration On WikiPedia
Jenkins Homepage
Open Source Testing Tools - opensourcetesting.org
Software Test Automation Framework (STAF)
Monday, March 12, 2012
Microsoft Project - Comparing Project Sheets
MSFT Project - Comparing Project Sheets
http://www.youtube.com/watch?v=x2zJ2Rs5G2c
http://www.youtube.com/watch?v=x2zJ2Rs5G2c
Wednesday, February 15, 2012
Saturday, January 07, 2012
Free Fax Send Services
Free fax send services:
http://faxzero.com/
http://www.gotfreefax.com/
Article about hooking in faxing from Gmail account
http://www.googlefax.org/
David Berger's Internet Fax Guide
http://www.a2.com/telecom/freefax.html
http://faxzero.com/
http://www.gotfreefax.com/
Article about hooking in faxing from Gmail account
http://www.googlefax.org/
David Berger's Internet Fax Guide
http://www.a2.com/telecom/freefax.html
Sunday, November 06, 2011
RegExp Engine for ExpenseTracker
Comparison Of RegExp Engines
http://en.wikipedia.org/wiki/Comparison_of_regular_expression_engines
Java 6 Documentation
http://download.oracle.com/javase/6/docs/api/
Regular Expression Flavors
http://www.regular-expressions.info/refflavors.html
http://en.wikipedia.org/wiki/Comparison_of_regular_expression_engines
Java 6 Documentation
http://download.oracle.com/javase/6/docs/api/
Regular Expression Flavors
http://www.regular-expressions.info/refflavors.html
SQLite In ExpenseTracker
Google Comparison of SQLite Wrappers
http://code.google.com/p/sqlite4java/wiki/ComparisonToOtherWrappers
SQLite - Maybe The Easiest To Use
http://www.xerial.org/trac/Xerial/wiki/SQLiteJDBC
with Example Here
Another Reference
http://code.google.com/p/sqlite-jdbc/
SQLite Tutorial 01
http://www.squidoo.com/sqlitehammer
SQLite Wiki - List of Wrappers
http://www.sqlite.org/cvstrac/wiki?p=SqliteWrappers
http://code.google.com/p/sqlite4java/wiki/ComparisonToOtherWrappers
SQLite - Maybe The Easiest To Use
http://www.xerial.org/trac/Xerial/wiki/SQLiteJDBC
with Example Here
Another Reference
http://code.google.com/p/sqlite-jdbc/
SQLite Tutorial 01
http://www.squidoo.com/sqlitehammer
SQLite Wiki - List of Wrappers
http://www.sqlite.org/cvstrac/wiki?p=SqliteWrappers
Saturday, November 05, 2011
Java Encryption and Decryption in ExpenseTracker
Advanced Encryption Standard (AES)
http://en.wikipedia.org/wiki/Advanced_Encryption_Standard
AES Implementations
http://en.wikipedia.org/wiki/AES_implementations
AES Implementation - Bouncy Castle
http://en.wikipedia.org/wiki/Bouncy_castle_(cryptography)
AES Implementation - Bouncy Castle Homepage
http://www.bouncycastle.org/
AES - Using From Java
http://java.sun.com/developer/technicalArticles/Security/AES/AES_v1.html
Basic Encryption Of Transaction Information:
http://www.devx.com/java/10MinuteSolution/21385/1954
Blowfish Example In Java
http://jcs.mobile-utopia.com/jcs/2026_BlowfishEncryptor.java
Blowfish Example 02 In Java
http://www.java.happycodings.com/Security/code2.html
Blowfish Example 03 In Java
http://www.java2s.com/Tutorial/Java/0490__Security/ABlowfishexample.htm
Example Of Using The Java Encryption Framework
http://javaboutique.internet.com/resources/books/JavaSec/javasec1_7.html
Excellent Example Of Using Java To Encrypt/Decrypt
http://www.informit.com/articles/article.aspx?p=170967&seqNum=4
Encrypting Very Short Strings
http://stackoverflow.com/questions/102788/what-is-the-best-way-to-encrypt-a-very-short-string-in-php
Good Example Of Java String Encryption:
http://www.idevelopment.info/data/Programming/java/security/java_cryptography_extension/StringEncrypter.java
How To Encrypt and Decrypt Strings (Android Example)
http://www.tutorials-android.com/learn/How_to_encrypt_and_decrypt_strings.rhtml
How To Encrypt User Passwords:
http://www.jasypt.org/howtoencryptuserpasswords.html
Java Cryptography Architecture
http://docs.oracle.com/javase/6/docs/technotes/guides/security/crypto/CryptoSpec.html
Java Cryptography Extension (JCE) Reference Guide
http://download.oracle.com/javase/1.4.2/docs/guide/security/jce/JCERefGuide.html
Java Tips Encryption and Decryption Using Symmetric Keys
http://www.java-tips.org/java-se-tips/javax.crypto/encryption-and-decryption-using-symmetric-2.html
http://en.wikipedia.org/wiki/Advanced_Encryption_Standard
AES Implementations
http://en.wikipedia.org/wiki/AES_implementations
AES Implementation - Bouncy Castle
http://en.wikipedia.org/wiki/Bouncy_castle_(cryptography)
AES Implementation - Bouncy Castle Homepage
http://www.bouncycastle.org/
AES - Using From Java
http://java.sun.com/developer/technicalArticles/Security/AES/AES_v1.html
Basic Encryption Of Transaction Information:
http://www.devx.com/java/10MinuteSolution/21385/1954
Blowfish Example In Java
http://jcs.mobile-utopia.com/jcs/2026_BlowfishEncryptor.java
Blowfish Example 02 In Java
http://www.java.happycodings.com/Security/code2.html
Blowfish Example 03 In Java
http://www.java2s.com/Tutorial/Java/0490__Security/ABlowfishexample.htm
Example Of Using The Java Encryption Framework
http://javaboutique.internet.com/resources/books/JavaSec/javasec1_7.html
Excellent Example Of Using Java To Encrypt/Decrypt
http://www.informit.com/articles/article.aspx?p=170967&seqNum=4
Encrypting Very Short Strings
http://stackoverflow.com/questions/102788/what-is-the-best-way-to-encrypt-a-very-short-string-in-php
Good Example Of Java String Encryption:
http://www.idevelopment.info/data/Programming/java/security/java_cryptography_extension/StringEncrypter.java
How To Encrypt and Decrypt Strings (Android Example)
http://www.tutorials-android.com/learn/How_to_encrypt_and_decrypt_strings.rhtml
How To Encrypt User Passwords:
http://www.jasypt.org/howtoencryptuserpasswords.html
Java Cryptography Architecture
http://docs.oracle.com/javase/6/docs/technotes/guides/security/crypto/CryptoSpec.html
Java Cryptography Extension (JCE) Reference Guide
http://download.oracle.com/javase/1.4.2/docs/guide/security/jce/JCERefGuide.html
Java Tips Encryption and Decryption Using Symmetric Keys
http://www.java-tips.org/java-se-tips/javax.crypto/encryption-and-decryption-using-symmetric-2.html
Saturday, October 29, 2011
Java RMI Examples
http://www.asjava.com/distributed-java/java-rmi-example-just-get-starting/
http://www.eg.bucknell.edu/~cs379/DistributedSystems/rmi_tut.html
http://www.javacoffeebreak.com/articles/javarmi/javarmi.html
http://yama-linux.cc.kagoshima-u.ac.jp/~yamanoue/researches/java/rmi-ex2/
Why RMI Might Be Better Then Sockets
http://java.sun.com/developer/technicalArticles/ALT/sockets/
RMI Plug-In For Eclipse
http://www.genady.net/rmi/index.html
RMI Resources
http://www.genady.net/rmi/v20/general-resources.html
YouTube - Simple Java RMI Tutorial
http://www.youtube.com/watch?v=ILeAeFZOkMI
Oracle RMI Tutorial
http://download.oracle.com/javase/tutorial/rmi/index.html
http://www.eg.bucknell.edu/~cs379/DistributedSystems/rmi_tut.html
http://www.javacoffeebreak.com/articles/javarmi/javarmi.html
http://yama-linux.cc.kagoshima-u.ac.jp/~yamanoue/researches/java/rmi-ex2/
Why RMI Might Be Better Then Sockets
http://java.sun.com/developer/technicalArticles/ALT/sockets/
RMI Plug-In For Eclipse
http://www.genady.net/rmi/index.html
RMI Resources
http://www.genady.net/rmi/v20/general-resources.html
YouTube - Simple Java RMI Tutorial
http://www.youtube.com/watch?v=ILeAeFZOkMI
Oracle RMI Tutorial
http://download.oracle.com/javase/tutorial/rmi/index.html
Thursday, October 27, 2011
Thursday, October 20, 2011
Eclipse (Galileo Flavor)
Galileo Eclipse Download Area
http://www.eclipse.org/downloads/packages/release/galileo/sr2
http://www.eclipse.org/downloads/packages/release/galileo/sr2
Thursday, October 13, 2011
SCons - Open Source S/W Contruction Tool
SCons - Open Source Construction Tool
http://www.scons.org/
SCons Wiki Page
http://en.wikipedia.org/wiki/SCons
http://www.scons.org/
SCons Wiki Page
http://en.wikipedia.org/wiki/SCons
Wednesday, October 12, 2011
Tuesday, October 11, 2011
NetBeans
NetBeans Main Wiki Page
http://wiki.netbeans.org/Main_Page
NetBeans Maven Best Practices
http://wiki.netbeans.org/MavenBestPractices
http://wiki.netbeans.org/Main_Page
NetBeans Maven Best Practices
http://wiki.netbeans.org/MavenBestPractices
Saturday, October 08, 2011
Maven
Maven
http://maven.apache.org/
Maven Download Location
http://maven.apache.org/download.html
Maven Repository (Artifactory)
http://www.jfrog.com/products.php
Maven Standard Directory Layout
http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html
http://maven.apache.org/
Maven Download Location
http://maven.apache.org/download.html
Maven Repository (Artifactory)
http://www.jfrog.com/products.php
Maven Standard Directory Layout
http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html
Tuesday, September 27, 2011
Thursday, September 01, 2011
Thursday, August 25, 2011
Tools For Java Class
Crimson Editor
NetBeans
Tutorials Online Link
Of course, JDK installed too.
Other tools not used in class:
Eclipse IntelliJ Maven
NetBeans
Tutorials Online Link
Of course, JDK installed too.
Other tools not used in class:
Eclipse IntelliJ Maven
Wednesday, August 24, 2011
Thursday, August 04, 2011
Tuesday, August 02, 2011
GVIM file to source in
set shiftwidth=4
set tabstop=4
set expandtab
set autoindent
set number
colorscheme peachpuff
set tabstop=4
set expandtab
set autoindent
set number
colorscheme peachpuff
Saturday, July 30, 2011
Thursday, July 14, 2011
Friday, July 08, 2011
Thursday, July 07, 2011
Uptime in Windows Server 2008 or Windows 7
Seven ways to find uptime in Windows Server 2008 or Windows 7: here
Saturday, June 25, 2011
Tuesday, June 07, 2011
Wednesday, May 18, 2011
Monday, April 25, 2011
Friday, April 08, 2011
Monday, April 04, 2011
Thursday, March 31, 2011
Friday, March 25, 2011
ExpenseTracker TODOs
Google: "python date validation"
Argparse
http://docs.python.org/dev/library/argparse.html
Thursday, March 24, 2011
Mouse and Keyboard Macro Program
AutoHotkey: http://www.autohotkey.com/
AutoHotkey on WikiPedia: http://en.wikipedia.org/wiki/AutoHotkey
AutoHotkey on WikiPedia: http://en.wikipedia.org/wiki/AutoHotkey
Tuesday, March 22, 2011
Friday, March 04, 2011
20110303 - Tech Exposure
Inspire (Application)
IntelliTrace
Microsoft Test Manager 2010
MKS Integrity (requirements management)
Ranorex Plug-In For UI Testing
SilkTest (WPF - lacking)
WPF
IntelliTrace
Microsoft Test Manager 2010
MKS Integrity (requirements management)
Ranorex Plug-In For UI Testing
SilkTest (WPF - lacking)
WPF
Monday, February 28, 2011
Wednesday, February 23, 2011
Python HTTPS Web Server Example
Recipe 442473: Simple HTTP server supporting SSL secure communications (Python) by Sebastien Martini
ActiveState Code (http://code.activestate.com/recipes/442473/) at this LINK
Helpful too: http://docs.python.org/library/socketserver.html at this LINK
Helpful too:
http://www.java2s.com/Tutorial/Python/0420__Network/AForkingServer.htm
ActiveState Code (http://code.activestate.com/recipes/442473/) at this LINK
Helpful too: http://docs.python.org/library/socketserver.html at this LINK
Helpful too:
http://www.java2s.com/Tutorial/Python/0420__Network/AForkingServer.htm
Friday, February 11, 2011
PC Backup / Restore Systems
Re-look at:
>>>> Acronis True Image
>>>> ImageX (Windows Imaging Format)
>>>> Symantec Ghost
If using Windows 7, consider using the native backup/restore software.
>>>> Acronis True Image
>>>> ImageX (Windows Imaging Format)
>>>> Symantec Ghost
If using Windows 7, consider using the native backup/restore software.
Tuesday, February 08, 2011
Nice Editor For XML On A MSFT Machine
Notepad++
This has a good XML diff capability. Try Plugins -> Compare.
Also,
Notepad++ Project Page
XML Notepad 2007 is good too. Has an XML diff capability too. From MSFT.
This has a good XML diff capability. Try Plugins -> Compare.
Also,
Notepad++ Project Page
XML Notepad 2007 is good too. Has an XML diff capability too. From MSFT.
Saturday, February 05, 2011
Subscribe to:
Posts (Atom)
