This project is a pure Java implementation of an SDK that works with the XRP Ledger. This library supports XRPL key and address generation, transaction serialization and signing, provides useful Java ...
Another year passes. I was hoping to write more articles instead of just these end-of-the-year screeds, but I almost died in the spring semester, and it sucked up my time. Nevertheless, I will go ...
Download the writeup. The project proposal is due on Tuesday, 4/15 at 11:59pm. The final version of your code is due before class on Thursday, 5/1 at 10:29am. 3/21: Project 2 released! Download the ...
REST is one of the most influential ideas in distributed architecture. Here's why it matters and how to understand RESTful services in theory and practice. REST, or Representational State Transfer, is ...
Remote Method Invocation (RMI) is an application programming interface (API) in the Java programming language and development environment. It allows objects on one computer or Java Virtual Machine ...
Ever wanted to use the Discord Rich Presence API in a Java Application, but then realized that the native version is C++ only? Well, worry no more, because Vatuu's Discord RPC is here. A complete ...