Pinned Repositories
annotated-bundle
A class similar to java.util.ResourceBundle, but binds optional annotations to their properties. Useful for adding meta data to properties for testing and what not, that is not readily available to existing code.
dddails
A DDD framework for pure java. Some impressive units of functionality necessary for such a framework are well tested and completely functional, including: simple data validation, swing ui/controller scaffolding, serializable transfer objects cooked up by convention - sans core business logic, etc.
evercraft-java
Guy Royse and George Walter's Evercraft Kata implemented in Java
java-koans
A framework and lessons to learn java syntax and idioms in a logical sequence.
pikle
A resuscitation of the pklite project which appears abandoned. Intention is to shrink code base and dependencies, clean up bugs, and add feature enhancements. All within the spirit of keeping the client lightweight and functional.
random-chooser-js
a random choice application in jquery mobile that targets a mobile/desktop and phonegap deployment from common html/js/css
spark-employee
MySQL's canonical Employee DB loaded and analyzed in Spark
xml-ninja
A distillation of the popular Apache XML Digester, but with a leaner more expressive API
matyb's Repositories
matyb/java-koans
A framework and lessons to learn java syntax and idioms in a logical sequence.
matyb/dddails
A DDD framework for pure java. Some impressive units of functionality necessary for such a framework are well tested and completely functional, including: simple data validation, swing ui/controller scaffolding, serializable transfer objects cooked up by convention - sans core business logic, etc.
matyb/evercraft-java
Guy Royse and George Walter's Evercraft Kata implemented in Java
matyb/annotated-bundle
A class similar to java.util.ResourceBundle, but binds optional annotations to their properties. Useful for adding meta data to properties for testing and what not, that is not readily available to existing code.
matyb/pikle
A resuscitation of the pklite project which appears abandoned. Intention is to shrink code base and dependencies, clean up bugs, and add feature enhancements. All within the spirit of keeping the client lightweight and functional.
matyb/random-chooser-js
a random choice application in jquery mobile that targets a mobile/desktop and phonegap deployment from common html/js/css
matyb/spark-employee
MySQL's canonical Employee DB loaded and analyzed in Spark
matyb/xml-ninja
A distillation of the popular Apache XML Digester, but with a leaner more expressive API
matyb/bratcher
A branch matching pipeline library for Jenkins, match branches across git repositories with fall backs for pairing N-tier applications in multiple repositories in pipelines.
matyb/data-files
Thin ORM like layer for javascript clients reading datafiles
matyb/docker-ambari
Docker image with Ambari
matyb/enlive
a selector-based (à la CSS) templating and transformation system for Clojure
matyb/inheretic
A knock off of maven's pom dependency model for DRY package.json's
matyb/java-to-scala
A repo that tries to answer the question: How do things commonly done in java look when implemented in scala?
matyb/leh
A generic reusable java equals method implemented with reflection and an optional notion of identities. Useful for avoiding statically defining logical equals/hashcode, and to determine changes in different instances of objects that do not implement equals and/or hashcode logically.
matyb/node-cli-app
barebones node cli app w/ jasmine preconfigured
matyb/pr-test
matyb/reveal.js
The HTML Presentation Framework
matyb/roman-numerals
A CLI app that converts roman numerals -> arabic integers, and arabic integers -> roman numerals.
matyb/sql4j
SQL for java - sql like functionality for simple data processing. Equivalents for group by and order by.
matyb/swing-test-env
An example Docker image w/ VNC and facilities for running java swing tests headless.
matyb/vending-machine-kata