Java

Gathering the Boundary of …

Warning: This post is totally obscure. I've been doing a ton of work in Repast Simphony lately for a client project. The other day I was modeling some municipal regulatory body influence on my agents and realized that one of my data inputs doesn't come with a block group identifier (to tie it to …

Processing v3 From Vim

Since the update to Processing includes a bunch of crazy new stuff I’ve updated my slug for Vim that fires off the currently active sketch. From ~/.vimrc autocmd Filetype java nnoremap <F5> :w<CR> :!cd %:p:h && processing-java --sketch=$PWD/ --run <CR> % The output …