Skip to content

Instantly share code, notes, and snippets.

if (document.images) {
var button1_up = new Image();
button1_up.src = "collapse.gif";
var button1_down = new Image();
button1_down.src = "expand.gif";
}
function switchButton1() {
if (document["button1"].src == button1_down.src) {
document["button1"].src = button1_up.src
system "gem sources -a http://gems.github.com"
required_gems = %w{ pauldix-feedzirra prawn }
required_gems.each { |required_gem| system "sudo gem install #{required_gem} --no-ri --no-rdoc" }
require 'rubygems'
require 'feedzirra'
require 'prawn'
require 'net/ftp'
ftp_address = 'snuggietonight.com'
<!-- insert this code where you want the button to appear -->
<a class= "qrme" href="http://wilsoncolab.com/QRme/qrme.html"><span><img src='http://wilsoncolab.com/QRme/qrme_icon.png' width= '12px' height='12px' />Get QR</span></a>
@robertjwhitney
robertjwhitney / paginate.css
Created December 21, 2009 03:12
simple starting point for will_paginate styles
/*simple styles for will_paginate*/
/*wrap your will_paginate in the .paginate class, and
add these styles in the appropriate place
<div class="paginate">
=will_paginate @foo
</div>
*/
SunSpider Results
Safari (Version 4.0.4 (6531.21.10)):
http://www2.webkit.org/perf/sunspider-0.9/sunspider-results.html?%7B%223d-cube%22:%5B15,16,15,16,15%5D,%223d-morph%22:%5B21,20,21,21,20%5D,%223d-raytrace%22:%5B18,18,17,17,18%5D,%22access-binary-trees%22:%5B10,8,9,8,8%5D,%22access-fannkuch%22:%5B16,17,18,16,16%5D,%22access-nbody%22:%5B11,11,11,11,11%5D,%22access-nsieve%22:%5B10,9,9,9,9%5D,%22bitops-3bit-bits-in-byte%22:%5B3,3,3,3,3%5D,%22bitops-bits-in-byte%22:%5B7,8,7,8,7%5D,%22bitops-bitwise-and%22:%5B4,5,5,5,4%5D,%22bitops-nsieve-bits%22:%5B7,7,8,8,7%5D,%22controlflow-recursive%22:%5B4,4,4,3,4%5D,%22crypto-aes%22:%5B14,13,13,12,13%5D,%22crypto-md5%22:%5B7,8,7,8,7%5D,%22crypto-sha1%22:%5B6,6,5,6,4%5D,%22date-format-tofte%22:%5B34,34,36,35,35%5D,%22date-format-xparb%22:%5B41,39,39,39,40%5D,%22math-cordic%22:%5B10,10,11,11,11%5D,%22math-partial-sums%22:%5B18,18,18,18,18%5D,%22math-spectral-norm%22:%5B8,8,8,8,7%5D,%22regexp-dna%22:%5B29,28,28,28,28%5D,%22string-base64%22:%5B25,29,26,29,26%5D,%22string-fas
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!-- saved from url=(0068)http://24ways.org/examples/compose-to-a-vertical-rhythm/example.html -->
<HTML xmlns="http://www.w3.org/1999/xhtml"><HEAD><META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>Compose a Vertical Rhythm example</TITLE>
<LINK rel="alternate stylesheet" type="text/css" href="vertical_rhythm.css" title="sass">
<LINK rel="alternate stylesheet" type="text/css" href="original.css" title="original">
</HEAD><BODY>
<H1>Aboard Minerva off the Coast of New England</H1>
# MacPorts Installer addition on 2008-12-17_at_17:36:30: adding an appropriate PATH variable for use with MacPorts.
export PATH=/opt/local/bin:/opt/local/sbin:$PATH
# Finished adapting your PATH environment variable for use with MacPorts.
# MacPorts Installer addition on 2008-12-17_at_17:36:30: adding an appropriate MANPATH variable for use with MacPorts.
export MANPATH=/opt/local/share/man:$MANPATH
# Finished adapting your MANPATH environment variable for use with MacPorts.
# Setting PATH for MacPython 2.6
<div id='container'>
<!-- all your normal page content goes in here -->
</div>
alias fuckit="git add . && git commit -m 'Throwaway commit' && git reset --hard HEAD^"
%style{:type=>"text/css"}
:sass
#myCustomElement
background: ##{current_user.color}
background = "-webkit-gradient(linear, left top, left bottom, from(##{current_user.color}), to(" + (##{current_user.color} - #222) + "))"