Meta
Archives
Categories
Tag Archives: java
jPdf Tweak – Swiss Army Knife for PDF files
jPDF Tweak is a Java Swing application that can combine, split, rotate, reorder, watermark, encrypt, sign, and otherwise tweak PDF files. Continue reading
Posted in syndicated
Tagged bookmark, editor, java, opensource, oss, pdf, software, syndicated, tools
Comments Off
Action(s)
Action(s) lets you build workflows that accomplish manual chores quickly, efficiently, and effortlessly. You don’t have to know any scripting languages or write any code. Instead, you create and execute automation “workflows” simply by dragging a… Continue reading
Posted in syndicated
Tagged automation, bookmark, java, syndicated, sysadmin, tools, utilities, windows
Comments Off
How to Write an Equality Method in Java
Excellent article on how to avoid common pitfalls and preserve the contract of equals() when writing an equality method in Java. Class java.lang.Object defines an equals method, which subclasses may override. Unfortunately, it turns out that writing a correct equality … Continue reading