Skip to content

Instantly share code, notes, and snippets.

@stormsson
stormsson / gist:8537132
Created January 21, 2014 09:36 — forked from FestivalBobcats/gist:1319903
JS - Backbone File uploader
(function($){
//
//-------------------------------------- Model : Image
//
Image = Backbone.Model.extend({
defaults: {
'delete' : false
}
});
@stormsson
stormsson / devify
Last active August 29, 2015 14:06 — forked from mrosati84/devify
#!/bin/bash
# create Dev Machine structure
function createStructure {
# TODO
# 1- check existing folders
# 2- ask user for overwriting
if [ -d manifests ] ||
[ -d modules ] ||
[ -d xdebug ] ||