Skip to content

Instantly share code, notes, and snippets.

Day 1

May 27, 2015

Microsoft Developer Advocate for Internet Explorer. Contributing Editor to Smashing Mag.

Woah, You Can Test IE / Microsoft Edge on a Mac & Linux?

How can I know developers pain points without working in the same environment as developers. That's why I use a Mac.

@danielhopkins
danielhopkins / description
Created January 4, 2012 03:22
Full chunked sinatra
Got this working under jruby 1.6.5 with trinidad as a webserver (webbrick doesn't seem to work)
@devn
devn / devins-slime-clojure-swank.el
Created April 8, 2011 15:30
This is a dirty config that you'll need to modify to fit your own needs, but in general it has some nice stuff you might want to add to your own config.
;; Clojure
;; Load files, set mode based on hooks and filename
(require 'clojure-mode)
(autoload 'clojure-mode "clojure-mode" "A major mode for Clojure" t)
(add-to-list 'auto-mode-alist '("\\.clj$" . clojure-mode))
(require 'swank-clojure)
@technoweenie
technoweenie / mapper.coffee
Created August 15, 2010 08:28
Javascript => Coffeescript screencast: http://screenr.com/xd0
#
# Module dependencies
#
utils = require './utils'
#
# @api private
#
class Mapper
constructor: (phases, riak) ->