Skip to content

Instantly share code, notes, and snippets.

@jbarciela
jbarciela / sbtmkdirs.sh
Last active August 29, 2015 14:16 — forked from alvinj/sbtmkdirs.sh
#!/bin/bash
#------------------------------------------------------------------------------
# Name: sbtmkdirs
# Purpose: Create an SBT project directory structure with a few simple options.
# Author: Alvin Alexander, http://alvinalexander.com
# Info: http://alvinalexander.com/sbtmkdirs
# License: Creative Commons Attribution-ShareAlike 2.5 Generic
# http://creativecommons.org/licenses/by-sa/2.5/
#------------------------------------------------------------------------------
@jbarciela
jbarciela / Main.scala
Last active August 29, 2015 14:16 — forked from anonymous/Main.scala
//
//for use in http://www.scala-js-fiddle.com/
//
//from http://www.scala-js-fiddle.com/gist/9443f8e0ecc68d1058ad/LandingPage.scala
// Scala-Js-Fiddle comes with the following default imports at the top of every program:
// import scalatags.JsDom.all._
// import org.scalajs.dom
// import fiddle.Page
// import Page.{red, green, blue, yellow, orange, println}
// import scalajs.js