search for: origi

Displaying 17 results from an estimated 17 matches for "origi".

Did you mean: orig
2004 Mar 19
1
cor.test() -> p-values may be incorrect due to tie
Hi R specialists, When testing the association between two time series the cor.test gives the following message...-> p-values may be incorrect due to tie What does it mean? (it is not described in the help) Thankx, Jan > cor.test(Origi[,1],Origi[,2], alternative = c("two.sided"),method = c("spearman"), conf.level = 0.95) Spearman's rank correlation rho data: Origi[, 1] and Origi[, 2] S = 101457, p-value = < 2.2e-16 alternative hypothesis: true rho is not equal to 0 sample estimates: r...
2004 Mar 20
2
labels on axis(4) and adaptation of legend to size of the plot
Hi weekend R helpers, *Is it possible to get a ylabel on the right hand side axis ==> axis(4)? Thankx, Jan opar <- par(mfrow = c(2,1)) plot(ts.Origi[,1],ylab='NDII', main=name) # Add the legend text in the right order legend.txt <- c("NDII", "Inverse KBDI") legend(2001.8,0.29, legend.txt,col=c(1,2), lty=1) par(new=T) plot(ts.Origi[,2], yaxt="n",...
2009 Feb 19
1
how to make the figure more clearly
Dear all when i draw some figures by R, i try to use "jpeg" to display my result. However, it isn't still clear as i want. Especially when i compare the origial figures by R and the ".jpeg" file the code is follwed jpeg(filename=....,width = 1200, height = 800, pointsize = 14) .............. dev.off() so, how can i make the figure more clearly? Or should I change the other way to show off my figures? Sincerely
2016 Jun 17
2
https and self signed
On 17.06.2016 16:27, ????????? ???????? wrote: > Walter H. ????? 2016-06-16 22:54: >> On 16.06.2016 21:42, ????????? ???????? wrote: >>> >>> I don't think OCSP is critical for free certificates suitable for >>> small businesses and personal sites. >>> >> this is philosophy; >> >> I'd say when you do it then do it good, else
2005 Jan 28
1
printing Problems in Samba 3.0.10
Hi all, we are using Samba for a year in our departement. It replaced a dedicated win2k-server for printer and file sharing. We are quite happy with it, but we have still some problems. Does anyone of you know solutions to this: 1. We are using HP Laserjet 4300 in our departement. Driver ( origial PS drivers from HP website) installation was successfull and basic functionality works, but some features like collate and n-up are missing on the options panels of the driver. We tested these drivers on a Windows server before, and there they hadd these options. 2. From time to time our samba se...
2017 Jan 18
2
Weak symbol/alias semantics
...t "The rule > should > > be that the alias to aliasee link is never broken", unless that is just > > referring to the case I mentioned just above about when they are both in > > comdats. > > In the above example the "link/connection" is not broken. The original > @x and @y still refer to the same data, it is just that neither is used > in the final linked object. > Ok, thanks. But how does that property work the strongalias case from the original email. E.g.: @f = weak global ... @strongalias = alias @f What we had concluded was that it sho...
2016 Jun 17
0
https and self signed
...CSP stapling has been developed for a number of reasons including user privacy concerns and I find those reasons quite convincing. The need to revoke an issued certificate before its expiration date is rare. CA error, transfer of the domain ownership, loss of a private key... What else? Yet the origial OCSP implementation gives the interested third parties the ability to track browsing habits of unsuspecting visitors of the sites which do not implement OCSP stapling. This is not to mention much higher traffic the CAs will have to shoulder with the proliferation of secure sites.
2011 Aug 16
3
Text wrap
Hi everyone. I have a long label that I would like to split. I found that I could use "strwrap" for simple text. However, this is not working with this label: str = expression(paste("< 20 ?m phytoplankton ","(cells ? ",mL^-1,")")) plot(...., ylab = strwrap(str,20),...) I suspect this is because I'm using "expression" for form my label.
2009 Dec 06
2
How do i translate the old default_mail_env setting?
Hi, First, I am new to dovecot. Before my Jan '08 meltdown, sendmail was sufficient. A friend set up dovecot and since things just-worked, I was happy with that. Now I have a new mailserver and what was installed nearly two years ago fails. My pal installed things in dovecot.conf this way: default_mail_env = maildir:~/Maildir but the new mail environment is too different to be
2016 May 02
2
[Announce] Samba 4.4.3 Available for Download ( DebianJessie DEBs amd64 )
...mba for the missing files, get these sources also and check build-dep. Build them, add them to local repo, apt-update Now again : apt-get build-dep samba And you are ready to build samba. I do change the changelog in debian/ folder. I added "-lvb1" to it so it wont conflict with the origial debian packages. If you need more info, just let me know. Greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens Oliver Rath > Verzonden: maandag 2 mei 2016 12:29 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba...
2009 Apr 24
2
listen to prompt before bridging call.
Hi, Can someone please help to resolve the followinng issue: We would like an asterisk user to call a number and when the called party picks up the phone, we play a message (press 1 to accept call, 2 to reject call). Only when the called party presses "1", do we bridge the call and the two parties can communicate. What we would like though is that the person who makes the call be able
2016 Jun 17
2
https and self signed
...s quite convincing. the primary reason was to prevent problems for connection problems - or whatever problems - in connection with the OCSP > The need to revoke an issued certificate before its expiration date is > rare. maybe; but Heartbleed showed us something different ...; > Yet the origial OCSP implementation gives the interested third parties > the ability to track browsing habits of unsuspecting visitors of the > sites which do not implement OCSP stapling. This is not to mention > much higher traffic the CAs will have to shoulder with the > proliferation of secure...
2005 Feb 01
11
load balancing 20 asterisk servers
I've read several other emails and pages on the wiki but none give any deffinate answers. if you have 20 asterisk servers each with 4 pri's, all running RealTime Extensions and RealTime SIPBuddies from the same MySQL server, what prevents you from putting all 20 servers behind a single load balancer? That way all of your UA's can use the same IP to register to; vs maintaining which
2006 Apr 01
2
Newbie question - sip.conf incoming contexts
Hello! I've been struggling with the documentation for months on this simple subject... I still have not been able to get this concept down... I have 3 sip accounts (PSTN DID's) that come into my asterisk box and give me phone service from my itsp via SIP. I for the life of me have not been able to figure out how to get them to come in to 3 seperate contexts! This must be simple but I
2016 May 02
3
[Announce] Samba 4.4.3 Available for Download
====================================================== "I read part of it all the way through." Samuel Goldwyn ====================================================== Release Announcements --------------------- This is the latest stable release of Samba 4.4. This release fixes some regressions introduced by the last security fixes. Please see bug
2016 May 02
3
[Announce] Samba 4.4.3 Available for Download
====================================================== "I read part of it all the way through." Samuel Goldwyn ====================================================== Release Announcements --------------------- This is the latest stable release of Samba 4.4. This release fixes some regressions introduced by the last security fixes. Please see bug
2003 Dec 01
0
No subject
...e to "correct" me. Tell me again how the file doesn't get changed, the directory gets changed. Enlighten me on the intricacies of UNIX and POSIX-compliance. I'll say again that if I can read a file that I'm not alowwed to write to, save it under a different name, delete the original file and rename my new file to the original, then I have just written to a file that I don't have permission to write to. (There... you may not agree with me, but I feel better getting THAT off my chest...) Regards, Tim Return-Path: <twunder@iwmail.com> Delivered-To: samba@lists...