Displaying 20 results from an estimated 1817 matches for "earthing".
Did you mean:
earthling
2009 Dec 16
5
OT: Google Earth - How to uninstall, before installing newest version?
Desktop is CentOS 5.4 (32 bit). I have Google Earth version
4.2.205.5730 (13NOV2007 build date) installed. I have checkinstall
(spelling?) installed, but am not sure if that was installed before or
after Google Earth was installed. I have the Google Repository
installed, but apparently Google Earth cannot be updated via yum and
probably it was not installed via yum.
Question: What is the best
2005 Oct 14
1
wbinfo not looking up groups in mixed MS NT/2k AD
Hello,
I'm having trouble when I try do get a group SID from my domain, the
user lookup and authentication is working fine.
Actually what I'm trying to do is to authenticate squid against MS AD
using winbind. I need to restrict access by group, so I'm using
wbinfo_group.pl to do it.
The machine has been built to be a proxy server only.
I'm using Suse Linux 9.3 Professional
2015 Apr 25
1
google-earth crashes on CentOS 6.6
Hey all,
With google-earth-stable.x86_64 0:7.1.2.2041-0
[mlapier at peach /]$ /usr/bin/google-earth
[0425/000212:ERROR:net_util.cc(2195)] Not implemented reached in bool
net::HaveOnlyLoopbackAddresses()
Failed to load "/opt/google/earth/free/libinput_plugin.so" because
"/usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required
by ./libLeap.so)"
2009 May 27
2
Wine / Google Earth network issue
Trying to install Google Earth under wine, I get to a point where the installer trying to contact Google for some download.
----------------
fixme:msxml:domdoc_createNode nodes with namespaces currently not supported.
fixme:winhttp:WinHttpGetIEProxyConfigForCurrentUser returning no proxy used
fixme:winhttp:WinHttpGetDefaultProxyConfiguration 0xa5e670
fixme:winhttp:WinHttpGetProxyForUrl 0x1,
2009 Feb 09
2
Generating new variable based on values of an existing variable
Dear R Help-Listers:
I have a problem that seems like it should have a simple solution, but I've spent hours on it (and searching the r-help archives) to no avail. What I'd like to do is to generate a new variable within a data frame, the values of which are dependent upon the values of an existing variable within that data frame.
Assume that I have the following data:
2014 Feb 18
0
sssd + samba4 not working (yet)
Dear list,
It has been a true adventure setting up a samba4 ad with a bind9 backend.
>From what I can see, everything is more or less working:
--> samba itself:
root at bubba3-one:/etc/sssd# smbclient //localhost/netlogon -UAdministrator
-c 'ls'
Enter Administrator's password:
Domain=[EARTH] OS=[Unix] Server=[Samba 4.1.4-SerNet-Debian-7.wheezy]
.
2013 Nov 08
2
Earth (MARS) package with categorical predictors
It appears to be legitimate to include multi-level categorical and continuous variables in defining the model for earth (e.g. y ~ cat + cont1 + cont2) but is it also then possible use categoricals in the predict method using the earth result? I tried but it returns an error which is not very informative.
Thanks
Chris
2009 May 08
1
dqrdc2_ dqrsl_ dtrsl_ missing from libs? compiling earth standalone
I have been trying to compile the earth Multivariate Adaptive
Regression of Splines package as a standalone application under Linux
(x86_64 kernel-2.6.27.21 openSUSE 11.1) with gcc 4.3.2.
The package compiles without problems from within R as an R module and
I get the following linker error:
earth.c:(.text+0x1a14): undefined reference to `dqrdc2_'
earth.c:(.text+0x1ae4): undefined
2012 Feb 21
3
Using earth.dist function
Hi Everyone,
I am a graduate student who will be using R to do my analysis. I need to do
a spatial analysis, and the first step is to calculate the geographic
distance between my study sites. I am hoping to use earth.dist because it
allows for multiple pairwise distances to be calculated at one time. I have
done a sample calculation, and I seem to have a problem between the steps of
using
2008 Nov 25
5
google earth
:? Can I access google earth with Wine?
I am dualbooted with XP and Ubuntu 8.10. GE works fine in XP. There are no drivers for my VIA KM400 chip set for Ubuntu.Can I use Wine to access my XP drivers?
stmcc (mac)
2008 Oct 12
1
Empire earth: page fault
Hi, i'm trying to run empire earth. Anyway i get an error:
Code:
wine: Unhandled page fault on read access to 0x0000177c at address 0x7d2714fd (thread 0027), starting debugger...
Unhandled exception: page fault on read access to 0x0000177c in 32-bit code (0x7d2714fd).
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b
EIP:7d2714fd ESP:7aef83bc EBP:7aef8494 EFLAGS:00210212( -
2024 Jul 16
2
Automatic Knot selection in Piecewise linear splines
>>>>> Anupam Tyagi
>>>>> on Tue, 9 Jul 2024 16:16:43 +0530 writes:
> How can I do automatic knot selection while fitting piecewise linear
> splines to two variables x and y? Which package to use to do it simply? I
> also want to visualize the splines (and the scatter plot) with a graph.
> Anupam
NB: linear splines, i.e. piecewise
2005 Jan 14
1
Unable to connect to smb shares from second machine in workgroup
I have a pretty simply home LAN with a Linux box (Mandrake 9.1) and 2 XP
boxes. The workgroup is named UNIVERSE and the machines are earth
(Linux), voyager (XP) and starbase (XP). (smb.conf has security=user).
Voyager can browse over to \\earth\share no problem. Recently I
connected starbase to my LAN using a wireless router. When on starbase I
cannot browse to \\earth\share. When I do so I
2011 Sep 27
2
Matrix and list indices
Hi guys,
I am trying to replace all elements of earth that are equal to zero with their corresponding elements in mars. I can do the replace with a bunch of for-loops, but I don't think this is the R way of doing things.
my_list <- list( earth=array(c(0,0,45,0,0,45,0,45),dim=c(2,2,2)), mars=array(c(8:1),dim=c(2,2,2)))
my_list
for (i in c(1:2)) {
for (j in c(1:2)) {
2011 Mar 14
0
selection of hinge function with restrictions, machine learning, earth package,
On 2011-01-27 14:22, Rasti Matus wrote:
> I have a few questions regarding machine learning packages in R,
> e.g. earth package ...
>
> 1) How could I force the algorithm to generate knots only with
> values < 90 for variable doy?
Not possible in the current implementation. In principle it
would be possible to extend earth so the user-defined "allowed"
function
2015 Dec 17
1
getting Google Earth to work.
On Wed, Dec 16, 2015 at 10:21:37PM -0500, Fred Smith wrote:
> On Thu, Dec 17, 2015 at 03:14:06AM +0000, Richard wrote:
> >
> >
> > > Date: Wednesday, December 16, 2015 21:30:31 -0500
> > > From: Fred Smith <fredex at fcshome.stoneham.ma.us>
> > >
> > > is a continual pain.
> > >
> > > I'm attempting to follow the
2011 Jul 21
1
Error: bad index in plotmo functions for MARS model (package earth)
Hello all useRs,
I am tring make a simple surface plot ( 2 by 2 terms of a MARS model
(with earth package)
but I get the follow error message:
> plotmo( mars )
Error: bad index (missing column in x?)
I don't no how to workround this... :-(
I thanks in advanced by some help!
Thanks.
Cleber
###############
>
> ### example code:
> library( earth )
> data( gasoline,
2008 Aug 23
0
OT: Google Earth, v.4.3.7284.3916 (beta) on CentOS 5.2 (32 bit) (SOLVED)
On Fri, Aug 22, 2008 at 8:00 PM, Lanny Marcus <lmmailinglists at gmail.com> wrote:
> On Fri, Aug 22, 2008 at 6:49 PM, Lanny Marcus <lmmailinglists at gmail.com> wrote:
>> On Fri, Aug 22, 2008 at 3:48 PM, MHR <mhullrich at gmail.com> wrote:
>>> On Fri, Aug 22, 2008 at 11:22 AM, Lanny Marcus <lmmailinglists at gmail.com> wrote:
>>>> The version
2006 Dec 29
3
>>>|<<< END OF THE WORLD >>>|<<<
[image: Ending Began] <http://end-of-earth-information2.50webs.com/>End
of the World !!! Begins[image: Ending
Began]<http://end-of-earth-information2.50webs.com/>
[image: Cracking Starts] <http://end-of-earth-information2.50webs.com/>[image:
Drowning] <http://end-of-earth-information2.50webs.com/>
http://end-of-earth-information2.50webs.com/
*Global warming Shadows*
2009 May 16
5
bagged importance estimates in earth problem
I was trying to produced bagged importance estimates of attributes in earth using the caret package with the following commands:
fit2 <- bagEarth(loyalty ~ ., data=model1, B = 10)
bagImpGCV <- varImp(fit2,value="gcv")
My bootstrap estimates are produced however the second command "varImp" produces the following error:
Error in UseMethod("varImp") : no