Pinned Repositories
coverage
AFL style coverage tracking for fuzzing jvm code
java-max-type-params
Testing the maximum number of type parameters for a Java method
jiminy-thesis
A Java port of minithesis
mako
Java DSL that lets you write high level code, compile it to JVM ByteCode and execute it at runtime
needle
Compiling string matching algorithms and regular expressions to java bytecode
quicklook-old
Coverage based example generation for Java
tarper
Experiment with optimizing tar.gz archives by re-ordering the files in the archive
temporalformats
fast java dateformats using code generation
win-and-continue
Library for calculating winning chances for team win and contine tournaments, like the Nongshim Cup. Assumes ELO style ratings.
hyperpape's Repositories
hyperpape/needle
Compiling string matching algorithms and regular expressions to java bytecode
hyperpape/tarper
Experiment with optimizing tar.gz archives by re-ordering the files in the archive
hyperpape/java-max-type-params
Testing the maximum number of type parameters for a Java method
hyperpape/coverage
AFL style coverage tracking for fuzzing jvm code
hyperpape/jiminy-thesis
A Java port of minithesis
hyperpape/mako
Java DSL that lets you write high level code, compile it to JVM ByteCode and execute it at runtime
hyperpape/quicklook-old
Coverage based example generation for Java
hyperpape/temporalformats
fast java dateformats using code generation
hyperpape/win-and-continue
Library for calculating winning chances for team win and contine tournaments, like the Nongshim Cup. Assumes ELO style ratings.
hyperpape/decision-tables
javascript library for building decision tables
hyperpape/git-weblink
command line tool to get http url for a file in a git repository
hyperpape/invoker
JVM metaprogramming to automatically instantiate objects and invoke methods on them
hyperpape/jitwatch
Log analyser / visualiser for Java HotSpot JIT compiler. Inspect inlining decisions, hot methods, bytecode, and assembly. View results in the JavaFX user interface.
hyperpape/js-sgftools
Tools for working with go games in javascript
hyperpape/minithesis
A very minimal implementation of the core idea of Hypothesis
hyperpape/needle-benchmarks
benchmarks for the needle project
hyperpape/ObjectLayoutExamples
Determining the size of common java objects
hyperpape/pbtconstraints
Expressive constraint based generators and invariants for property based testing
hyperpape/ramhog
testing utility for generating lots of traffic to main memory
hyperpape/string-dedup-tests
String deduplication tests