This file contains hidden or 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
| #!/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) |
This file contains hidden or 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
| <!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() { |
This file contains hidden or 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
| #!/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 |
NewerOlder