Skip to content

Instantly share code, notes, and snippets.

View ipmb's full-sized avatar

Peter Baumgartner ipmb

View GitHub Profile
@ipmb
ipmb / gist:6249825
Last active December 21, 2015 04:29 — forked from kennethlove/gist:6233919
Web Generalist at Lincoln Loop

Lincoln Loop is looking for a web generalist to join our ranks. We have lots of domain experts, but need someone who can tie up the loose ends. A strong knowledge of CSS and HTML is required along with a working knowledge of JavaScript and Python. You should have a year or so of experience building clean cross-browser interfaces and be familiar with responsive design techniques for mobile.

Bonus points for experience/knowledge in:

  • CSS Preprocessors (SASS or LESS)
  • Django
  • Backbone or similar JS framework
  • Visual design

We're a fully distributed company where everyone sets their own hours and salary. You can learn more about how we operate at http://lincolnloop.com/blog/categories/business/. This is a full-time position. If you feel like you're a good fit, tell us about yourself at jobs+generalist@lincolnloop.com.

@ipmb
ipmb / RealtimeConf2012.md
Created October 29, 2012 17:52 — forked from dshaw/RealtimeConf2012.md
Realtime Conf 2012 Talks
require 'formula'
class Boost < Formula
homepage 'http://www.boost.org'
url 'http://downloads.sourceforge.net/project/boost/boost/1.48.0/boost_1_48_0.tar.bz2'
md5 'd1e9a7a7f532bb031a3c175d86688d95'
head 'http://svn.boost.org/svn/boost/trunk', :using => :svn
# Bottle built on 10.7.2 using XCode 4.2
bottle 'https://downloads.sourceforge.net/project/machomebrew/Bottles/boost-1.48.0-bottle.tar.gz'
@ipmb
ipmb / intense.py
Created June 24, 2011 22:35
Quick and dirty script to export django.contrib.comments as an IntenseDebate Export file to import it in Disqus.
from django.utils.html import escape
from django.contrib.comments.models import Comment
from django.utils.encoding import smart_str
post = u''
for i in Comment.objects.order_by('submit_date'):
if not i.content_object:
continue
post += u"""