Skip to content

Instantly share code, notes, and snippets.

(function(window, document, $) {
var FANCYBOX_OVERLAY = ".fancybox-overlay";
$(document).ready(function () {
var paceLoading = {
hideLoading: function() {
Pace.stop();
$(FANCYBOX_OVERLAY).show();
},
@mrfyda
mrfyda / LoveLetter.scala
Created November 19, 2013 23:07
A SecureString Example
package model
import model.traits.BaseTable
import model.traits.SecureTable
import play.api.libs.Crypto
import scala.slick.driver.PostgresDriver.simple._
case class LoveLetter(id: Long, fromId: Long, toId: Long, content: SecureString)
# Path to your oh-my-zsh configuration.
ZSH=$HOME/.oh-my-zsh
# Set name of the theme to load.
# Look in ~/.oh-my-zsh/themes/
# Optionally, if you set this to "random", it'll load a random theme each
# time that oh-my-zsh is loaded.
ZSH_THEME="robbyrussell"
# Example aliases