Skip to content

Instantly share code, notes, and snippets.

View marckohlbrugge's full-sized avatar
🏠
Working from home

Marc Köhlbrugge marckohlbrugge

🏠
Working from home
View GitHub Profile

Lyft

  • A friendly, affordable ride whenever you need one.
  • Really fun way to travel. They have you sit in the front seat so you can talk, be social. Different from Uber. Fun experience and affordable.
  • First ride free ($25 value)
  • http://www.lyft.com/invited/GQ5FNETDQQ

Fancy Hands

  • Assistants for Everyone. Do what you love. We'll do the rest.
  • Couldn't live without this service. Delegation mind set can take some getting used to, but saves you A LOT of time.
  • 50% discount first month
@marckohlbrugge
marckohlbrugge / placeholder.php
Last active August 29, 2015 14:09
Placeholder for unused domain names
<html>
<head>
<title><?php echo strtoupper($_SERVER['HTTP_HOST']) ?></title>
<style type="text/css">
body {
text-align: center;
font: 18px/24px Helvetica, Arial, sans-serif;
padding-top: 100px;
}
var imgs = document.getElementsByTagName("img");
for(var i=0, l=imgs.length; i<l; i++) {
imgs[i].src = "http://cdn1.tnwcdn.com/wp-content/themes/icetea/assets/images/column/boris.jpg";
console.log('test');
}
@marckohlbrugge
marckohlbrugge / example.md
Last active August 29, 2015 14:18
Such Boris

Add this just before your </body> tag:

<script src="https://cdn.rawgit.com/marckohlbrugge/a265a0532a9d95aa7329/raw/050704125399e0ae4d257e3ac0d21b19dc0bba63/suchboris.js"></script>
<object width="605" height="354" type="application/x-shockwave-flash" id="bitgravity_player_6" data="http://bitcast-b.bitgravity.com/player/6/bitgravity_player_v6_1_7b.swf"><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><param name="wmode" value="transparent"/><param name="flashvars" value="File=http://bglive-a.bitgravity.com/demo/live/2009&amp;Mode=live&amp;AutoPlay=true"/></object>
The Ant-Sugar Tales
===================
By Candice Yellowflower-
this-is-an-example-of-a-long-word-that-should-match-as-well
"The _Ant-Sugar Tales_ is a collection" of short stories told from the
perspective of a fine young lady from [Venice][1], who has some run-ins
with a few [inquisitive insects][2]. Each tale presents a moral quandry,
#!/usr/bin/env ruby
# Command line util for acquiring a one-off Twitter OAuth access token
# Based on http://blog.beefyapps.com/2010/01/simple-ruby-oauth-with-twitter/
require 'rubygems'
require 'oauth'
puts <<EOS
Set up your application at https://twitter.com/apps/ (as a 'Client' app),
@marckohlbrugge
marckohlbrugge / batman.js
Created January 24, 2012 18:04
The Real Batman.js
document.getElementsByTagName('body')[0].innerHTML = '<object width="1" height="1"><param name="movie" value="http://www.youtube.com/v/VSaDPc1Cs5U&autoplay=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/VSaDPc1Cs5U&autoplay=1" type="application/x-shockwave-flash" wmode="transparent" width="1" height="1"></embed></object>'+document.getElementsByTagName('body')[0].innerHTML
@marckohlbrugge
marckohlbrugge / batman-example.html
Created January 24, 2012 18:05
How to use batman.js
<!-- Insert this in your BODY tag -->
<script language="javascript" src="https://raw.github.com/gist/1671569/77258cb95509125c25a9309ef7a52697f1dc28ba/batman.js"></script>
@marckohlbrugge
marckohlbrugge / readme.md
Last active December 7, 2015 21:22
Changelog.co Technical Documentation

Setting up a custom domain

To set up a custom domain for your changelog ( like changelog.example.com ) follow these steps:

  1. Create a CNAME record to proxy.changelog.co (the person on your team in charge of webhosting will know how to do this)
  2. Email hey@marckohlbrugge.com with the custom domain you'd like to use.
  3. We'll let you know when the custom domain is ready.

Embedding the widget on your site