Skip to content

Instantly share code, notes, and snippets.

@ancho
ancho / Configuration.java
Last active January 31, 2017 22:20 — forked from jonbullock/Renderer.java
RendererTest for path with dot in it and output file without extension
interface Configuration {
File getSourcePath();
void setSourcePath(File path);
File getTemplatePath();
void setTemplatePath(File path);
File getDestinationPath();
void setDestinationPath(File path);

Keybase proof

I hereby claim:

  • I am ancho on github.
  • I am ancho (https://keybase.io/ancho) on keybase.
  • I have a public key whose fingerprint is 9CCF 6F4B 5BA5 D85A F957 F637 1DC0 A737 286C 7955

To claim this, I am signing this object:

@ancho
ancho / gist:a031859dd4a04f497c91a12a51c09c7f
Created July 6, 2016 06:59
jbake stacktrace local storage
gradle bake --stacktrace
:bake FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':bake'.
> Cannot open local storage 'cache' with mode=rw
* Try:
_gvm_complete()
{
local CANDIDATES
local CANDIDATE_VERSIONS
COMPREPLY=()
if [ $COMP_CWORD -eq 1 ]; then
COMPREPLY=( $(compgen -W "install uninstall rm list ls use current version default selfupdate broadcast offline help flush" -- ${COMP_WORDS[COMP_CWORD]}) )
elif [ $COMP_CWORD -eq 2 ]; then
@ancho
ancho / .gitignore
Last active December 18, 2015 15:59
Pythonbrew bash_completion
*.swp