geekmonkey
  • Home
  • About
  • Learn With Me: Julia
Sign in Subscribe

Java

A collection of 3 posts
Java

Migrating from Maven to Gradle

Java has a long history of using XML configurations for everything. If you are like me, you do not enjoy writing or editing XML files as they are almost never human readable. Adding plugins to your Maven pom.xml usually means copying an XML snippet from a page and manually
12 Dec 2015 1 min read
A new Date and Time API for JDK 8
Java

A new Date and Time API for JDK 8

Date and time handling in Java is a somewhat tricky part when you are new to the language. Time can be accessed via the static method System.currentTimeMillis() [http://docs.oracle.com/javase/7/docs/api/java/lang/System.html#currentTimeMillis%28%29] which returns the current time in milliseconds
19 Sep 2012 4 min read
Java

Drawing a YinYang symbol in Java

The Taijitu symbol (sometimes referred to Yin and Yang symbol) is a geometric figure and the universal symbol of the religion of Taoism. In a recent project, where a group of students had the task to implement a Go Board game with a simple AI in Java, the idea came
31 Jul 2012
Page 1 of 1
geekmonkey © 2025
Powered by Ghost