Skip to content

Instantly share code, notes, and snippets.

View eddsteel's full-sized avatar
🐻
😒

Edd Steel eddsteel

🐻
😒
  • Vancouver, Canada
View GitHub Profile
@adsgray
adsgray / torontobluejays2017.diary
Created January 12, 2017 17:42
Toronto Blue Jays 2017 Schedule for emacs diary
2/25/2017 10:05-13:05 Toronto Blue Jays vs. Atlanta Braves
Desc: Toronto Blue Jays vs. Atlanta Braves
First pitch: 1:05:00 PM EST
Champion Stadium, Lake Buena Vista
Buy Tickets: http://mlb.mlb.com/ticketing/index.jsp?c_id=atl&affiliateId=iCal-SGT-tor
Click below for a full game preview plus video, photos, stats, gameday and more!
http://www.mlb.com/r/game?gid=2017_02_25_tormlb_atlmlb_1
@patriknw
patriknw / LoggingMailbox.scala
Last active January 5, 2023 08:12
Logs the mailbox size when exceeding the configured limit. Implemented in Scala and Java. Copy one of them to your project and define the configuration. This code is licensed under the Apache 2 license.
/**
* Copyright (C) 2009-2014 Typesafe Inc. <http://www.typesafe.com>
*/
package akka.contrib.mailbox
import scala.concurrent.duration._
import java.util.concurrent.atomic.AtomicInteger
import java.util.concurrent.atomic.AtomicLong
import com.typesafe.config.Config
import akka.actor.{ ActorContext, ActorRef, ActorSystem, ExtendedActorSystem }