Skip to content

Instantly share code, notes, and snippets.

View bicabone's full-sized avatar

Blake Icabone bicabone

  • tastytrade
  • Detroit, MI
View GitHub Profile

Keybase proof

I hereby claim:

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

To claim this, I am signing this object:

@bicabone
bicabone / animated-nav-toggle-menu.markdown
Created February 2, 2021 03:17
Animated Nav Toggle & Menu
public Collection<T> getT(int x, int y, Instant a, Instant b) {
log.info("E: getT({}, {}, {}, {})", x, y, a, b);
Collection<PositionScore> output;
int size = 0;
try {
output = jdbcTemplate.query(SELECT + WHERE,
new MapSqlParameterSource()
.addValue("x", x)
.addValue("y", y)
.addValue("a", new Timestamp(a.toEpochMilli()))