Skip to content

Instantly share code, notes, and snippets.

View ollin's full-sized avatar

ollin ollin

View GitHub Profile
@ollin
ollin / NotProvableRefactoringExtractLocalVariableAllOccurencesTest.java
Created April 2, 2019 15:49
Used IDE refactoring to extract local variable (2 occurences) - java.lang.StackOverflowError
package marsrover;
import org.junit.Assert;
import org.junit.jupiter.api.Test;
import java.time.LocalDate;
import static java.time.LocalDate.of;
class NotProvableRefactoringExtractLocalVariableAllOccurencesTest {

Keybase proof

I hereby claim:

  • I am ollin on github.
  • I am ollin (https://keybase.io/ollin) on keybase.
  • I have a public key ASAvi7wI8qZSyoRlA7Ctkqj3OvuK9fktDjkD0pk3HpZyngo

To claim this, I am signing this object:

@ollin
ollin / json-leanpoker.json
Created September 28, 2016 17:22
json-leanpoker.json
{
"tournament_id":"550d1d68cd7bd10003000003",
"game_id":"550da1cb2d909006e90004b1",
"round":0,
"bet_index":0,
@ollin
ollin / contract.consumer.providers.adoc
Last active March 16, 2016 09:09
note - Contracts between Consumers and Providers
@ollin
ollin / gist:5135226
Last active May 23, 2016 04:34
saltstack - vagrant/init.sls - working example - using vagrant 1.0.6 i686 deb package
vagrant:
pkg.installed:
- sources:
- 'vagrant': 'http://files.vagrantup.com/packages/476b19a9e5f499b5d0b9d4aba5c0b16ebe434311/vagrant_i686.deb'