search for: nfn

Displaying 9 results from an estimated 9 matches for "nfn".

Did you mean: mfn
2002 Jan 22
3
assigning NA's
I've had a question a few moments ago about how to create multiple objects from multiple files within a loop. Thanks for the quick answers, it worked with "assign", like this: for(i in seq(1,nfn,1)){ fin<-paste("/home/klimet/patrick/LAEGEREN/NEBEL/FOGEVENT2000/",fn[i],sep="") assign(paste("f", i, sep = ""), as.matrix(read.table(fin,skip=1))) } I've tried to use the same command for assigning NA's to missing values (=-999) in each obje...
2001 Feb 12
2
OziExplorer works on LINUX using WINE
...E sources. I changed the default permissions on ttyS0 to r/w for user. I started Ozi with: wine --managed oziexp3853c.exe task WIN95 time WINE time start pgm 10 sec 80 sec load chart 6 sec 50 sec 13235_1 NFN The program will also download waypoints from the GPS, but this feature did not work under WINE (and did work OK with WIN95).
2002 Jan 22
1
creation of objects
...hich works) and create R objects for each individual file (which doesen't work) within a loop: this is the way I've tried to program this: fn<-list.files(path = "/home/klimet/patrick/LAEGEREN/NEBEL/FOGEVENT2000/", pattern=NULL, all.files=FALSE, full.names=FALSE) for(i in seq(1,nfn,1)){ fin<-paste("/home/klimet/patrick/LAEGEREN/NEBEL/FOGEVENT2000/",fn[i],sep="") fi <- as.matrix(read.table(fin,skip=1)) } The i in fin and fi should create new objects for every loop with i being the number, like f1, f2,f3 and so on. The way I did it, it reads i...
2016 Jul 28
2
Weighting Schemes: Implementing Piv+ Normalization
...ommon/serialise-double.h I believe). Thanks, fixed those errors. > I can't tell for sure without seeing the diff. You may mean just > `ptr++`? But it could be something else, depending on what you're > trying to do. I'm trying to unserialise normalization strings (e.g. "nfn", "nbsl" etc.) along with the new double parameters (s and delta) but it isn't turning out to be smooth because there's no method for unserialising strings in serialise-double.h Although, doing just const string normals = ptr++; or, const string normals = static_cast<co...
2007 Jun 26
0
Samba 3.0.25b Available for Download
...ges/ Our Code, Our Bugs, Our Responsibility. (https://bugzilla.samba.org/) --Enjoy The Samba Team -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGgXXJIR7qMdg1EfYRAgpTAKCSqJwc9NLNTIbkqX65K3DQ9Bd21gCgm45g nFn+43T9rYxA21ys5tq2TF8= =4EAe -----END PGP SIGNATURE-----
2013 Jul 31
3
[Bug 2135] New: Solaris: race condition in channel forwarding when connect() returns EINPROGRESS
...m Created attachment 2322 --> https://bugzilla.mindrot.org/attachment.cgi?id=2322&action=edit the patch for portable Consider the following scenario with channel forwarding: - sshd runs on the server machine - on the client machine, local port forwarding is setup via the following: ssh -nfN -o GatewayPorts=yes -L 3333:<REMOTE HOST>:5555 -p 2222 <server machine> - <REMOTE HOST> is a faraway machine which takes several tens or hundreds of milliseconds to respond (slow line, geographical distance) - nothing is accepting connections at <REMOTE HOST>:5555 Under nor...
2016 Jul 27
2
Weighting Schemes: Implementing Piv+ Normalization
Hi, I have added support for Piv normalization in Tf-Idf weighting scheme as a intermediate step to implementing the support for Piv+ normalization. All tests pass. But I'm running into some issues with Piv+ normalization. In the Piv+ formula , there are two parameters (s and delta) that control the weight assigned. I think the way I'm serialising and unserialising these parameters has
2016 Jul 29
2
Weighting Schemes: Implementing Piv+ Normalization
...k Pal wrote: > > > > I can't tell for sure without seeing the diff. You may mean just > > > `ptr++`? But it could be something else, depending on what you're > > > trying to do. > > > > I'm trying to unserialise normalization strings (e.g. "nfn", "nbsl" > etc.) > > along with the new double parameters (s and delta) but > > it isn't turning out to be smooth because there's no method for > > unserialising strings in serialise-double.h > > Serialising it about round-tripping numbers through s...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking