Pinned Repositories
anim8js
The ultimate animation library for javascript - animate everything!
dayspan
A date & schedule library to use for advanced calendars in TypeScript and JS.
dayspan-vuetify
A collection of components that visualizes DaySpan Calendars and Schedules using Vuetify
ImpulseEngine
Java port of a simple, open source, 2D impulse based physics engine for educational use.
SemanticUI-Angular
Angular Directives for Semantic UI
typed-query-builder
A fully featured fully typed query builder interface that supports multiple databases.
vuex-router-actions
Streamline complex Vuex actions and have fast and secure asynchronous routing in your app.
expangine-vue
A Vue component library for expangine, a visual development framework.
rekord
A javascript REST ORM that is offline and real-time capable
ClickerMonkey's Repositories
ClickerMonkey/Azzet
An Asset Loading Library in Java. Load assets from any source (classpath, file system, web, database, etc) in many formats (XML, JSON, audio, images, etc) either directly or in a background process.
ClickerMonkey/Falcon
A fast Java event-driven networking library that has a unified API over various networking technologies: TCP, UDP, blocking (OIO), and non-blocking (NIO).
ClickerMonkey/Taskaroo
A Java library that handles execution of tasks. Tasks can be executed sequentially, in parallel, or in any order. Tasks can be canceled at any point, and can be ran synchronously or asynchronously.
ClickerMonkey/Buffero
A Java library used for efficiently and safely working with ByteBuffers.
ClickerMonkey/Curity
A Java library with data structures developed for various projects. Many of the structures have to do with concurrency and thread-safety.
ClickerMonkey/Statastic
A Java library for tracking statistics over time in a round robin database. A round robin database is a fixed size database with several time spans it accumulates statistics over.
ClickerMonkey/Daperz
A Java library for writing/reading data in a generic way to a store. The library is designed with the idea that the user will be constantly modifying this file (or sections of it) and the library will efficiently load and persistent data between Java objects and the store implementation (memory, file, etc).
ClickerMonkey/Reflector
A specialized Java library for serializing primitives, simple objects, and method calls into a compressed format to and from a ByteBuffer.
ClickerMonkey/Testility
A small Java library with a few classes I've used in other projects in JUnit tests.
ClickerMonkey/Dependz
A dependency analysis utility in Java which uses topological sorting to order values based on their dependencies.
ClickerMonkey/Rekord-Java
An ORM for Java with intelligent loading and caching
ClickerMonkey/Surfice
A Java library centered around the concept of a Service, which is a glorified thread that continually loops performing some job and handling events sent to the Service.
ClickerMonkey/TheProf
A simple Java Profiler that outputs the performance of your application into CSV files.
ClickerMonkey/Zource
A Java library for pooling expensive resources.