search for: foor

Displaying 20 results from an estimated 25 matches for "foor".

Did you mean: for
2009 Nov 18
1
foor loop - undefined columns selected error
Dear R-Help Members, I am trying to read and analyse a set of 100 csv files. I need work only on some columns in each of those, so I decided to use a for loop, isolate the column in each file to work on, but then an error mesage appear: "undefined columns selected" Here is my code: setwd("F:/Data/") a<-list.files() for (x in a) { ? u<-read.csv(x, header=T,
2006 Apr 29
1
Caching foor starters
Hi there... I have some experience in building web applications but all of them have been intranet apps so I have never had to think about things like caching. Actually my experience with caching has more been in the area of removing it since it just gets in the way for a intranet app with 10-100 users. But now I am writing a site which might stand or fall by the quality of it''s
2007 Aug 17
4
matching elements from two vectors
...match any of the elements of y. Is there a simple command that will return a vector with elements (F,T,F,F,T,F,T,T,F). Ideally, I would like a solution that works with dataframe colums as well. I have tried x==y and it doesn't work. x==any(y) doesn't work either. I realize I could write a foor loop and go through each element of y asking if it matches any element of x, but isn't there a shorter way? Thanks, Gonçalo [[alternative HTML version deleted]]
2009 Jun 08
14
script help - '3rd last field'
Hi I need some logic to work out a value for me - this value is _always_ the 3rd last field in a string seperated by '.' but the string could be 5 or 6 fields long, e.g foo.bar.VALUE.baz.lala foor.bar.gigi.VALUE.baz.lala I need to find VALUE - if this were python or something i could do it but this has to be in shell - Any clues? thanks
2006 Sep 04
1
Rsync + SSH on a different port + restricted access
...gid = mirror read only = no list = yes auth users = mirror secrets file = /etc/rsyncd.secrets Works fine ! I can write on the remote /home/mirror, perfect ;) Then, i would like to run it over SSH port 2222 rsync -avz --rsh='ssh -p2222' /home/foor/bar/ mirror@myrsyndserver:mirror/ Still works fine ;) But my user can login in my box with SSH. So, after a couple of google, i found that i have to edit authorised_keys and put : command="rsync --daemon -vv --server ." ssh-rsa AAAAB3NzaC1............... But now, i have this error...
2013 Jun 07
0
[LLVMdev] NEON vector instructions and the fast math IR flags
...(NEON rounds e.g. denormals to zero which reduces precision) define <4 x float> @fooP(<4 x float> %A, <4 x float> %B) { %C = fmul <4 x float> %A, %B ; CHECK: fooP ; CHECK: vmul.f32 s ; CHECK: vmul.f32 s ; CHECK: vmul.f32 s ; CHECK: vmul.f32 s ret <4 x float> %C } ; fooR() performs a vector floating point multiplication with relaxed precision ; requirements. In this case the precision loss introduced by neon is acceptable ; and we should generate NEON instructions define <4 x float> @fooR(<4 x float> %A, <4 x float> %B) { %C = fmul fast <4 x f...
2013 Jun 07
3
[LLVMdev] NEON vector instructions and the fast math IR flags
On 7 June 2013 07:05, Owen Anderson <resistor at mac.com> wrote: > Darwin uses NEON for floating point, but does *not* (and should not). > globally enable fast math flags. Use of NEON for FP needs to remain > achievable without globally setting the fast math flags. Fast math may > imply reasonably imply NEON, but the opposite direction is not accurate. > > That said, I
2002 May 06
3
Spearman rank-order correlation matrix
I"ve got a data frame with a selection of columns I want to compute a rank-order correlation matrix from without disturbing the original data frame. foo[,c("a","b","d","f","g")] What I wanted to do, intuitively, was: > cor(rank(foo[,c("a","b","d","f","g")])) but rank in that context
2023 Oct 21
1
Retrieve winbind machine password
Hi Team, I am currently looking into enterprise wifi with the machine account. I did find some clues on the internet but the peice that is missing is the password of the machine account. Is it possible foor user root to extract that password in clear text from the secrets database where winbind has stored it? /var/lig/samba/private/secrets.tdb? seems to contain the info and tdbdump can output it, but some more decoding is needed before it can be used in the NetworkManager configuration. What are t...
2023 Oct 22
1
Retrieve winbind machine password
...n Vloten via samba wrote: >> Hi Team, >> >> >> I am currently looking into enterprise wifi with the machine account. I >> did find some clues on the internet but the peice that is missing is the >> password of the machine account. >> >> Is it possible foor user root to extract that password in clear text >> from the secrets database where winbind has stored it? >> >> /var/lig/samba/private/secrets.tdb? seems to contain the info and >> tdbdump can output it, but some more decoding is needed before it can be >> used in the...
2010 May 15
1
conditional calculations per row (loop versus apply)
...ly on the appropriate subset before rejoining. Thanks in advance. Nick Table.A 1 3 5 13 Table.B 4 6 10 20 Table.C 5321 3233 4532 Dataframe Record Type.code Column3 Column4 1 1 0.4 2 3 0.25 3 4 100 4 20 150 5 5 0.4 6 4532 NA I have no problem writing a foor loop to do this for (i in 1:nrow(dataframe) ) { if (Type.code[i]%in%Table.A) Reading[i]<-function 1 else if (Type.code[i]%in%tTable.B) Reading[i]<-function 2 else if (Type.code[i]%in%Table.C) Reading[i]<-function 3 } ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~...
2014 Jun 04
2
[LLVMdev] compiler job open at Mips/Imagination for LLVM and other compiler work
If you apply, please mention me, there is a referral fee. :) _*Software Design Engineer -- Compilers*_ *Opportunity* MIPS SW Team is responsible for enhancement, development and support of the development tools for MIPS processors. You will have some or all of the following responsibilities working as a part of a team: * researching and implementing new techniques and optimisations
2023 Oct 23
1
Retrieve winbind machine password
..., >>> >>> >>> I am currently looking into enterprise wifi with the machine account. I >>> did find some clues on the internet but the peice that is missing is >>> the >>> password of the machine account. >>> >>> Is it possible foor user root to extract that password in clear text >>> from the secrets database where winbind has stored it? >>> >>> /var/lig/samba/private/secrets.tdb? seems to contain the info and >>> tdbdump can output it, but some more decoding is needed before it >>&g...
2017 Jan 10
2
ntfs-3g data deduplication support in guestmount for creating file based back-ups on visualization platform
...ck-ups of the files on a visualisation platform. I been trying to get read access to ntfs volumes with data deduplication working. The ntfs-3g guys developed some support and I have this working when using the commands our back-up servers. However when using the guestmount tool the read suport foor dedub is gone. See this email for all the commands I use (working mount -t ntfs and non-working guestmount commands). https://sourceforge.net/p/ntfs-3g/mailman/message/35595392/ How can I see what version of ntfs-3g is used in guestmount and if it is using the /usr/lib/x86_64-linux-gnu/ntfs-3g...
2023 Oct 23
1
Retrieve winbind machine password
...t; I am currently looking into enterprise wifi with the machine >>>> account. I >>>> did find some clues on the internet but the peice that is missing >>>> is the >>>> password of the machine account. >>>> >>>> Is it possible foor user root to extract that password in clear text >>>> from the secrets database where winbind has stored it? >>>> >>>> /var/lig/samba/private/secrets.tdb? seems to contain the info and >>>> tdbdump can output it, but some more decoding is needed befor...
2002 Dec 10
2
[Bug 454] SSH doesn't consider distinguish ports for host-key verification
http://bugzilla.mindrot.org/show_bug.cgi?id=454 ------- Additional Comments From markus at openbsd.org 2002-12-10 20:14 ------- hm, i think about adding ManglePort=yes to the options. This option will create Hostkeyaliases on the fly if the port is != 22, and use 'foor.bar.com at portXXX' as an alias. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2007 Dec 19
0
problems chanskype on ubuntu gutsy
...vcs.ko': -1 Unknown symbol in module In dmesg I find: [3123904.331682] ivcs: Unknown symbol malloc_sizes My searches on google don't give me any usefull result. Has someone any id or suggestions? I'm using the latest version of chanskype available on their website. there is only a bin foor ubunut 6.x. Thanks in advance, kr -Peter -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20071219/c53ebd06...
2001 Mar 27
0
SOLVED! (sort off) root password change
In addition to my last two messages about Samba updating the password foor root when unix sync is desired: I have found out the cause of this password change thing. With the parm "passwd chat debug = Yes" and "log level = 100" When I look in the logs while changing the password with unix sync, the following happens: [2001/03/27 09:34:20, 10, effecti...
2017 Jan 16
0
Re: ntfs-3g data deduplication support in guestmount for creating file based back-ups on visualization platform
...ix filesystem). In fact I thought it was a feature of the block layer rather than the filesystem. But anyway ... > The ntfs-3g guys developed some support and I have this working when > using the commands our back-up servers. > > However when using the guestmount tool the read suport foor dedub is gone. This is maybe not especially surprising. A lot of layers have to work correctly in order for a feature to be passed through guestmount. You've got (at least) kernel+FUSE on the host side (for guestmount), the libguestfs API, the appliance kernel, and ntfs-3g in the appliance....
2007 Oct 15
2
Error: net_connect(/var/run/dovecot/auth-master) failed: Resource temporarily unavailable
I'm using deliver (1.0.5) with Postfix (2.1.6). I made a test for a few minutes in a moderated busy server. While most mails was delivered, a lot of them failed with this error: deliver(userfoo): Oct 15 09:58:31 Error: net_connect(/var/run/dovecot/auth-master) failed: Resource temporarily unavailable Sounds to me something like not enough auth-master to answer every concurrent deliver. Any