Programming

Delete the RAW images without corresponding JPG ones

I have a Sony camera which is set to shoot in both RAW and JPG formats, so I can decide whether to keep the jpg image or to process it further. Once of the biggest problems that I have is that I always look at the jpg images, and I remove the ones that I

Delete the RAW images without corresponding JPG ones2015-04-22T19:12:30-08:00

Writing a simple Android App

Those are some of my notes on writing a simple android app using IntelliJ IDEA Ultimate.   Initially we need Java SDK (1.7 is preferred, since Gradle and the Android SDK does not officially support builds with 1.8 as of the time of writing and there are some issues with it) and the Android SDK

Writing a simple Android App2015-01-03T18:06:52-08:00

JBoss – initial setup and datasource configuration

There are two versions of JBoss: AS (Application Server) and EAP (Enterprise Application Platform). You can read more about the differences here. I will use EAP 6.3.0 and Java 1.8 for this setup. Download and unzip. In my case in c:\jboss-eap-6.3 The first thing you need to do is to add an user, so from

JBoss – initial setup and datasource configuration2014-12-02T21:09:03-08:00
Go to Top