Skip to content

Instantly share code, notes, and snippets.

Hi.

Though this isn't an Adcloud Event, we're mailing you because it's the same workshop we held last month at Adcloud. (Previously, we didn't have space for all the interested people.)

So if you are still interested, we will repeat an (improved) workshop this Thursday at the Cologne Clojure User Group.

Feel free to join us:

On Google Plus: https://plus.google.com/events/c1volcdbebka7e9t27phh8mdjdk

@Velrok
Velrok / .slate
Last active December 14, 2015 22:59 — forked from trishume/.slate
# Configs
config defaultToCurrentScreen true
config nudgePercentOf screenSize
config resizePercentOf screenSize
config secondsBetweenRepeat 0.1
config checkDefaultsOnLoad true
config focusCheckWidthMax 3000
# config keyboardLayout dvorak
config windowHintsShowIcons true
config windowHintsIgnoreHiddenWindows false
@Velrok
Velrok / files2atom.py
Created March 5, 2011 20:34 — forked from zeisss/files2atom.py
Exports file changes as atom feed.
#!/usr/bin/python
import os.path
import os
import sys
import datetime
class AtomWriter:
def __init__ (self, title, link = "http://localhost"):
self.title = title
self.link = link