Skip to content

Instantly share code, notes, and snippets.

@sialm
sialm / keybase.md
Created September 20, 2020 11:34
Keybase Proof

Keybase proof

I hereby claim:

  • I am sialm on github.
  • I am moesial (https://keybase.io/moesial) on keybase.
  • I have a public key ASDlILIpgSr1c7wQBOx2rNpdWfU1jrRymgIsm_xZi_WJmgo

To claim this, I am signing this object:

@sialm
sialm / ICantDrive55.java
Created December 30, 2019 21:53
I can't drive 55
package com.hagar.sammy.voa;
public class ICantDrive55 {
@Getter
private int speed;
private boolean increasing;
public ICantDrive55() {
this.speed = 0;
this.increasing = true;