search for: thay

Displaying 20 results from an estimated 72 matches for "thay".

Did you mean: that
2004 Nov 16
3
deleting a file
...ake the code compatible for Linux/Windows and Macs. In Linux I would issue the command system('rm paste(path,'filename',sep='')') and this works just fine. It does not however work for windows, and I have no idea whether it would work on a mac. Is there a single command thay escapes me? Best Wishes Roger Gill
2006 Feb 23
2
Strange p-level for the fixed effect with lme function
...Value Std.Error DF t-value p-value (Intercept) 6.608252 0.05100954 659 129.54935 0.0000 F2 -0.008679 0.00616191 659 -1.40855 0.1594 MI 0.009476 0.00258605 659 3.66420 0.0003 As you can see, in exp1 p-levels for the model and for the fixed effects are the same, as thay should be, as far as I know. Yet, in exp2 there is significant p for F2 in the model, but insignificant regarding F2 as fixed factor. How is it possible? I have ran many linear models and those two values correspond (or are the same). Anyway, how can it be to have insignificant effect that is signi...
2007 Mar 02
1
Some question about "auth default", "auth default_with_listener" and others
Hello, Trying to set in dovecot.conf more than one auth section found that imap and pop3 auth process use bose of them. Loooks like thay do in round-robin way or maybe another way. Example of config: auth default { mechanisms = plain passdb sql { args = /usr/local/etc/dovecot-mysql.conf...
2003 Jul 14
1
I am not found som data frames
...I need to some data frames in version 1.7.0 such as "florida","Barley","rainforest" and some others. I don't know these data frames are in which library. I typed "data(package = .packages(all.available = TRUE))" that was in "data()" command, but thay were not available again. please say me how I can found them. thanks very very much. bye.
2010 Mar 28
1
Fwd: col.axis
...ed a help in the following code. I could not find any hint at the help files m <- c( 58, 47, 51, 57, 48) plot(1:5, m, pch=19, col=1:5, axes=FALSE) axis(1, at=1:length(m), labels=LETTERS[1:5], col.axis=2) The labels A B C D E appear in this case with the red color. What I really want is that thay get the same color as the circles, but if I try the line axis(1, at=1:length(m), labels=LETTERS[1:5], col.axis=1:5) I get the message " the graphic parameter "col.axis" has the wrong length". Is there any way to circumvent it? Thank you very much Enio Jelihovschi UESC, Brasil...
2010 May 24
1
Dovecot public folders subscription
Good day! First sorry my English. I have shared IMAP folders (public namespace). How I can use separate files "subscriptions" for each users? -- View this message in context: http://old.nabble.com/Dovecot-public-folders-subscription-tp28654540p28654540.html Sent from the Dovecot mailing list archive at Nabble.com.
2004 Jun 23
0
IPP2P: Simular project l7-filter.
http://sourceforge.net/projects/l7-filter/ Providse and posibly replaces your project. Thay use regex(in kernel space) to filter packets in much the same way you do. How ever regex is not going into the kernel! Here is a mail that describes the situation. http://lists.debian.org/debian-firewall/2004/02/msg00051.html Hopefully the l7 ppl will FINALY get a copy, now that I know thay didn&...
2005 Jun 21
4
Grandstream 100 pricing question
Hi All, I can get Grandstream 100 SIP phones for EUR 75. I'm not sure about the pricing for these in Europe, so I'd like to hear from people here whether that is a reasonable price for them? TIA & BRgds -- Francesco Peeters ---- GPG Key = AA69 E7C6 1D8A F148 160C D5C4 9943 6E38 D5E3 7704 If your program doesn't recognize my signature, please visit
2007 Dec 27
1
questions about plot.zoo
...he grid lines cover up the lines of data when they cross each other. Does anyone know if it is possible to specify the order of lines on a chart, i.e., something like the z-index, so that the grid lines are behind the data lines? If not, then what would be the proper way of adding gridlines so that thay are consistent with the major and minor tick marks? Thanks! -- Tom [[alternative HTML version deleted]]
2014 Nov 23
2
R string comparisons may vary with platform (plain text)
...source code myself. >>> >>> Looks like a collation order issue. See ?Comparison. >> >> With the oddity that both platforms use what look like similar locales: >> >> LC_COLLATE=en_US.UTF-8 >> LC_COLLATE=en_US.utf8 > > It's the sort of thing thay I've tried to wrap my mind around multiple times and failed, but have a look at > > http://stackoverflow.com/questions/19967555/postgres-collation-differences-osx-v-ubuntu > > which seems to be essentially the same issue, just for Postgres. If you have the stamina, also look into th...
2003 Feb 10
2
HP Deskjet drivers, Samba and Cups
...Deskjet or HP Deskjet plus driver in black and white but if I use the actual 920C driver (Or any other DJ ***C driver for that matter) the print jobs appear to spool but never arrive at the printer. You see a file being generated in the Samba and Cups spool directory but in the Cups spool directory thay appear briefly and then vanish, for jobs that do make it to the printer the file is present for longer as the printer loads the file. I can only assume this is a problem with Samba or Cups with HP desklet drivers? Has anyone else seen this? Any Idea? Thanks Nick Gale
2005 Jun 12
8
proxy_arp: Permission denied
Dear All, I have a problem to start Shorewall on a Debian 1.3 Linux box. Here is some info: Output of ''/sbin/shorewall trace start 2> /tmp/trace'' is in the attachment. Shorewall version: 2.2.3 Output of ''ip addr show'': 1: lo: <LOOPBACK,UP> mtu 16436 qdisc noqueue link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 2: bond0:
2009 May 28
2
Buying a graphics card for Wine: ATI vs nVidia
...s, Red Alert II (which is really slow) and want to play Generals (too slow to be playable on the Intel card) and maybe Red Alert 3. (I would also be upgrading to enough RAM (8GB) to run OpenGL applications under VirtualBox if neccesary) I know that nVidia cards are working quite well with Wine. Do thay experience many problems? (I saw quite a few issues caused be certain driver version being discussed on the list recently) How well is ATI cards working for older games? I know that the first response here seem to be "get a nVidia", but that seem to be the general response for Intel card...
2013 Mar 15
5
link_to should have its body and url arguments reversed
I think the link_to helper method is quite confusing with its arguments order: link_to body, url link_to "Click me", @person Why is it thay way round? I want to make a "link to [the] person", so I would expect the order to be: link_to @person, "Click me" It reads much more natural. You don''t "link to [the] body", you "link to [the] url". So the order schould be link_to url,...
2023 Jun 23
2
PAM Offline Authentication in Ubuntu 22.04
...> > >> I still think that dns has a place in this somewhere, I have an >> /etc/hosts file that looks like this: > > I'm still using my 'old' DNS and DHCP setup, and DHCP server does not assign > the AD domain to client (for windows cliend it is not needed: thay have the > AD domain dns suffix as predefined by default, after joined). I was using the dhcp server on my router and this was either sending no dns domain or the wrong one. I have now set up a new dhcp server on one of my DC's and this is sending the correct domain information. > &g...
2014 Nov 23
2
R string comparisons may vary with platform (plain text)
On Sat, Nov 22, 2014 at 12:42 PM, Duncan Murdoch <murdoch.duncan at gmail.com> wrote: > On 22/11/2014, 2:59 PM, Stuart Ambler wrote: >> A colleague?s R program behaved differently when I ran it, and we thought >> we traced it probably to different results from string comparisons as >> below, with different R versions. However the platforms also differed. A >>
2009 Sep 03
3
Rdonlp2 package question
Previous versions have this question have partially bounced. I apologize if parts of this are showing up multiple times on the list. Another try ... There was at one time an R package called Rdonlp2 for solving constrained nonlinear programming problems. Both the objective function and the constraints could be nonlinear in the decision variables. The package is no longer in the CRAN list.
2010 Jul 09
14
How many more RCs are you planning before wine-1.2?
Hello again. Question as in topic. Thanks in advance.
2016 Nov 16
3
Clients can't write to group-writable files - plea for help
...x file? These come from the current uid/gid of the process - constructed here: ", effective(%u, %u), real(%u, %u)", (unsigned int)geteuid(), (unsigned int)getegid(), (unsigned int)getuid(), (unsigned int)getgid()); Thay line tells you that pid 28398 is currently running with an effective uid of2310, and an effective gid of 2049. They are the values that will be used to check file access.
2003 Dec 01
10
PREPAID APPLECATION
I would like to release prepaid application. But I have a small problem, we are using their Cisco prompts (nice lady voice) And I do not know if it is ok to release it. Bart -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031201/db22d880/attachment.htm