Archive for the 'development' Category

osx – Writing GUI frontend for commandline application in Mac OS X – Stack Overflow

Sunday, April 1st, 2012

StackOverflow question that list several ways on how to create a simple GUI front-end to a command line app.

osx – Writing GUI frontend for commandline application in Mac OS X – Stack Overflow

Sunday, April 1st, 2012

StackOverflow question that list several ways on how to create a simple GUI front-end to a command line app.

How Basecamp Next got to be so damn fast without using much client-side UI – (37signals)

Thursday, March 1st, 2012

Interesting notes from 37signals about caching approach. (Make sure to read the comments, there is a message from Jeff Bezos, CEO of Amazon)

How Basecamp Next got to be so damn fast without using much client-side UI – (37signals)

Thursday, March 1st, 2012

Interesting notes from 37signals about caching approach. (Make sure to read the comments, there is a message from Jeff Bezos, CEO of Amazon)

Available Today: Preview Release of the SQL Server ODBC Driver for Linux – SQL Server Team Blog – Site Home – TechNet Blogs

Thursday, December 8th, 2011

Finally … MS released ODBC driver for linux, it’s a binary, w/out any packging (no RPMs )
Download it here http://www.microsoft.com/download/en/details.aspx?id=28160 , Documents http://msdn.microsoft.com/en-us/library/hh568451%28SQL.110%29.as…

Available Today: Preview Release of the SQL Server ODBC Driver for Linux – SQL Server Team Blog – Site Home – TechNet Blogs

Thursday, December 8th, 2011

Finally … MS released ODBC driver for linux, it’s a binary, w/out any packging (no RPMs )
Download it here http://www.microsoft.com/download/en/details.aspx?id=28160 , Documents http://msdn.microsoft.com/en-us/library/hh568451%28SQL.110%29.as…

[How to Encrypt and Decrypt Strings in JAVA using Standard Java JCE library] Cipher : Java Glossary

Sunday, October 2nd, 2011

Here’s how to encrypt and decrypt a message using CipherOutputStream/ CipherInputStream The methods used are all part of Sun’s JCE. Sun’s JCE documenation is all but useless. You pretty well have to Google the web to find sample code to use these…

[How to Encrypt and Decrypt Strings in JAVA using Standard Java JCE library] Cipher : Java Glossary

Sunday, October 2nd, 2011

Here’s how to encrypt and decrypt a message using CipherOutputStream/ CipherInputStream The methods used are all part of Sun’s JCE. Sun’s JCE documenation is all but useless. You pretty well have to Google the web to find sample code to use these…

Paranoid Engineering: Getting Unicode output in Eclipse Console

Sunday, October 2nd, 2011

1. add -Dfile.encoding=UTF-8 to your eclipse.ini
2. make sure your Eclipse Console font supports Unicode. You can try it out by typing unicode characters directly to console with keyboard. Console Font is set in Window -> Preferences -> General -> Appe…

Paranoid Engineering: Getting Unicode output in Eclipse Console

Sunday, October 2nd, 2011

1. add -Dfile.encoding=UTF-8 to your eclipse.ini
2. make sure your Eclipse Console font supports Unicode. You can try it out by typing unicode characters directly to console with keyboard. Console Font is set in Window -> Preferences -> General -> Appe…