similar to: Worm distribution :-)

Displaying 20 results from an estimated 200 matches similar to: "Worm distribution :-)"

2007 May 01
0
BlueZ
Hello all. Does anyone know how to get bluetooth working on CentOS 5? I can't pair any device. Things work perfectly on CentOS 4. Here is what happens: root at miho ~]# /etc/rc.d/init.d/bluetooth start Starting Bluetooth services: [ OK ] [root at miho ~]# hcitool scan Scanning ... 00:12:EE:XX:XX:XX K750i [root at miho ~]# hcitool cc
2006 May 11
1
t-test with autocorrelation correction
Has anyone implemented a t-test with the effective sample size correction proposed by Dale and Fortin, Ecoscience 9(2):162-167, 2002, using a discussion by Cressie, 1993, page 15? thanks, Denis
2018 Mar 01
2
Repeated use of dyn.load().
I am working with a function "foo" that explicitly dynamically loads a shared object library or "DLL", doing something like dyn.load("bar.so"). This is a debugging exercise so I make changes to the underlying Fortran code (yes, I acknowledge that I am a dinosaur) remake the DLL "bar.so" and then run foo again. This is all *without* quitting and
2018 Mar 01
0
Repeated use of dyn.load().
Hello, In such cases, with C code, I call dyn.unload before loading the modified shared lib again. I don't know if this changed recently, but it used to be needed or else R wouldn't load the new lib. When I call dyn.unload followed by dyn.load I never had problems. (Or the other way around, call dyn.unload before modifying the C code.) Hope this helps, Rui Barradas On 3/1/2018 8:52
2018 Mar 01
1
Repeated use of dyn.load().
Good question Rolf. Rui, thanks for pointing out dyn.unload. When I started using Rcpp a couple of years ago I got burned by stale .so enough times that I adopted a policy of recompile-then-start new R session. My workflow does not include Rolf's "brazillion" repeats, so the overhead of this approach has not been too painful. The documentation for dyn.unload (via ?dyn.unload)
2008 Apr 26
6
quasi-random sequences
Dear list useRs, I have to generate a random set of coordinates (x,y) in [-1 ; 1]^2 for say, N points. At each of these points is drawn a circle (later on, an ellipse) of random size, as in: > N <- 100 > > positions <- matrix(rnorm(2 * N, mean = 0 , sd= 0.5), nrow=N) > sizes<-rnorm(N, mean = 0 , sd= 1) > plot(positions,type="p",cex=sizes) My problem is to
2017 Feb 15
1
[PATCH] average: change to declare precision, not factor
From: Johannes Berg <johannes.berg at intel.com> Declaring the factor is counter-intuitive, and people are prone to using small(-ish) values even when that makes no sense. Change the DECLARE_EWMA() macro to take the fractional precision, in bits, rather than a factor, and update all users. While at it, add some more documentation. Signed-off-by: Johannes Berg <johannes.berg at
2017 Feb 15
1
[PATCH] average: change to declare precision, not factor
From: Johannes Berg <johannes.berg at intel.com> Declaring the factor is counter-intuitive, and people are prone to using small(-ish) values even when that makes no sense. Change the DECLARE_EWMA() macro to take the fractional precision, in bits, rather than a factor, and update all users. While at it, add some more documentation. Signed-off-by: Johannes Berg <johannes.berg at
2006 Apr 24
1
Just a couple questions on how I should go about
> I need a simple blog with categories and comments and an archive. I want a > nice posting system, but don''t want it in HTML. Is there something I can add > or make, kind of like BBCODE? http://whytheluckystiff.net/ruby/redcloth/ http://wiki.rubyonrails.org/rails/pages/RedCloth > I pretty much know what else I have to do, but there is one more thing. A > client section.
2011 Apr 12
1
How to set the dimension of a matrix correctly?
Hi all, I use kriging to interpolate the precipitation from stations, but the map of this results show lots of stripes. (please see the attachment)I think there's something wrong with the setting of the dimension of this matrix, however, I have no idea how to know or test to see if this setting is correct or not.I've tried to switch the latitude and longitude, but still got the same
2012 Dec 17
1
How to make Ordinary Kriging using gstat predict?
Hi, I am new in R and trying to implement an algorithm which makes ordinary kriging by using gstat library and the predict method. I use the predict method as following: First, I create an object g: g <- gstat(id="tec", formula=TEC ~ 1, data=data) ## Create gstat object called g And then I use this object in the predict. p <- predict.gstat(g, model=mod, newdata=predGrid,
2006 Jul 13
1
TR: Latent Class Analysis
_____ De : Pousset [mailto:maud.pousset@noos.fr] Envoyé : mardi 4 juillet 2006 18:38 À : 'r-help@stat.math.ethz.ch' Objet : Latent Class Analysis Hello everybody, I am working on latent class analysis and have already used the ‘R’ function « lca » (in the e1071 package). I ‘ve got interesting results but I can’t simply find out the methodology used by this routine : 1) What
2014 Oct 19
1
YP submission / cURL issue. (icecast 2.0.1 / gentoo)
hi i installed icecast 2.01 on a suse system (hmm didn't have any imapct to the desicion for suse) and compiled every myself. the streaming server itself runs, i can steam and receive the stream but i cant get the web-admin interface via host:8000/admin/. the following error occurs in the web browser: Could not parse XSLT file XSLT: current tarball (cvs snapshot) libxml2-2.6.9
2006 Nov 16
1
Confusion about Dll Overriding
the winecfg confused me about DLL overriding. In the 'libraries' tab, if i specified a Dll file name and click 'Add', how does Wine know where to load the native file when need? does it mean i also have to copy the native file into the "c:\windows\system[32]" directory? if so, why i have to bother with the winecfg, why not directlly copy files into the
2004 Jun 22
0
Accessing ISDN with avm bluetooth hardware
Hi *, This is my first message to this list, so I hope I am not breaking any rule with my post. My question is the following: can I establish a voice connection over an ISDN interface by using a bluetooth dongle to connect to the ISDN access point? Here follow the details: I have compiled and configured asterisk. Everything seems fine except that when I configure asterisk to use the ISDN
2007 Jul 13
1
spatstat - Fitting a Strauss model with trend determined by kernel density smoother
Dear r-help, I would like to use the 'ppm' function of the 'spatstat' package to fit a Strauss inhibition model. I understand that I can specify a parametric model for the "background" trend, but how would I specify a trend which is estimated using a Kernel density smoother? In particular, I would like to use the 'kde' function of the 'ks' package to
2012 Jun 08
2
Percent of a given subset
How would I find the Percent of FuelTypeNum within the Band given AvailableMW? example: type 1 is 1% of PB0 type 2 is 54% of PB0 type 4 is 4% of PB0 type 5 is 42% of PB0 Note: the Bands and fuel types are not always constant. Data: FuelTypeNum Bands AvailableMW AvailableMWNewFormat 1 PB0 185319 185.319 2 PB0 18352000 18352 4 PB0 1338785 1338.785 5 PB0 14189756 14189.756 2 PB1
2010 Mar 17
1
Pool, iSCSI and guest start
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, Former user of Xen and newbie in kvm/qemu/libvirt stuff, I give it a try on my network ;-) I need to run a VM with iSCSI target attached. I did it this way : 1) Creation of iscsi pool (equa.xml) : <pool type="iscsi"> <name>equalog</name> <source> <host name="10.10.0.1"/> <device
2009 May 24
1
about strauss process
i have trouble in using spatstat package. i want to simulate a community under the Strauss process,which has a parameter gamma that controls interaction strength between points,and Strauss process is defined only for 0 ¡Ügamma ¡Ü 1 and is a model for inhibition between points. my problem is that in my data, many species's estimated gamma is larger than one.so if i still wanna simulate
2008 Jan 14
2
What is connect-debounce wrt usb?
I get the following message on a Centos 5 system (really a Trixbox 2.4 build on Centos 5): Jan 14 00:12:28 sip2 kernel: hub 1-0:1.0: connect-debounce failed, port 1 disabled What does this mean? This message occurs about 30 times/sec for about 45 sec. Then my Bluetooth token starts up. Jan 14 00:12:28 sip2 kernel: hub 1-0:1.0: connect-debounce failed, port 1 disabled Jan 14 00:13:00 sip2