This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |