Saturday, January 12, 2013

Saturday, June 23, 2012

Instant Appraisal

Are there sites for: coins, comics, stamps, etc. ?

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

TestResultDB stores test results, optionally linked to requirements 

Saturday, April 21, 2012

Turnkey Linux Appliances

Turnkey Linux Appliances

http://www.turnkeylinux.org/

Monday, March 12, 2012

Microsoft Project - Comparing Project Sheets

MSFT Project - Comparing Project Sheets
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

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

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

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

Thursday, October 20, 2011

Eclipse (Galileo Flavor)

Galileo Eclipse Download Area
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

Tuesday, October 11, 2011

NetBeans

NetBeans Main Wiki Page
http://wiki.netbeans.org/Main_Page

NetBeans Maven Best Practices
http://wiki.netbeans.org/MavenBestPractices

Saturday, October 08, 2011

Jenkins

Jenkins
http://jenkins-ci.org/

WikiPedia Entree
http://en.wikipedia.org/wiki/Jenkins_(software)

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

Tuesday, September 27, 2011

A Little GUI Automation

Use For A Little GUI Automation
http://www.autohotkey.com/