I use to work here.

seen from Malaysia

seen from Russia
seen from Russia
seen from United States
seen from China
seen from United States
seen from Brazil
seen from Germany
seen from United States
seen from China
seen from China
seen from China
seen from Philippines
seen from China

seen from Germany
seen from Spain
seen from Germany
seen from United Arab Emirates

seen from United States

seen from Spain
I use to work here.
Art from the masters
Study of eyes.
The second photo is done in Autodesk Sketchbook. I am impressed with this product.
Designed well,
How to: After Installing Java JDK 7 For Mac OS X - mvn -version still shows java version 1.6.0_31
How to: After Installing Java JDK 7 For Mac OS X – mvn -version still shows java version 1.6.0_31
After Installing Java JDK 7 For Mac OS X – mvn -version still shows java version 1.6.0_31
Oracle released Java JDK 7 on April 26 for Mac OS X. I followed the install instructions and when I do java -version in a terminal window I get:
java version "1.7.0_04" Java(TM) SE Runtime Environment (build 1.7.0_04-b21) Java HotSpot(TM) 64-Bit Server VM (build 23.0-b21, mixed mode)
However when I do mvn…
View On WordPress
How to: Java 7 language features with Android
How to: Java 7 language features with Android
Java 7 language features with Android
Just wondering if anyone has tried using new Java 7 language features with Android? I know that Android reads the bytecode that Java spits out and turns it to dex. So I guess my question is can it understand the bytecode of Java 7?
Answer: Java 7 language features with Android
EDIT: At the time this was written, the latest release was Android 9 and Eclipse…
View On WordPress
Enabling Groovy's "invokedynamic" support in Gradle
I posted previously about configuring a Gradle project to ensure that only the indy version of Groovy (that is the variant that supports Java 7's invokedynamic bytecode instruction) is included in the dependency graph. However, just including that version of the Groovy jar is not enough to make your Groovy code compile in such a way that it uses invokedynamic.
Gradle and Groovy's Invoke Dynamic support
Since version 2.0 the Groovy distribution has included an alternate artifact that enables invoke dynamic support.