Skip to content

Instantly share code, notes, and snippets.

module = angular.module 'app.directives', []
module.directive 'dDraggable', ->
return {
scope:
index:'@?'
link: (scope, element, attrs) ->
element = $(element)
element.attr('draggable', 'true')
data = element.data()
@alejandrociatti
alejandrociatti / torrc
Last active August 29, 2015 14:08
torrc file for use with Tangela
## The port on which Tor will listen for local connections from Tor controller applications
ControlPort 9051
CookieAuthentication 0
## Maximum amount of time (seconds) a circuit is kept alive after its last use
MaxCircuitDirtiness 10