search for: haggerti

Displaying 7 results from an estimated 7 matches for "haggerti".

Did you mean: haggerty
2012 May 16
2
Idea for feature recursive ssh: "scp file user1@gateway:user2@server:"
[I sent this email to the list in January but haven't seen it appear. Maybe it didn't get through moderation?] How many times have I typed in one window ssh -L 8022:server:22 user1 at gateway only so that I can type (in another window!) scp -P 8022 file user2 at localhost: This is a pain: * cumbersome * requires two commands windows * confuses ssh's host key
2006 Jun 08
2
how to add plugin to ActiveRecord
I''m trying to set a date field''s day to the last day of the month before I save it. I can do this successfully now using this code: class Account < ActiveRecord::Base def before_save self.exp_date = last_day_of_month(self.exp_date) end # Returns a Date object set to the last day of the current month def last_day_of_month(date = Date.today) next_month_str
2008 Jun 30
0
Ruby on Rails Developers needed: San Francisco, CA Fulltime Perm
We are a venture funded start-up that is looking to develop a 4 person Agile Ruby on Rail Development Team. We are working with ******* to develop our software right now and are looking to build out our own team of 4 developers within the next few months. We are building enterprise class software to help F1000 companies build environmental sustainability into their culture. The basic function of
2008 Jun 04
0
FreeBSD.org begins switch to Subversion
The FreeBSD Project has begun the switch of its source code management system from CVS to Subversion. At this point in time, FreeBSD's developers are making changes to the base system in the Subversion repository. There is a replication system in place that exports our work to the legacy CVS tree on a continuous basis. People who are using our extensive CVS based distribution network
2006 Jun 07
0
making a date object default to the last day of the month
hello all...question from a newbie trying to make a go at rails.... i have an account object which holds sundry information including a credit card expiration date. i use date_select ( "object", "method", :order => [:month :year] ) to allow the user to select the month and year of his credit card''s expiration, but when this info is sent to the model, somehow
2006 Apr 06
0
Table w/ 2 columns feat. the same foreign key (accessing?)
I have a database table named trips which has two columns (in addition to others) which both have foreign keys to the locations table. The columns are for a start location and an end location. The problem arises in the trip model in trying to access each location. belongs_to :location, :foreign_key => ''start_location_id'' gives me access to one of the locations but how can
2010 Nov 02
1
controlling VM access to different tap devices
Sorry if this off-topic but I have a qemu related question I was going to send to the qemu users mailing list but that list appears to have vanished. I thought this community might have some insight. I am interested in controlling VM access to different tap devices so I want to have different qemu processes bound to different tun devices. I've created new tun devices (eg. /dev/net/tun_low)