search for: bear

Displaying 20 results from an estimated 2510 matches for "bear".

Did you mean: bar
2012 Nov 15
3
merge dataframes with condition
Hi @ all, I wamnt to combine two dataframes including a condition. I have two dataframes like the following: animal<-c("bear","bear","lion","monkey","fish","monkey","bear","zebra","zebra") val<-c(2,42,67,5,12,9,87,1,12) place<-c("S","N","N","Z","R","O","E","...
2008 Jul 10
1
“Check” problem
Dear all: I ?m a newer. I have some problem when I check my package. The error messages were as follows. It shows that the problem is about Rd file. How can I find where the error is? How can I do?? c:\temp>Rcmd check bear * checking for working pdflatex ... OK * using log directory 'c:/temp/bear.Rcheck' * using R version 2.7.0 (2008-04-22) * using session charset: CP950 * checking for file 'bear/DESCRIPTION' ... OK * this is package 'bear' version '1.0.0' * checking package dependenc...
2008 Jun 02
6
Band in a Box 2008 with Ubuntu through wine?
...t; when I click on the wine, programs, band in a box icon. It "thinks about it " for a while and then the cursor becomes normal again and nothing happens .I have no idea why because it was installed through the wine emulator. I hope someone might be able to help? Thanks in anticipation, Bear. [Crying or Very sad]
2007 Mar 08
2
Is Allison going to be banned from foreign travel over polar bears?
I read this story and thought of Allison's prompt to "try not to think about blue eyed polar bears". Will she be banned from foreign travel now? Steve Prior -- snip -- WASHINGTON (Reuters) - Polar bears, sea ice and global warming are taboo subjects, at least in public, for some U.S. scientists attending meetings abroad, environmental groups and a top federal wildlife official said on...
2006 Apr 27
5
proposing $E & $T
...do you think and where do I post these; should I include them as an attachment here? - Best O''Luck! bemson ********************************************************************** Please be aware that, notwithstanding the fact that the person sending this communication has an address in Bear Stearns'' e-mail system, this person is not an employee, agent or representative of Bear Stearns. Accordingly, this person has no power or authority to represent, make any recommendation, solicitation, offer or statements or disclose information on behalf of or in any way bind Bear Stearns...
2006 Mar 24
4
How to capture t-score and p-values from t.test
...6430 -1.283570 sample estimates: mean of x mean of y 2.50 5.75 -------------- next part -------------- ********************************************************************** Please be aware that, notwithstanding the fact that the person sending this communication has an address in Bear Stearns' e-mail system, this person is not an employee, agent or representative of Bear Stearns. Accordingly, this person has no power or authority to represent, make any recommendation, solicitation, offer or statements or disclose information on behalf of or in any way bind Bear Stearns or an...
2008 Aug 09
1
Converting nested "for" loops to an "apply" function(s)
...or" loops in example code from Contributed Documentation ("The Friendly Beginners' R Course? by Toby Marthews (ZIP, 2007-03-01)") to an "apply" function(s). The relevant code is: distances=c(51,65,175,196,197,125,10,56) #distances of 8 houses from the town centre in m bearings=c(10,8,210,25,74,128,235,335) #bearings of the houses in degrees xpos=distances*sin(bearings*pi/180) #in sin and cos the argument MUST be in radians ypos=distances*cos(bearings*pi/180) numpoints=length(distances) nnd=rep(sqrt(2*400*400),times=numpoints) #start with the maximum possible dis...
2003 Jun 10
1
Cups / Samba Driver Download question
...han anything else). I have "Windows 2000" versions of the Adobe postscript drivers installed on many of my 2000 machines. Now I am wanting to use the CUPS drivers which are "Windows 2000 or NT4" version stamped. If a workstation has had a printer installed (Say it's called Bear) before it will have the Bear W2K version drivers on it. The Bear printer will be linked to this. If this printer is then removed and reinstalled (just the printer not the drivers) then it will now install the Bear NT4/2K drivers - thats fine. HOWEVER becasue these new drivers are lower in the peck...
2009 Feb 03
3
ROXML from_xml not returning an object instance...
...:in => "waypoints" end Waypoint.rb: class Waypoint < ActiveRecord::Base include ROXML belongs_to :route xml_reader :isLeg xml_reader :lonlatx xml_reader :lonlaty xml_reader :gridReference xml_reader :ascent xml_reader :descent xml_reader :distance xml_reader :bearing xml_reader :timemins end NB I''ve not specified types at the moment for the above elements. I''m just trying to verify that the XML is being parsed by ROXML''s from_xml method. Error Message in logs: Processing RoutesController#create (for 127.0.0.1 at 2009-02-03 16:...
2011 Jan 20
1
Generating time progressing line for Google Earth
...nce / numberOfIntervals for(i in 1 : numberOfIntervals) { distance = i * distance_slice ang_dist = distance / 6371.0 lon_1 = Radians(start_point.Long); lat_1 = Radians(start_point.Lat); lat_2 = Radians(end_point.Lat); lon_diff = Radians(end_point.Long - start_point.Long); # First calculate the bearing bearing = atan2( sin(lon_diff) * cos(lat_2), (cos(lat_1) * sin(lat_2)) - (sin(lat_1) * cos(lat_2) * cos(lon_diff)) ); # Then use the bearing and the start point to find the destination new_lat_rad = asin(sin(lat_1) * cos(ang_dist) + cos(lat_1) * sin(ang_dist) * cos(bearing)); new_lon_rad = lon...
2015 Jun 10
3
samba member file server failer
I think winbind is required for file service isn't it? On Wed, Jun 10, 2015 at 1:28 PM, Rowland Penny <rowlandpenny at googlemail.com> wrote: > On 10/06/15 21:15, David Bear wrote: > > Thanks Rowland -- will attempt to pull the startup script from the deb > package. > > Just to clarify, When starting samba as an AD DC, we use the samba-ad-dc > script, when starting samba as a file server only, we need a script that > only starts smbd, nmbd, and w...
2003 May 12
7
FW: S+ Script Files for R???
...files you > highlight the code you want to execute by mouse, press an arrow in the > menu, and it fires it off to the S+ compiler directly. Is such a facility > actually available for Linux/Windows and Unix versions of R? Is there > something similar out there? > Regards, > Doug Beare >
2015 Jun 04
2
making samba 4.2 in a container
...rk on a VPS as Domain controllers. Each > instance is in its own container. > > The main there is no gotchas specific to Samba itself. It is just > standard stuff like configuring the container for systemd and setting up > networking correctly. > > On 06/03/2015 08:19 PM, David Bear wrote: > > Someone recently mentioned building a samba addc in a linux container. > I'm > > new to containers and would really love to learn how to do it correctly. > > > > Anyone know of how-to's or gotcha's related making samba run in an lxc > > contai...
2004 Oct 08
0
really can't bear the pain of the broken leg
...rriet's ready wit! All the better. A man must be very much -----Original Message----- From: barry baures [mailto:syslinux at zytor.com] To: harris ingersoll; mario boudinot; taylor comer; marcelo meisels; russ nosis; lloyd grow Sent: Tuesday, August, 2004 11:18 PM Subject: really can't bear the pain of the broken leg See the specials on Brufen, , V,al''ium, Aten'`olol, Lipitor, Premarin and other most prescribed m~,ed,s o`n,line n'~ow! http://o.location1corny.com/?el=hvnulkf6674&j&sdfg=0&vl=gthr though the internet is a visual space where our o_nli.ne ph...
2012 Aug 23
1
Extracting data from dataframe with tied rows
Hi R help, I'm a fairly experienced R user but this manipulation has me stumped, please help: DATA id<-rep(LETTERS[1:5],20) distance<-rnorm(1:100, mean = 100) bearing<-sample(1:360,100,replace=T) month<-sample(1:12,100,replace=T) I have a dataset with records of individuals (id) , each with a distance (distance) & direction (bearing) recorded for each month (month). I want to find the largest distance per individual per month, which is easy with /t...
2015 May 12
7
hardware sizing and configuration
...tual hardware to give each VM. I'm wondering about virtual nics and if there may be a problems have multiple vm's accessing the network through a single physcial nic. This is an ADDC and file server for a small office so numbers of users will be below 50. Any recommendations? -- David Bear 602-903-6476
2016 Aug 02
3
frustrations with shares
...i do really like the archlinux wiki. https://wiki.archlinux.org/index.php/Access_Control_Lists Greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens Frank Kahle > Verzonden: dinsdag 2 augustus 2016 13:55 > Aan: 'David Bear' > CC: 'samba' > Onderwerp: Re: [Samba] frustrations with shares > > Do you have a good doc that you can point me to? > > > > Sincerely, > Frank > > > > From: David Bear [mailto:dwbear75 at gmail.com] > Sent: Saturday, July 30, 2016 10:46...
2003 Jun 18
3
finding contours in a matrix
...lly get the data used to plot this line? If I just select the relevant data depth[depth==200] I get a very few observations, but if I say select depth[depth > 180 & depth < 220] I get a "band" of unevenly space data along the contour which I don't want either. Regards, Doug Beare Fisheries Research Services, Marine Laboratory, Victoria Road, Torry, Aberdeen, UK. Tel. 44 (0) 1224 295314
2007 Apr 28
6
Where is xtime updated in a domU with an independent wallclock?
Hi All, I have just started looking at the code for Xen so please bear with me. A domU Linux kernel running with independent_wallclock=1 seems to sync its time with dom0 after every "xm unpause" (obviously preceded by an "xm pause"). I don''t see where the xtime variable is being updated after an "xm unpause", i.e., domain_un...
2006 Jun 13
2
ANN: Alaska.rb - Polar bears, igloos and sled dogs... oh my!
Is anyone else here from Alaska interested in a ruby users group to meet in Anchorage once a month? It might be a long shot but I thought i''d put the possibility of such a group out there if others are interested. If so, we''ll coordinate some times that work. Benjamin -------------- next part -------------- An HTML attachment was scrubbed... URL: