search for: corse

Displaying 20 results from an estimated 20 matches for "corse".

Did you mean: core
2002 Jan 15
1
acf conf intervals +speed
...estion for how to replace the other loops below? Thanks initc<-function(x,y){ n<-min(length(x),length(y)) # -- Demean -- @ xm<-x-mean(x) ym<-y-mean(y) # -- Cross Products -- @ a<-xm*ym b<-xm*xm c<-ym*ym cx0<-mean(b) cy0<-mean(c) list(cx0=cx0,cy0=cy0) } corse<-function(x,y,cx0,cy0,mix=1){ # FROM code by stock and watson from HOM paper #corse.prc # 10/28/97, mww # Compute Correlation between x and y # Also compute se of estimated cor using # HAC-Delta Method Calculation n<-min(length(x),length(y)) # -- Demean -- @ xm<-x-mean(x) y...
2011 Feb 17
0
DSN: failed (Delivery reports about your e-mail)
This is a Delivery Status Notification (DSN). I was unable to deliver your message to vous@corse.tk. I said RCPT TO:<vous@corse.tk> And they gave me the error; 554 5.1.2 <vous@corse.tk>: Recipient address rejected: Bad destination system address _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.c...
2018 Dec 04
2
Bastion server
...has its own audit functions, providing an unalterable audit trail of all the sessions it has authorized. The audit log includes a multi-criteria search engine which facilitates searches within script and session metadata and has the capability to fully replay sessions for further review. . And of corse log activity users For me, In resume I want : 1. One acces point to all my servers 2. log activity user (login with active directory) Regard's Le lun. 3 d?c. 2018 ? 18:24, Gordon Messmer <gordon.messmer at gmail.com> a ?crit : > On 12/2/18 11:34 AM, Ilyass Kaouam wrote: > >...
2008 Jan 17
2
SIP Proxy Issues
...I've been playing around with most recently is: [voipexten] auth=00575000010XXXX:00575000010XXXX at las-obproxy.voipzone.us username=00575000010XXXX secret=00575000010XXXX fromdomain=directnationalloan.com type=peer qualify=yes insecure=port,invite outboundproxy=las-obproxy.voipzone.us But of corse that doesn't work. Maybe someone here has an idea. -- /Nick -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080117/77246474/attachment.htm
2001 Sep 11
2
Differential Equations Using R?
...ally based. For the most part the students will be using R for analysis. The problem is there will be some simple differential equations for the students to solve. The committee that in charge of the classes corriculam would like only to have to use one software package "R" for the entire corse. Thus the students will not have to learn another platform in order to solve differential equations. I have been nominated to find out if there exists such a program for "R". Hence the question: Does there exist a program, which has been written for R, where differential equations can be...
2003 Jun 02
4
quick poppassd question
Hello, I did a quick change to the patched port of poppassd and am wondering if you think my code would introduce any potential problems. The idea is right after we check if the username exists, also check if the UID of that username is over 1000. I wanted to make sure that no one monkeys around with priveleged users once poppassd is running. So, the middle chunk of code is mine, everything
2004 Nov 18
4
adjusting the map of France to 1830
...ns with the same ID. Is there some way I can do this in R? Here's what I did in SAS: *-- Fix the map of France to conform to Guerry: - adjust the 97 current departments to correspond to the 86 in 1830 - delete those not part of France then ; data gfrtemp; set maps.france; /* Corse was one dept - merge these to one area, new ID */ if id in (201, 202) then dept=200; /* Seine et Oise (78) was cut into Essonne (91), Val d'Oise (95) and Yvelines (78) */ else if id in (91, 95) then dept=78; /* Seine (75) now split into Hauts-de-Seine (92), Seine...
2018 Dec 04
0
Bastion server
Am 04.12.2018 um 09:21 schrieb Ilyass Kaouam: > . And of corse log activity users > > For me, In resume I want : > 1. One acces point to all my servers > 2. log activity user (login with active directory) > > Regard's Look at FreeIPA and KeyCloak. Maybe those tools do most of what you like to get. In addition configure the auditd ser...
2008 Jan 17
0
balancing domu CPUs on dom0
...1. I would like guests belonging to group1 to use not more than 3 cores. So that if something bad happens group1 does not affect machines in group0. Is it possible to do in some way ? The CPU Resource assigned to a domU is 1 as minimum, and I would like all of my 10 machiens not to use more than 3 corse or CPUs. Is it possible to configure this on Xen3.1 ? I am runing actually Xen 3.1 Is it possible in some way to do this in the commercial version of Xen ? thanks Rick _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com...
2005 Mar 05
1
SAY DIGITS problem
Hi, I have a problem using AGI cmd "SAY DIGITS". For some reason I cannot here any thing when the script got executed. However if I use the cmd "SAY NUMBER" I can here * reading the number fine. I am running asterisk-1.0.6 and below is my PHP script. Help please. - Natt #!/usr/bin/php -q <?php ob_implicit_flush(true); set_time_limit(10); /*
2004 Oct 08
0
user interface and documentation of setIs and setAs, some suggestions (S4).
..._to_ and so the arguments in all this functions are named. Its much more consistent. I would also suggest to replace the keyword _def_ in the setAs function by _coerce_ as it is in the setIs function. I thinke it will be nicer if bot methods will have a unified user interface if possible. Of corse it may be that this is not possible for reasons not known to me. In this case sorry. /E -- Dipl. bio-chem. Witold Eryk Wolski MPI-Moleculare Genetic Ihnestrasse 63-73 14195 Berlin _ tel: 0049-30-83875219 __("< 'v' http://www.molgen.mpg....
2005 May 13
0
New shaping program - ist-shaper
...-p tcp --source-port https Rule = -p tcp --destination-port https Rule = -p tcp --source-port pop3s Rule = -p tcp --destination-port pop3s Rule = -p tcp --source-port smtp Rule = -p tcp --destination-port smtp </Class> # all of the rest.... (of corse you could add more classes, look for them in # complex.conf example) # This class is default one (See line above defining "Default"), it is not # defined in iptables, used only in tc. <Class 30> Rate = 32Kbit Prio = 3 </Class> </Device&gt...
2009 Feb 13
2
Fwd: Manager Interface Originate (ASYNC) - How to get the Originate Status
Dear All, I am originating the call directly to the SIP Provider using the maganger interface + originate (ASYNC) command. Here is the PHP-AGI Script. $call = $asm->send_request('Originate', array('Channel'=>"SIP/416XXXXXXX at ABC/n", 'Context'=>'ORIG',
2006 Jul 25
3
problem in Route add using netlink
Hi all Iam trying to implement "route add " using netlink. The changes are not reflected in the routing table. I have given my code and screen shots of the routing tables. Can anybody tell me is there any mistake iam making in defining the fields . or any other mistake iam commiting thanxs viji //////////////////////////////////// CODE
2001 Feb 27
2
Cascading?
During the interesting interview that binaryfreedom has made with Monty and Jack, Monty mentions cascading, a feature that will be added, quote: "Cascading is the ability to make multiple passes through the frequency spectrum, iteratively filling in more detail, like a progressive jpeg". What are the advantages of something like this - does this generally improves quality or is it used
2018 Dec 02
3
Bastion server
Hi, Thank you for your reply Ch?re mort d?tails About wallix https://www.wallix.com/en/ Cdt Ilyass KAOUAM SysAdmin Le dim. 2 d?c. 2018 ? 18:44, Gordon Messmer <gordon.messmer at gmail.com> a ?crit : > On 12/1/18 3:00 PM, Ilyass Kaouam wrote: > > Please can you give me an equivalent off Wallix but open source? > > > I didn't find a detailed description of what
2016 Oct 13
2
GitHub Survey?
> On Oct 13, 2016, at 11:56 AM, Renato Golin <renato.golin at linaro.org> wrote: > > Hi Duncan, > > I don't understand your concerns. > > First, the choice between sub-modules and mono-repo has been put > forward as the only two choices because people felt that, if we let it > open, we'd have too many different implementation details and we'd >
2016 Oct 13
2
GitHub Survey?
.../docs/Proposals/GitHubMove.html#monorepo-variant> "Tooling based on git grep works natively across sub-projects, allowing to easier …” > As I said to Chris L. before, we can have a complete survey that will > take a lot of time to answer and will give us wonderful data over the > corse of months, and we can have a quick survey to feed the BoF > discussion, but we can't have both. Right, it seems we agree on the goal. All of my feedback is oriented toward it. >>>> 7. Single-commit cross-project refactoring designs away a class of build failures and simplifies...
2000 Jun 03
5
Monty on holiday
Hi folks, My wife and I are taking a long weekend to celibrate our anniversary. I won't be around again until Wednesday to answer email or do anything else on Vorbis. Yeah, I know, I usually answer my email once a month anyway (so likely no one would notice me being gone), but just so folks know if anything really juicy comes up :-) I'll be merging my latest branch with mainline
2003 Jun 17
11
New Module app_perl
...and populate a shared data object and use another to run in a loop and pass the altered data back to asterisk and relaunch every 1 min or so. And of core all this stuff can be used to horribly crash the program. The function can return as many commands as it wants but of corse several goto or other such nonsense may not be too smart. The functions startup() and shutdown() are called respectively on load and unload of the module allowing you to create on the fly contexts and configuration by looking up data from a database,more files etc....