Skip to content

Instantly share code, notes, and snippets.

@Rovak
Rovak / WIndowManager.js
Created February 16, 2013 21:22
Ext JS Window Manager
/**
* Window Manager
*/
Ext.define('KJExt.window.WindowManager', {
singleton: true,
/**
* @private
* @property {Object} windows Map which references windowInstances by their ID
*/
windows: {},
@Rovak
Rovak / install-scala.sh
Last active December 13, 2015 20:08
Install Scala + SBT
#!/bin/bash
scala_version=2.10.1
sbt_version=0.12.3
cd /opt/
# Install Scala
echo "Installing Scala, version: $scala_version"
@Rovak
Rovak / jqueryPlugin.js
Created December 18, 2012 18:40
Snippet for #jquery
/**
* jQuery plugin for inline attach
*
* @param {jQuery} $
*/
(function($) {
/**
* Show a thumbnail of the given image
*