Pinned Repositories
basefx
Proof of concept project for using JavaFX
database-semaphore
A proof of concept to use a row in a database as a semaphore for locking resources.
dbleases
Library to support shared leases across multiple processes using a database
docker-machine-hosts
Simple python script to update /etc/hosts
docker-stack
An experiment to create a full run time stack based on Docker
elephant-carpaccio
experiments
cli
game-of-angular
A quick implementation of the Game of Life done with Javascript
go-hello
testdata
Library to generate random and typed data for tests
kyuff's Repositories
kyuff/dbleases
Library to support shared leases across multiple processes using a database
kyuff/testdata
Library to generate random and typed data for tests
kyuff/basefx
Proof of concept project for using JavaFX
kyuff/database-semaphore
A proof of concept to use a row in a database as a semaphore for locking resources.
kyuff/docker-machine-hosts
Simple python script to update /etc/hosts
kyuff/docker-stack
An experiment to create a full run time stack based on Docker
kyuff/elephant-carpaccio
kyuff/experiments
cli
kyuff/game-of-angular
A quick implementation of the Game of Life done with Javascript
kyuff/go-hello
kyuff/infinite-scroll
AngularJS module which allows for infinite scrolling elements.
kyuff/javafx-chess
A Chess Game written with JavaFX
kyuff/javafx-layouts
A Proof of Concept repository to work with Layouts in JavaFX and adding Aspects to them. :)
kyuff/javafx-selectable-tableview
POC for a ListView that binds to simple (non-property) POJOs and expose an observable list with items that are selected by checkboxes.
kyuff/jpa-enum-validator
POC to validate if enum fields on JPA entities have been migrated in the Database between release cycles.
kyuff/logging-handler
Proof of concept for creating a custom logging handler in Wildfly that logs to NXLog/ELK
kyuff/ops_contrib
Scripts for operations. Everybody can contribute!
kyuff/parallax
A simple experiment of creating a Parallax effect using CSS, bit of Javascript and JPEGS.
kyuff/pomlint-maven-plugin
Maven Plugin to allow enforcing simple rules for POM files.
kyuff/statemachine
kyuff/validation-binder
Proof of Concept of using java.validation with JavaFX
kyuff/versioned-service-demo
A Demo of using Jacksons @JsonView to create a versioned REST-like service with JAX-RS.
kyuff/vote-server
Server side for the Vote Game