search for: accor

Displaying 20 results from an estimated 26 matches for "accor".

Did you mean: acco
2012 Nov 17
4
survfit & number of variables != number of variable names
This works ok: > cox = coxph(surv ~ bucket*(today + accor + both) + activity, data = data) > fit = survfit(cox, newdata=data[1:100,]) but using strata leads to problems: > cox.s = coxph(surv ~ bucket*(today + accor + both) + strata(activity), > data = data) > fit.s = survfit(cox.s, newdata=data[1:100,]) Error in model.frame.default(data =...
2007 Mar 15
2
Monitoring pkg to monitor router
...incoming and outgoing traffice. It does not say wherther is TCP or UDP or ICMP. It just shows in and out.That's it. But, I want to monitor this router ? Can you tell me a good pkg for it ? router has a snmp commiunity password . Ido not know it. My ISP does not give it either. Can you help me accoring to my condition soon? -- Thank you Indunil Jayasooriya -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20070315/d5ca7dc7/attachment.html>
2007 May 30
2
Regarding mismatch in data rates of speex codec
Hi all, Accoring to the Table.8.1 and Table.8.2 of speex manual (Version 1.2 Beta 2), the data rates supported by speex codec for narrowband are 3.95, 5,95 ,8 ,11 ,15 ,18.2 and 24.6kbps. But when I run the code(downloaded from www.speex.org), I am getting data rates of 4,6,8,11.2,15,2,18.4 and 24.8 kbps. That...
2003 Sep 26
2
performance question
Hi, I am about to write functions for multivariate kernel densitiy estimation with mixed categorical and continuous date (accoring to Jeff Racine and Qi Li), and the leave-one-out window esitmation needs a lot of computation. I am now optimizing the code performance and therefore fhe following questions: As R uses call-by-value for functions, is it computational expensive to pass large matrices in function arguments? (i.e...
2014 Oct 03
2
[PATCH 5/5]
This patch adds two AVX2 files and adds AVX2 support code into init_stream_internal_() in stream_encoder.c. -------------- next part -------------- A non-text attachment was scrubbed... Name: 05_avx2.zip Type: application/zip Size: 7279 bytes Desc: not available Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20141003/1471b3d6/attachment-0001.zip
2014 Oct 05
1
[PATCH 5/5]
...5.10.2014 10:22, Erik de Castro Lopo wrote: > lvqcl wrote: > >> This patch adds two AVX2 files and adds AVX2 support code into >> init_stream_internal_() in stream_encoder.c. > Ste of 5 patches all applied. Thanks > > I did run this on my machine with 4 i5-4440 cores wich accoring to /proc/cpu > has svx2 support. However I'm not sure if flac was actually using the AVX2 > code. > I see 18.6% speed boost with my 16-bit multi-genre test set.
2003 Aug 04
1
Samba3+KBC
..., Linux box(now on SuSE8.2). I get(kinit) a ticket of the Win2003 without any problem, even for admin users. But If I try to connect via smbclient(pam is set and configured, the option -k doesn't change anything) from the Linux to the Win2003 I get a NT_STATUS_MORE_PROCESSING_REQUIRED (and yes, accoring to the changes from beta2 to beta3 I think I _have_ a valid ticket). In Effect, I want every user to acces its shares on the old linux box like before but authenticated via the Win2003. Does anybody know what I'm doing wrong? Thank you, jan
2004 Jul 02
2
file size and actually blocks do not match
I have a disk where serveral files have a file size that is much bigger then the space they actually use. THe file size is bogus. In the example below, the size is reported as 4.2MB but the file is really supposed to be on 116K which is true accoring to du and the block list from debugfs. However, doing a 'cat |wc' file actually gives me 4.2MB bytes. Where are those extra bytes coming from since the inode certainly does not have the blocks! Doing a fcsk does not fix the situation as shown below. This is on a RH7.3 machine running...
2007 Mar 26
2
How to limit a user to access a few sites.
...nal ip_user %SRC %LOGIN %DST http_access deny !ncsa_users http_access deny !ip_users http_access allow ip_users http_access allow ncsa_users my ip.conf file is like this. [root at worldnet squid]# cat /etc/squid/ip.conf 192.168.101.25 indunil .google.com .bbc.com .cnn.com 192.168.101.90 www90 Accoring to the above file, User indunil with ip address 192.168.101.25 has access to google.com,bbc.com and cnn.com. But the user indunil still has access to all the sites. How can I solve this? -- Thank you Indunil Jayasooriya -------------- next part -------------- An HTML attachment was scrubbed....
2010 Aug 24
4
OT: redhat training and RHES6
Greetings. I am planning on getting my RHCE in the near future. I thinking I should wait until 6 comes out before proceeding. That being said, I don't want to wait past the end of this year. That being said, do you all have any information about how long it takes for their training platform to catch up to their release? Which is to say, if RHES 6 is released on day 1, at what point
1999 Mar 16
4
I need to see filename in upercase
Because, a bug in a sofware, I need to see (on a NT box) the name of files in upercase. The files are writen by a buggy UNIX process in lowercase. Any one have idea ? Didier JANNE Janne@securite.org
2000 Sep 28
2
Re: [R] Nothing can be pasted...
...EXT "." ## SHLIBEXT > > I'm not too familiar with C programming, but if ## SHLIBEXT > is meant as a comment, shouldn't it be surrounded by /* */? A bit more on this. I understood from PD's recent post that RH7.0 uses gcc 2.96, even though that is not yet released accoring to the gcc site (gcc.gnu.org) has as NEWS for Sept 11, 2000: Neil Booth has contributed a new lexer and macro-expander for the C preprocessor. The lexer makes a single pass over the source files, whereas previously it made two. The macro expander works without re-scanning for nested...
2014 Oct 05
0
[PATCH 5/5]
lvqcl wrote: > This patch adds two AVX2 files and adds AVX2 support code into > init_stream_internal_() in stream_encoder.c. Ste of 5 patches all applied. Thanks I did run this on my machine with 4 i5-4440 cores wich accoring to /proc/cpu has svx2 support. However I'm not sure if flac was actually using the AVX2 code. Cheers, Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
2006 May 03
0
Newbie Help
...AR(100) NOT NULL DEFAULT '''', `state` CHAR(2) NOT NULL DEFAULT '''', `zip` VARCHAR(10) NOT NULL DEFAULT '''', `open` BOOLEAN NOT NULL DEFAULT 0, PRIMARY KEY(`id`) ) ENGINE = InnoDB CHARACTER SET utf8; This on Mac OSX. I set up Ruby and Rails accoring to this: http://hivelogic.com/articles/2005/12/01/ruby_rails_lighttpd_mysql_tiger -- Posted via http://www.ruby-forum.com/.
2006 Jan 11
2
Creating a DB in the schema import process
I''ve got a bunch of table creations in the schema.rb file and all is well. However, I have to manually go and create the db first. Is there a way (something like a create_database method) to get this to work? (execute "create database ..." didn''t seem to cut it either.) _______________________ Brad Eck Sr. Software Engineer Pelco 3500 Pelco Way Clovis, CA 93612
1999 Mar 15
0
Domain logon problems
I have samba correctly setup to share resources between my linux box and my win98 clients (The encrypted passwording disabled accoringly). I tried to configure it for domain logons with my win98 clients, by enabling WINS server, domain logons, and master browser in the smb.conf. When I login on my win98 machine, I get an error saying that the password is incorrect (which it isn't) or the server has denied my access. I...
2006 May 04
9
Help: wrong number of arguments (0 for 1)
...AR(100) NOT NULL DEFAULT '''', `state` CHAR(2) NOT NULL DEFAULT '''', `zip` VARCHAR(10) NOT NULL DEFAULT '''', `open` BOOLEAN NOT NULL DEFAULT 0, PRIMARY KEY(`id`) ) ENGINE = InnoDB CHARACTER SET utf8; This on Mac OSX. I set up Ruby and Rails accoring to this: http://hivelogic.com/articles/2005/12/01/ruby_rails_lighttpd_mysql_tiger -- Posted via http://www.ruby-forum.com/.
2005 Oct 09
1
Can't see Samba Server from Win2k
I've read other posts on this, but can't figure out what I'm doing wrong. I have Suse 8.0, Samba 2.2.3a, and Win2k. Win2k Setup: workgroup = HOME_NET Host Name = Copernicus IP : 192.168.0.7 Subnet : 255.255.255.0 Def Gateway: 192.168.0.1 smb.conf (comments removed): ======================================================= [global] workgroup = HOME_NET netbios name = gallileo
2004 Jan 19
2
w2k/XP won't join samba pdc
Hi I'm sure this must have come up before - if so I apologise. I have googled, read HOWTOs FAQ and numerous personal accounts on how to configure samba as a PDC but to no avail - neither w2k nor XP will join the domain. NT4 Workstation and Win9x I have working fine - where have I gone wrong ? Linux SETUP: RedHat 7.3, samba-2.2.7-3.7.3 (upgraded from 2.2.3a) Win2k SETUP: Win 2000 Pro,
1999 Jul 22
4
Shares are comming and going
Hia, I have a problem using the %G parameter. At the end if my smb.conf file I have something like: include = \etc\smb.conf.%G At this way I hoped that according the the group, I can load a configuration file accoring the the users group. Instead that a 'smb.conf.it' group is loaded, a samba tries to load 'smb.conf.nogroup' (guest account is uid=nobody gid=nogroup) WHat I did was that I added the file 'smb.conf.nogroup' with...