search for: hollenbeck

Displaying 5 results from an estimated 5 matches for "hollenbeck".

Did you mean: hollenback
2013 Mar 07
2
iterative extracting data from a list without keys
...g to vectorize the math operation. yapply and mapply don't seem to be what I want, but what I've read of them confuses me. Want to avoid for loops, unless its the only way. All help is much appreciated! Thanks. ******************************************************************* Jeff P. Hollenbeck USGS Forest and Rangeland Ecosystem Science Center 3200 SW Jefferson Way Corvallis, OR 97331 541-750-0966 [[alternative HTML version deleted]]
2006 Mar 10
2
RoR Deployment on Shared Hosting
Hey all - Well, I''ve gone through all of the tutorials I can get my hands on, and I''ve developed what is basically a (very) simple front-end to a database that I maintain online. My big problem now is deployment. Almost everything that I''ve found on the web regarding deployment (and this includes the instructions for Switchtower/Ccapistrano) assumes that I have
2004 May 28
0
Shorewall 2.0.2d
Fixes the problem reported by Dick Hollenbeck in which capabilities are mis-detected when kernel module autoloading is disabled. Available at: http://shorewall.net/pub/shorewall/shorewall-2.0.2d ftp://shorewall.net/pub/shorewall/shorewall-2.0.2d and at other mirrors shortly. -Tom -- Tom Eastep \ Nothing is foolproof to a sufficientl...
2007 Nov 19
3
Mailbox is in inconsistent state
I have few such messages should I aware about them or just ignore? Disconnected: Mailbox is in inconsistent state, please relogin.
2010 Jul 04
1
Rails 3: ActiveRecord .include not working
Really no idea what''s up... class Auction < ActiveRecord::Base has_and_belongs_to_many :categories end class Category < ActiveRecord::Base has_and_belongs_to_many :auctions default_scope order(''title'') scope :active, where(:active => true) end class CategoriesController < ApplicationController respond_to :html, :json # GET /categories/:id