Pinned Repositories
ansible-playbooks
ansible plays for testing in my AWS VPC
awx
AWX Project
command-parser
dev-container-files
Container files for local development
display-auditor
JavaFx display tool for monitoring platforms. Prototype
EREngine
A small entity component system game engine I am working on. I am doing this as a learning experience and also as a personal project that may some day evolve into a rogue like game.
javafx-vue-testing
Combining and testing use of Javafx and Vue.js
konem
Kotlin Netty Medium
pinpak
Pipeline / Interceptor Pattern Kotlin
rxjava-executor
RxJavaExecutor is a wrapper for interacting with RxJava schedulers
ebrown17's Repositories
ebrown17/javafx-vue-testing
Combining and testing use of Javafx and Vue.js
ebrown17/konem
Kotlin Netty Medium
ebrown17/pinpak
Pipeline / Interceptor Pattern Kotlin
ebrown17/ansible-playbooks
ansible plays for testing in my AWS VPC
ebrown17/awx
AWX Project
ebrown17/command-parser
ebrown17/dev-container-files
Container files for local development
ebrown17/display-auditor
JavaFx display tool for monitoring platforms. Prototype
ebrown17/EntityComponentSystem
Learning the Entity Component System by converting my Graph Maze Generator to use this system.
ebrown17/EREngine
A small entity component system game engine I am working on. I am doing this as a learning experience and also as a personal project that may some day evolve into a rogue like game.
ebrown17/rxjava-executor
RxJavaExecutor is a wrapper for interacting with RxJava schedulers
ebrown17/FirstGame
FirstGame
ebrown17/GraphMazeGenerator
Creates and solves an x,y(grid) based maze using a graph.Creates maze with the recursive backtracker algorithim(based on wikipedia's pseudo code https://en.wikipedia.org/wiki/Maze_generation_algorithm#Simple_algorithms). Solves the created maze using astar search algorithm.
ebrown17/GroovyMazeCreater
Generates a maze using groovy
ebrown17/JavaMonitorPlus
ebrown17/JavaProcessConnector
Monitors java processes on a system
ebrown17/JavaProcessStats
ebrown17/kotlin-template-gradle
kotlin template for multi module project with gradle
ebrown17/kotlin-web-practice
ebrown17/net-new
base dotnet project
ebrown17/netty-protobuf-manager
A networking manager/library tthat uses Netty and sends/receives messages using google's protocol buffers.
ebrown17/NettyProtbuf
A small Netty client and server library for passing messages using google protocol buffers.
ebrown17/RegexLadderLogicParser
practice
ebrown17/rxjava-testing
testing and learning rxjava
ebrown17/simpleclient
simple client chat program
ebrown17/simpleserver
simple server chat application
ebrown17/SoftwareEngineeringClass
Poker app and server code
ebrown17/SwingLearning
Examples from Swing: A Beginners Guide
ebrown17/vertx-examples
Vert.x 2.x is deprecated - use instead
ebrown17/Word-Frequency-Counter
Searches through a specified directory and lists the count off all unique words used.(Must only be txt files)