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

http://stackoverflow.com/questions/2346171/writing-gui-frontend-for-commandline-application-in-mac-os-x 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

http://stackoverflow.com/questions/2346171/writing-gui-frontend-for-commandline-application-in-mac-os-x 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)

http://37signals.com/svn/posts/3112-how-basecamp-next-got-to-be-so-damn-fast-without-using-much-client-side-ui 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)

http://37signals.com/svn/posts/3112-how-basecamp-next-got-to-be-so-damn-fast-without-using-much-client-side-ui 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

http://blogs.technet.com/b/dataplatforminsider/archive/2011/11/28/available-today-preview-release-of-the-sql-server-odbc-driver-for-linux.aspx 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.aspx , Blog http://blogs.msdn.com/b/sqlnativeclient/

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

http://blogs.technet.com/b/dataplatforminsider/archive/2011/11/28/available-today-preview-release-of-the-sql-server-odbc-driver-for-linux.aspx 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.aspx , Blog http://blogs.msdn.com/b/sqlnativeclient/

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

http://mindprod.com/jgloss/cipher.html 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 methods for particular algorithms and block modes. Pay attention to string encoding/decoding and padding issues.

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

http://mindprod.com/jgloss/cipher.html 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 methods for particular algorithms and block modes. Pay attention to string encoding/decoding and padding issues.

Paranoid Engineering: Getting Unicode output in Eclipse Console

http://paranoid-engineering.blogspot.com/2008/05/getting-unicode-output-in-eclipse.html 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 -> Appearance -> Colors and Fonts -> Debug -> Console Font 3. if you are NOT using Windows, set your system encoding to UTF-8. You should now see Unicode characters in Console after restarting Eclipse. ...

Paranoid Engineering: Getting Unicode output in Eclipse Console

http://paranoid-engineering.blogspot.com/2008/05/getting-unicode-output-in-eclipse.html 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 -> Appearance -> Colors and Fonts -> Debug -> Console Font 3. if you are NOT using Windows, set your system encoding to UTF-8. You should now see Unicode characters in Console after restarting Eclipse. ...