search for: street

Displaying 20 results from an estimated 6810 matches for "street".

2004 Feb 26
3
Collapsing Categorical Variables
Hi, Suppose I have a categorical variable called STREET, and I have 30 levels for it (i.e. 30 different streets). I want to find all those streets with only 15 observations or below then collapse them into a level called OTHER. Is there a quick way, other than using a for() loop, to do it? Currently what I'm doing is something like: ### Collaps...
2006 Jan 23
2
Problems with error_messages_for
I have a model Area which has_many Streets. The Area has a couple of attributes of its own but mostly I want to be able to add/delete/update Streets for a particular Area, but all on one page rather than having a separate view for editing a Street. I''ve managed to get a form displayed with a row for each Street already assig...
2006 Apr 25
4
belongs_to :through
belongs_to :through Why is that not possible? We should have: Street belongs_to :city belongs_to :country, :through => :city -- Posted via http://www.ruby-forum.com/.
2019 Sep 18
1
[p2v PATCH v2] Use URL to point to GNU licenses
...index b868d1b..d27219d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,8 +12,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +# along with this program. If not, see <https://www.gnu.org/licenses/>. include $(top_srcdir)/subdir-rules.mk diff --git a/autogen.sh b/autogen.sh index fcdd0ce..f055ffc 100755 --- a/autogen.sh +++ b/autogen.sh @@ -13,8 +13,7 @@ # GNU General P...
2007 Oct 11
0
display problem with to_csv
...9;'Middle Name'', `lname` as ''Last Name'','''' as ''Suffix'',m.member_company_name as ''Company'' , `department` as ''Department'',`title` as ''Job Title'', `addr1` as ''Business Street'', `addr2` as ''Business Street1'',`addr3` as ''Business Street2'',`addr4` as ''Business Street3'', `address_city` as ''Business City'',`address_state` as ''Business State'',`address_postalcode` as '...
2013 Feb 26
0
Rendering nested resources
Hello, I have following models: States has_many Cities Cities has_many Streets Streets has_many Houses Houses has_many People In the routes.rb I have all these set as nested resources so I can view all the Cities of specific State as /states/1/cities, all the Streets of given City as /cities/15/streets, all the Streets of specific State as /states/27/streets, etc. Now i...
2005 Feb 19
1
Street Atlas 8.0 Extractor
I mentioned earlier that I had DeLorme Street Atlas 8.0 working on wine. It comes with a separate program, the extractor. This will pull parts of the map CD and store them locally so that the main program does not have to refer to the CD for those parts of the map. I had one problem which I overcame: it was looking for h:\refnc. I have no ide...
2013 Jan 14
4
Grabbing Specific Words from Content (basic text mining)
Hi all, Suppose I have a data frame with mixed content (name age and address). a<-"Name: John Smith Age: 35 Address: 32, street, sub, something" b<-data.frame(a) 1. The question is I want to extract the name age and address separately from this data frame (containing potentially more people). 2. Also just incase I have to deal with it how would the syntax change if I had "Name" as opposed to "Name:&...
2007 Sep 06
1
computing distance in miles or km between 2 street addresses
Hi R-ers: I need to compute the distance between 2 street addresses in either km or miles. I do not care if the distance is a "shortest driving route" or if it is "as the crow flies." Does anybody know how to do this? Can it be done in R? I have thousands of addresses, so I think that Mapquest is out of the question! Please rely t...
2012 Dec 04
0
[PATCH] Update FSF address.
...on 2, June 1991 + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 - Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Copyright (C) 1989, 1991 Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. - Preamble + Preamble The licenses for most software are designed to take away your freedom to...
2006 Apr 06
6
all elements of an array
Hi there, i have a model house and a model owner A house can have many owners. Now i want to find all owners of a specific street and i want to list them So i do: houses = House.find(:all, :conditions => ''street LIKE "%foo%"'') So now i got an array of all houses in that street @owners = houses[0].owner i''ve got all the owners of the first house. but i want from all houses so somet...
2009 Feb 26
1
composed_of, aggregate object isn't saved
...result. Anyone have any ideas? Below is the Order class. Thanks. class Order < ActiveRecord::Base belongs_to :payment_type has_many :line_items, :dependent => :delete_all composed_of :shipping_address, :class_name => ''Address'', :mapping => [ %w(street, street), %w(street2, street2), %w(city, city), %w(state, state), %w(zip, zip) ] do |p| Address.new p[:street], p[:street2], p[:city], p[:state], p[:zip] end composed_of :billing_address, :class_name => ''Address'', :mapping => [ %w(bil...
2009 Feb 12
4
Vcard problems with street and country
I''ve got two issues: First, it seems that every time there''s a comma in a street field, it gets preceded by a ''\''. I can''t seem to get rid of it, or even find where it''s being generated. (ex: 71229 30nd Ave NW\, Apt 50) Second, every now and then my country ''United States'' gets cut off, as if it''s reached a characte...
2006 Dec 04
4
beginning my R-learning
Hello, I'm just beginning to learn R. What books/online learning modules with datasets would you suggest? Thank you! Best wishes, Michael ____________________________________ Michael McCulloch Pine Street Clinic Pine Street Foundation 124 Pine Street, San Anselmo, CA 94960-2674 tel 415.407.1357 fax 415.485.1065 email: mm at pinest.org web: www.pinest.org www.pinestreetfoundation.org www.medepi.net/meta
2013 Dec 10
2
form_tag + fields_for Rails 4
...t_church, @campus), :class => > ''form-horizontal'', :method => :post do %> > <%= text_field :campus, :name %> > <%= text_area :campus, :description %> > > <%= fields_for :addresses do |b| %> > <%= b.text_field :street %> > <%= b.text_field :street2 %> > <%= b.text_field :city %> > <%= b.text_field :state %> > <%= b.text_field :zip_code %> > <% end %> > > <input type=''submit'' value=''Save'' &g...
2003 Sep 22
0
Last call: Asterisk BoF in Boston, Tuesday 23rd
...'s of Boston near the Hynes Convention Center. We'll try to get a corner booth in the "downstairs room", and look for the guy wearing the blue button-down shirt with VON logos on the breast pocket - that will be me. JT Details: Vinny T's of Boston Back Bay 867 Boylston Street Boston MA 617.262.6699 Directions: From I-90 (Mass Turnpike): Go to the Prudential Center, Copley Square exit. When you exit, it splits; follow the signs to the Prudential Center (left side of split). When you come up out of the tunnel, you will be on Huntington Ave. Take the next 3 right...
2006 May 20
2
Problems with "Marco Polo Großer Reiseplaner 2005/2006" - Can't print/Street names not shown correctly/Route not shown
Hello. Thanks to the tip to use Wine 0.9.12., I now successfully installed "Marco Polo Gro?er Reiseplaner 2005/2006" on Wine 0.9.12. running on Gentoo Linux. After the installation finished, I upgraded to Wine 0.9.13. First off, the names of the streets aren't printed correctly. Please see <http://www.myimg.de/?img=WineMarcoPoloGroerReiseplaner2.png>. As you can see there, the names of the streets aren't printed correctly - they are printed on a gray box. On a real Windows XP installation, that's not so. Further, certain "...
2013 Feb 26
4
3 models, joining and nested queries
...er of persons to book for a room, he must get the list of hosts who have rooms vacant and number of vacancies. How can I write the query in rails? for example: Suppose the records are Host ref name address host#1 Mr Allan 23, Camden Street host#2 Mr Tom 12, nassau Street host#3 Mr anice 34, Philip street Room ref host_ref capacity room#1 host#1 3 room#2 host#2 1 room#3 host#2 4 room#4 ho...
2007 Apr 11
1
NT_STATUS_IO_TIMEOUT
...d automatically by software designed to quarantine e-mails containing material which is in contravention of our Company e-mail usage policy. The Royal London Mutual Insurance Society Limited for life and pension products Registered in England and Wales No. 99604. Registered Office: 55 Gracechurch Street, London, EC3V 0RL Royal London Asset Management Limited for investment management services Registered in England and Wales No. 2244297. Registered Office: 55 Gracechurch Street, London EC3V 0UF Royal London Savings Limited for Individual Savings Accounts Registered in England and Wales No. 36426...
2006 Jun 14
0
[Q] Finale, Delrome Street Atlas, Real Flight G3
...requires too much for my notebook computer. Although my Thinkpad R32 is quite usable and pretty fast, Windows Vista requires 128MB of VRAM and so on. So, I am thinking about replacing the Windows with the Linux. However, there are three critical programs I need to use on the Linux. 1. Delrome Street Atlas 2006 with the Earthmate GPS 2. Finale - the music notation program 3. Real Flight G3, the R/C airplane simulator So, I would like to know if any of those can run on the WINE. I've read that voice command for the Street atlas is not possible. Does it inlclude the voice guidance of the pro...