Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env ruby
# merge_highrise_contacts.rb
# 2009 Robert Jones, Craic Computing LLC (jones@craic.com)
# Distributed under the terms of the MIT Open Source license
# This is a utility to convert a CSV dump of People and Companies from
# Highrise (http://highrisehq.com) into a mailing list suitable for a Mail Merge
# with Excel/Word or Numbers/Pages (09 version)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.7.0/build/container/assets/skins/sam/container.css" />
<script type="text/javascript" src="http://yui.yahooapis.com/2.7.0/build/yahoo-dom-event/yahoo-dom-event.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/2.7.0/build/container/container-min.js"></script>
<script type="text/javascript" src="http://prototypejs.org/javascripts/prototype.js"></script>
<script type="text/javascript">
function setup_tooltips() {
#!/usr/bin/env ruby
# install_gems.rb
# Copyright 2009 Robert Jones jones@craic.com
# Use at your own risk, no warranty, etc, etc.
# Given a file of gems from another machine, recreate the same environment
# For more information see this post:
# http://craiccomputing.blogspot.com/2009/04/installing-ruby-19-and-gems-on-machine.html