Projects in Awesome Lists by ClickerMonkey
A curated list of projects in awesome lists by ClickerMonkey .
https://github.com/clickermonkey/dayspan-vuetify
A collection of components that visualizes DaySpan Calendars and Schedules using Vuetify
Last synced: 15 May 2025
https://github.com/ClickerMonkey/dayspan-vuetify
A collection of components that visualizes DaySpan Calendars and Schedules using Vuetify
Last synced: 26 Mar 2025
https://github.com/clickermonkey/dayspan
A date & schedule library to use for advanced calendars in TypeScript and JS.
Last synced: 06 Apr 2025
https://github.com/clickermonkey/semanticui-angular
Angular Directives for Semantic UI
angular-directives angularjs jquery semantic-ui
Last synced: 12 Apr 2025
https://github.com/clickermonkey/triehard
A generic compact Trie implementation in Java. Built for high-performance applications.
Last synced: 22 Mar 2025
https://github.com/clickermonkey/vuex-typescript-interface
Adding magical type safety to Vuex without additional code
Last synced: 22 Mar 2025
https://github.com/clickermonkey/ents
A hybrid of the Entity-Component-System and Model-View-Controller patterns with new concepts developed specifically for games. Ents is easy to integrate into your game, is developed to be decoupled from a graphics library, and is very memory conscious compared to similar frameworks.
cpp entity entity-component-system game java model-view-controller
Last synced: 22 Mar 2025
https://github.com/clickermonkey/steerio
An extensive steering behavior library in Java, Javascript, C#, C, and C++
ai spatial-database steering-behaviors
Last synced: 29 Jul 2025
https://github.com/clickermonkey/unitz
A unit parser, converter, & combiner in JS: '1 cup' + '1.5 pint' = '1 quart`
Last synced: 22 Mar 2025
https://github.com/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.
Last synced: 12 Apr 2025
https://github.com/clickermonkey/vuex-router-actions
Streamline complex Vuex actions and have fast and secure asynchronous routing in your app.
Last synced: 25 Jul 2025
https://github.com/ClickerMonkey/vuex-router-actions
Streamline complex Vuex actions and have fast and secure asynchronous routing in your app.
Last synced: 16 Jul 2025
https://github.com/clickermonkey/dayspan-vuetify-example
A standalone example of a Calendar app using dayspan-vuetify
Last synced: 22 Mar 2025
https://github.com/clickermonkey/storkjs
Simple key-value storage in your browser.
Last synced: 05 Oct 2025
https://github.com/clickermonkey/unitz-ts
A unit parser, converter, & calculator for TypeScript and JS
Last synced: 22 Mar 2025
https://github.com/ClickerMonkey/unitz-ts
A unit parser, converter, & calculator for TypeScript and JS
Last synced: 13 Mar 2025
https://github.com/clickermonkey/iteratez
A powerful functional iterator, transformer, and mutator - like Underscore.js, except for everything
Last synced: 22 Mar 2025
https://github.com/ClickerMonkey/iteratez
A powerful functional iterator, transformer, and mutator - like Underscore.js, except for everything
Last synced: 22 Mar 2025
https://github.com/clickermonkey/cdsl
A data structure library written in C
Last synced: 10 Oct 2025
https://github.com/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).
Last synced: 12 Apr 2025
https://github.com/clickermonkey/typed-query-builder
A fully featured fully typed query builder interface that supports multiple databases.
Last synced: 12 Apr 2025
https://github.com/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.
Last synced: 21 Aug 2025
https://github.com/clickermonkey/buffero
A Java library used for efficiently and safely working with ByteBuffers.
Last synced: 26 Oct 2025
https://github.com/clickermonkey/valid8or
A validator and transformer in TypeScript/JS for simple and complex data types
Last synced: 22 Mar 2025
https://github.com/clickermonkey/blackbuck
A game networking library in java focused around making asynchronous method calls.
Last synced: 09 Oct 2025
https://github.com/clickermonkey/curity
A Java library with data structures developed for various projects. Many of the structures have to do with concurrency and thread-safety.
Last synced: 22 Mar 2025
https://github.com/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.
Last synced: 20 Aug 2025
https://github.com/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).
Last synced: 28 Jun 2025
https://github.com/clickermonkey/rez
REST (easy) framework in Go with out of the box OpenAPI generation, validation, generics, and much more
dependency-injection golang openapi openapi3 rest swagger
Last synced: 22 Mar 2025
https://github.com/clickermonkey/vue-fiery
The most extensive Google Firestore plugin for Vue
Last synced: 15 Oct 2025
https://github.com/clickermonkey/testility
A small Java library with a few classes I've used in other projects in JUnit tests.
Last synced: 22 Mar 2025
https://github.com/clickermonkey/reflector
A specialized Java library for serializing primitives, simple objects, and method calls into a compressed format to and from a ByteBuffer.
Last synced: 22 Mar 2025
https://github.com/clickermonkey/full-stack-typescript-vue-template
A template project for a full-stack Typescript application which uses Vue for the front-end.
Last synced: 21 Jan 2026
https://github.com/clickermonkey/dependz
A dependency analysis utility in Java which uses topological sorting to order values based on their dependencies.
Last synced: 30 Oct 2025
https://github.com/clickermonkey/scrute
A TypeScript/JS library for observing changes and adding computed properties (inspired by Vue)
Last synced: 05 Apr 2025
https://github.com/clickermonkey/zource
A Java library for pooling expensive resources.
Last synced: 22 Mar 2025
https://github.com/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.
Last synced: 22 Mar 2025
https://github.com/clickermonkey/pubsub.js
A lightweight publish/subscribe server & client written in javascript.
Last synced: 22 Mar 2025
https://github.com/clickermonkey/theprof
A simple Java Profiler that outputs the performance of your application into CSV files.
Last synced: 17 Jul 2025
https://github.com/clickermonkey/rekord-java
An ORM for Java with intelligent loading and caching
Last synced: 22 Mar 2025
https://github.com/clickermonkey/gamesol
A Generic Game Solving Library in Java. You define the state of a game, possible moves, and gamesol will find the first solution, all solutions, the path to those solutions, anything you want!
Last synced: 22 Mar 2025
https://github.com/clickermonkey/jayjax
The easiest way to call your Java code from JavaScript or form submits. Minimal configuration, create a public API, upload files, and automatic object serialization.
Last synced: 22 Mar 2025
https://github.com/clickermonkey/lexana
Lexical Analyzer in Go. Define your grammar and tokenize your input.
Last synced: 28 Jan 2026
https://github.com/clickermonkey/nage
Not A Game Engine
animation cpp game-development game-engine math reflection
Last synced: 10 Jul 2025
https://github.com/clickermonkey/priori
A collision pre-detection library for fast moving 2d shapes in Java.
Last synced: 09 Sep 2025
https://github.com/clickermonkey/dnasaver
A screensaver with an animated DNA strand
Last synced: 14 Jul 2025
https://github.com/clickermonkey/cmdgo
A utility for creating command line interfaces that can run in interactive mode, from parameters, from the environment, and from configuration.
Last synced: 05 Apr 2025
https://github.com/clickermonkey/typecron
Type friendly cron-like library designed for detailed scheduling.
Last synced: 22 Mar 2025
https://github.com/clickermonkey/deps
Dependency injection with Go and generics
Last synced: 22 Mar 2025
https://github.com/clickermonkey/bfme-modding-tools
Tools I created as {IP} Gil-Galad when I was mapping & modding BFME
Last synced: 22 Mar 2025
https://github.com/clickermonkey/vue-router-columns
A component for rendering nested views in a column layout based on screen width
Last synced: 02 Aug 2025
https://github.com/clickermonkey/pa-school-district-data
Map visualization on PA school district data
Last synced: 22 Mar 2025
https://github.com/clickermonkey/ship
Projects from my years at Shippensburg University and its various Courses and Clubs
Last synced: 22 Mar 2025
https://github.com/clickermonkey/texpr
Text based expression evaluator with types
Last synced: 22 Mar 2025
https://github.com/clickermonkey/env
A Go module for easily reading environment variables into memory
Last synced: 29 Jun 2025
https://github.com/clickermonkey/dsa
A Go module with my common data structures and algorithms.
Last synced: 23 Jul 2025
https://github.com/clickermonkey/blastabits
BlasTaBits is an online first person shooter set in a colorful and playfully destructive world
Last synced: 05 Jan 2026
https://github.com/clickermonkey/wrk
A Go module for complex work/job systems with advanced controls
Last synced: 06 Oct 2025
https://github.com/clickermonkey/sudogo
Advanced Sudoku solving & generating with Go
Last synced: 13 Oct 2025
https://github.com/clickermonkey/wedding-website
A website for posting wedding information and allowing guests to upload their own pictures
Last synced: 18 Oct 2025
https://github.com/clickermonkey/poly
A Go module for marshalling interfaces to and from concrete types in JSON and YAML.
go golang json polymorphic yaml
Last synced: 30 Apr 2025