duplicates = multiple editions
A Classical Introduction to Modern Number Theory, Kenneth Ireland Michael Rosen
A Classical Introduction to Modern Number Theory, Kenneth Ireland Michael Rosen
| require 'formula' | |
| class Carbon < Formula | |
| homepage 'http://graphite.wikidot.com/' | |
| url 'http://pypi.python.org/packages/source/c/carbon/carbon-0.9.10.tar.gz' | |
| md5 '1d85d91fe220ec69c0db3037359b691a' | |
| depends_on 'python' | |
| depends_on 'twisted' => :python | |
| depends_on 'whisper' |
| 1. Paste into /etc/yum.repos.d/puppetlabs.repo | |
| [puppetlabs] | |
| name=Puppet Labs - $basearch | |
| baseurl=http://yum.puppetlabs.com/el/6Server/products/$basearch | |
| failovermethod=priority | |
| priority=0 | |
| enabled=0 | |
| 2. rpm --import http://yum.puppetlabs.com/RPM-GPG-KEY-puppetlabs |
| #! /bin/sh | |
| # | |
| # Author: Andreas Olsson <[email protected]> | |
| # Version: @(#)autossh_tunnel.foo 0.1 27-Aug-2008 [email protected] | |
| # | |
| # For each tunnel; make a uniquely named copy of this template. | |
| ## SETTINGS | |
| # |
| if (typeof window.localStorage == 'undefined' || typeof window.sessionStorage == 'undefined') (function () { | |
| var Storage = function (type) { | |
| function createCookie(name, value, days) { | |
| var date, expires; | |
| if (days) { | |
| date = new Date(); | |
| date.setTime(date.getTime()+(days*24*60*60*1000)); | |
| expires = "; expires="+date.toGMTString(); |
| set :application, 'foo' | |
| set :repository, '_site' | |
| set :scm, :none | |
| set :deploy_via, :copy | |
| set :copy_compression, :gzip | |
| set :use_sudo, false | |
| set :host, '127.0.0.1' | |
| role :web, host | |
| role :app, host |