Skip to content

Instantly share code, notes, and snippets.

View markvandertol's full-sized avatar

Mark van der Tol markvandertol

View GitHub Profile
package tilesolver
sealed trait Direction {
def opposite: Direction
}
case object North extends Direction {
val opposite = South
}
case object South extends Direction {
val opposite = North
<?php
// http://www.plotprojects.com
//PLOT PROJECT REQUEST
$account_id = '';
$password = '';
$qry_str = "/api/v1/account/";