Skip to content

Instantly share code, notes, and snippets.

View lavallee's full-sized avatar

Marc Lavallee lavallee

View GitHub Profile
### Keybase proof
I hereby claim:
* I am lavallee on github.
* I am lavallee (https://keybase.io/lavallee) on keybase.
* I have a public key whose fingerprint is 8BD3 026D 2F30 9F4B 5D89 8909 30A8 6DE1 8FBE 69CB
To claim this, I am signing this object:
@lavallee
lavallee / impress-demos.js
Created April 8, 2012 22:41
Working with impress.js
/*
If you want more control over impress.js, the first thing is to change the way you call it. The demo
initializes impress.js like this:
<script src="js/impress.js"></script>
<script>impress().init();</script>
You want to change this to the following:
require 'formula'
# This duplicates the system "screen", but fixes the ability
# to use vertical splits.
class Screen < Formula
url 'http://ftpmirror.gnu.org/screen/screen-4.0.3.tar.gz'
homepage 'http://www.gnu.org/software/screen'
md5 '8506fd205028a96c741e4037de6e3c42'
version '4.00.03'
@lavallee
lavallee / screen.rb
Created December 2, 2011 17:51
Homebrew Formula for screen 4.0.3 that has vertical split and works on Snow Leopard
require 'formula'
# This duplicates the system "screen", but fixes the ability
# to use vertical splits.
class Screen < Formula
url 'http://ftpmirror.gnu.org/screen/screen-4.0.3.tar.gz'
homepage 'http://www.gnu.org/software/screen'
md5 '8506fd205028a96c741e4037de6e3c42'
version '4.00.03'