search for: independend

Displaying 20 results from an estimated 48 matches for "independend".

Did you mean: independent
2003 Sep 18
1
2 time dependend states and probability transition matrix
Hi, have got anybody experience or a starting point for me, how i can program a function which calculate me a probability transition matrix with a data.frame and two states. I have some independend variable and a class variable for two states - in example one from Jan2003 and the same variables from June2003. Now i would like to calculate the probability that PERSON X change from classA to classB between this time-period dependend from the independend variables. Until now i think about...
2003 Nov 01
4
Beginner: Homogenity of Variances
Hello, for my meta-analysis I try to test if two varainces are equal without using the raw scores. I have is the SD's, N's and the Means. I want to test the variances from dependent and independend samples. I assume I can use the var.test procedure for the independent samples, but what about the dependent samples ? Has anyone an idea how to realise this with R ? Thanks in advance Markus
2003 Jul 21
2
silent file truncation on ext3 with linux quota v0
...n quotas (from the -ac kernel series and maybe latest 2.4-marcelo's-pre). I'm not asking for support of network drives size set to quotas. A "dfree command" can easily do that. BTW: What's the status of quota support in Samba 3? What I really want are quotas per samba share, independend of the OS. Thank you very much. Johannes Nie?
2015 Apr 27
2
Real sh? Or other efficient shell for non-interactive scripts
On Mon, Apr 27, 2015 at 11:41 AM, Warren Young <wyml at etr-usa.com> wrote: > > >>> 4. CDDL annoys a lot of people. >> >> The CDDL does not annoy people, this is just a fairy tale from some OSS enemies. > > The following irritates me, I am a ?people,? and I am not an OSS enemy: > > http://zfsonlinux.org/faq.html#WhatAboutTheLicensingIssue It is
2015 Jan 23
1
LDA input validation
...da two headers ( Return-Path and Delivered-To ). > Then dovecot-lda delivers successfully and the original message > contents are lost. Steffen Kaiser rightly points out: > That's the problem of the used Unix pipe and broken by design. The right > member of the pipe (preline) runs independendly of dspam and recieves no > content via pipe. Why should preline or dovecot-lda believe there is an > error? [... and suggests a wrapper script that aborts delivery on empty > dspam output.] I'm not sure if it's appropriate under your circumstances, but you can also pass stderr t...
2013 Jul 17
0
[LLVMdev] [Proposal] Parallelize post-IPO stage.
...ang <shuxin.llvm at gmail.com> wrote: > 3. How to parallelize post-IPO stage > ==================================== > > From 5k' high, the concept is very simple, just to > step 1).divide the merged IR into small pieces, > step 2).and compile each of this pieces independendly. > step 3) the objects of each piece are fed back to linker to are linked > into an executable, or a dynamic lib. You seem to be describing GCC's strategy for whole program optimization (http://gcc.gnu.org/wiki/LinkTimeOptimization). What is a bit confusing in your descr...
2015 Jan 23
2
LDA input validation
Hi, I'm using qmail + dspam + dovecot-lda. A typical .qmail file : | /usr/bin/dspam --client --deliver=stdout --user "$EXT@$USER" | /usr/bin/preline -f /usr/lib/dovecot/dovecot-lda -d "$EXT@$USER" -a "$EXT@$USER" -m "$EXT2" When dspam segfault or is killed, preline receive an empty content and only pass to dovecot-lda two headers ( Return-Path and
2015 Nov 12
1
fallback mount points?
...8:18 PM, Scott Winterstein <0turn1 at gmail.com> wrote: > > You have to setup a fallback type of setup. You have a /live a /stream to handle this in a simple way. I think this is because your trying to stream and encode to the same /mountpoint > > I would even have a totally independendent of each other setup > > /dj01 > /dj02 > /dj03 > /dj04 > > /live > > /stream > > I can help you if needed... > > Scott > > Sehr geehrte Damen und Herren, > > Hallo, > > > Vielen Dank f?r deine/Ihre schnelle R?ckantwort. > &g...
2003 Dec 03
1
Error in randomForest.default(m, y, ...) : negative lengt h vectors are not allowed
...lz Sent: Wednesday, December 03, 2003 9:42 AM To: r-help at stat.math.ethz.ch Subject: [R] Error in randomForest.default(m, y, ...) : negative length vectors are not allowed Hi, what i'm doing wrong? I'm using a data.frame with ~ 90.000 instances and 7 attributes, 5 are binary recoded 1 independend variable are a real one and the target is a real one,too. The distributions are not very skewed in the dummy variables ,but in the real variables are ~ 60.000 zero values instances, but zero means no money is payed and is a important value! Many thanks for help & suggestions, regards,christ...
2015 Apr 27
2
Real sh? Or other efficient shell for non-interactive scripts
On Mon, Apr 27, 2015 at 12:10 PM, Joerg Schilling <Joerg.Schilling at fokus.fraunhofer.de> wrote: > > > If you combine ZFS and Linux, you create a permitted "collective work" and the > GPL cannot extend it's rules to the CDDLd separate and independend work ZFS of > course. Which countries' copyright laws would permit that explicitly even when some of the components' licenses prohibit it? -- Les Mikesell lesmikesell at gmail.com
2013 Jul 17
2
[LLVMdev] [Proposal] Parallelize post-IPO stage.
...m> wrote: > >> 3. How to parallelize post-IPO stage >> ==================================== >> >> From 5k' high, the concept is very simple, just to >> step 1).divide the merged IR into small pieces, >> step 2).and compile each of this pieces independendly. >> step 3) the objects of each piece are fed back to linker to are linked >> into an executable, or a dynamic lib. > You seem to be describing GCC's strategy for whole program > optimization (http://gcc.gnu.org/wiki/LinkTimeOptimization). Hi, Diego: Th...
2016 Feb 29
0
[isocpp-parallel] Proposal for new memory_order_consume definition
...ut cast). Pointer addition and similar transformations involving a blaeh pointer and some integer would still give a blaeh pointer, and hence by default also solve the problem of cancellations. Such marking via types would not solve all problems in an optimal way if you had two overlapping but independend dependency chains (all of them would collapse to one chain and hence made dependend, which still is conservatively correct). OTOH introducing new type qualifiers is a much larger undertaking, so I can understand one wants to avoid this. I think it'd ultimately be clearer, though. Ciao,...
2013 Jul 17
0
[LLVMdev] [Proposal] Parallelize post-IPO stage.
...t;> 3. How to parallelize post-IPO stage >>> ==================================== >>> >>> From 5k' high, the concept is very simple, just to >>> step 1).divide the merged IR into small pieces, >>> step 2).and compile each of this pieces independendly. >>> step 3) the objects of each piece are fed back to linker to are >>> linked >>> into an executable, or a dynamic lib. >> >> You seem to be describing GCC's strategy for whole program >> optimization (http://gcc.gnu.org/wiki/Link...
2015 Nov 11
4
fallback mount points?
hello all. I run a station which uses one primary mount to broadcast from. when DJs are not on air, we want to stream a playlist of music. I have a program taking care of that for us, but now I?m at a standstill. When our automation connects to our primary mount point no DJ can connect to broadcast. So, I?m assuming I need to work something out with a fallback mount point but don?t quite get how
2005 May 24
16
dhcp and shorewall
I want to run dhcp and shorewall on the same computer.It is my gateway and that computer doing NAT for my network.How can I set up shorewall to let only users that get theire static ip address via dhcp, not to let users that had static address.
2015 Apr 27
0
Real sh? Or other efficient shell for non-interactive scripts
...gt; (and for good reason...) but isn't it time to let it go? We had much less problems is the people that use the GPL would understand the GPL. If you combine ZFS and Linux, you create a permitted "collective work" and the GPL cannot extend it's rules to the CDDLd separate and independend work ZFS of course. J?rg -- EMail:joerg at schily.net (home) J?rg Schilling D-13353 Berlin joerg.schilling at fokus.fraunhofer.de (work) Blog: http://schily.blogspot.com/ URL: http://cdrecord.org/private/ http://sourceforge.net/projects/schilytools/files/'
2015 Apr 27
0
Real sh? Or other efficient shell for non-interactive scripts
...: > On Mon, Apr 27, 2015 at 12:10 PM, Joerg Schilling > <Joerg.Schilling at fokus.fraunhofer.de> wrote: > > > > > If you combine ZFS and Linux, you create a permitted "collective work" and the > > GPL cannot extend it's rules to the CDDLd separate and independend work ZFS of > > course. > > Which countries' copyright laws would permit that explicitly even when > some of the components' licenses prohibit it? Fortunately, Europe and the USA declare the same parts of the GPL void, these parts would prevent such a combination. In the US...
2015 Apr 27
1
Real sh? Or other efficient shell for non-interactive scripts
...;> On Mon, Apr 27, 2015 at 12:10 PM, Joerg Schilling >> <Joerg.Schilling at fokus.fraunhofer.de> wrote: >> > > >> > If you combine ZFS and Linux, you create a permitted "collective work" and the GPL cannot extend it's rules to the CDDLd separate and independend >> > work ZFS of course. >> >> Which countries' copyright laws would permit that explicitly even when some of the components' licenses prohibit it? > > Fortunately, Europe and the USA declare the same parts of the GPL void, these parts would prevent such a combina...
2015 Jan 23
0
LDA input validation
...the original message contents are lost. > > Should dovecot-lda returns an error in such conditions ( invalid contents ) ? Qmail will keep it in the queue and retry delivery later. That's the problem of the used Unix pipe and broken by design. The right member of the pipe (preline) runs independendly of dspam and recieves no content via pipe. Why should preline or dovecot-lda believe there is an error? If preline does not have no nifty option to prevent this, replace the pipe by a shell script: | /usr/local/bin/dspam-lda-wrapper.sh "$EXT@$USER" "$EXT2" ===== /usr/loc...
2015 Nov 12
0
fallback mount points?
You have to setup a fallback type of setup. You have a /live a /stream to handle this in a simple way. I think this is because your trying to stream and encode to the same /mountpoint I would even have a totally independendent of each other setup /dj01 /dj02 /dj03 /dj04 /live /stream I can help you if needed... Scott Sehr geehrte Damen und Herren, Hallo, Vielen Dank f?r deine/Ihre schnelle R?ckantwort. Mit freundlichem Gru? Scott Winterstein http://www.scottwinterstein.com http://www.facebook.com/scottsdesk...