Note: At the time of writing, the OS in question is Mac OS X High Sierra 10.13.6. Mac OS X contains a rudimentary amount of developer tools underneath the shiny user interface. These packaged tools get outdated very fast, and developers are left scrambling to get the updated tools installed. Java, as a matter of fact, doesn’t come installed by default nowadays. My weapon of choice: Brew. Back to the topic. When updating my server and Invoice Ninja settings, I …
Tag: Java
I am close to my wits’ end (for now), so I decided to run PADate.class for fun through a Java decompiler: import java.util.GregorianCalendar; public class PADate { private GregorianCalendar gc; …
In My NotepadTags Computing, Entertainment/Culture, Human Interest, Java, JavaScript, statistic tool, Technology/Internet, Woopra, Wordpress0 Views1 Comment
Recently, I have used Woopra as my forth statistic tool for this blog. Yes I am that manic about stats. Anyway, Woopra is one kick-ass program. It uses the usual javascript codings …