search for: reflexive

Displaying 20 results from an estimated 115 matches for "reflexive".

2002 Sep 16
1
Samba 2.2.0 error on AIX 4.3.3
Hi We are getting the following error message on Samaba 2.2.0 on AIX 4.3.3:- lib/debug check_log.size (437) File/var/samba/log.smbd failed - using console write_socket_data: write failure. Error = Broken Pipe Can you help please. Robin Smith Technical Director Reflex Data Systems Ltd CONFIDENTIALITY NOTICE This email and any attachments should be read only by
2006 Nov 19
1
Reflex XTR in Linux
Hello all. Anybody here had success with install and running RC Reflex XTR simulator in linux using Wine?? I manage to do the install, but failed to install the Reflex usb interface, therefore was unable to control the models. Thanks in advance for any tips, Jorge --------------------------------- Sponsored Link Don't quit your job - take classes online and earn your degree in 1
2007 Nov 15
1
Writing a helper function that takes in the dataframe and variable names and then does a subset and plot
...xlim[2]&yvar>ylim[1]&yvar<ylim[2], select=c(Group,Subject.ID,xvar,yvar) ) plotwithfits(xvar~yvar | Subject.ID,temp_subset) } explorebysubject(Latency,Primary.gain,eye,Analysis.type == 'reflexive') # Doesn't work as can't find 'Analysis.type', 'Latency', etc I can see why it doesn't work, however, I've looked at substitute, deparse, etc, without much luck. Is there a something simple I could do to fix this up? Is there any material I should be readin...
2010 Mar 09
4
Filter web content in a LAN ?
Hi, I installed a network of five desktops in a small town hall, all running CentOS 5.4. The machines are publicly, and the mayor asked me to find some solution to effectively filter web content, as the kids' first reflex is to visit the interesting bits of the Internet first, from satanism to porn. One of the machines will be set up as a router anyway, since the public computer room
2014 Jan 17
6
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi all, I propose simple improvement for MergeFunctions pass, that reduced its complexity from O(N^2) to O(log(N)), where N is number of functions in module. The idea, is to replace the result of comparison from "bool" to "-1,0,1". In another words: define order relation on functions set. To be sure, that functions could be comparable that way, we have to prove that order
2014 Sep 28
2
Re: Virt-v2v conversion issue
Ok I understand, so I need to clean all the /usr/local directory or which one I have to clean ? I've tried to compile the 1.27.35, but by reflex I made a make install command, I've seen later the option ./run... What action do you advice me to get a clean install ? Thanks Alain VONDRA Chargé d'exploitation des Systèmes d'Information Direction Administrative et Financière +33 1
2004 Feb 26
2
Structural Equation Model
Hello all! I want to estimate parameters in a MIMIC model. I have one latent variable (ksi), four reflexive indicators (y1, y2, y3 and y4) and four formative indicators (x1, x2, x3, x4). Is there a way to do it in R? I know there is the SEM library, but it seems not to be possible to specify formative indicators, that is, observed exogenous variables which causes the latent variable. Thanks, Marcos
2011 Apr 08
5
Avoiding a loop
Friends. I cannot simplify this much, and I think the loop is unavoidable. As a recovering C programmer I want to avoid loops and in cases like this I almost allways can by using an apply function. But I suspect in this case there is nothing I can do. It is a finance example where a price series is compared to a moving average. If the price goes above the average, plus a bit, buy the
2008 Jun 17
1
Guild Wars unplayable with wine 1.0rc5
...an see "junction" of texture in the background) I've tested many wine configurations (shaders, OffScreenrenderer, ect...) and the output if always the same, sometimes even more dirty... I've tested other games (c&c3, quake 4-linux native binary, NWN-Linux native binary, some reflexive arcade games) and they run fine. That's all, if someone expect the same problems, post here :)
2013 Feb 13
1
MIMIC latent variable with PLS Path Modelling with R ?
I want estimate MIMIC latent variable with R in a Monte Carlo simulation. The packages plspm and semPLS don't permit to introduce MIMIC variable but only reflexives or formatives variables. The only one program which permits to use MIMIC latent variable with PLSPM seems to be XLSTAT, which can not be used to simulate a lot of data bases. It is a real challenge to develop a package with PLSPM and MIMIC latent variable?. And I prefer to use a package which e...
2014 Apr 22
1
ICE
...ehind the same NAT can send RTP traffic directly to each other and other clients use Asterisk or a TURN server. I tested a specific scenario using two Linphone 3.7 as clients behind the same NAT but finally traffic ended in Asterisk. I checked the packets; the first client sends its host and server reflexive candidates to Asterisk and Asterisk sends it's public address. Then Asterisk will send it's own address to second client and second client in the final 200 OK SIP only sends it's local address normally without using ICE (ICE is enabled on both clients). Using ICE for such a purpose is p...
2020 Feb 09
6
CentOS 7 : network interface renamed from eth0 to eth1 after reboot
Hi, I've done my fair share of CentOS 7 installations, but this is the first time I have this kind of weird problem. Here goes. In my office I have a battered Dell Optiplex 320 PC with two NICs that I'm using as a bare metal sandbox server for testing purposes. The CentOS 7 installer sees the connected network card as eth0. But after the first reboot, the interface comes up as eth1.
2016 Sep 26
2
Receiving packet failed: (10054) (2nd post)
...t not to jeffrey2015. When I set tincd to -D -d4 I get ( I left out a lot of data of course) UDP address of vpnserver set to ...... port 655 UDP address of jeffrey2015 set to ...... port 655 Got ANS_KEY from vpnserver (..... port 655): 16 jeffrey2015 laptophenk F.....E 91 64 4 5 ..... 33487 Using reflexive UDP address from jeffrey2015: .... port 33487 UDP address of jeffrey2015 set to ..... port 33487 Receiving packet failed: (10054) An existing connection was forcibly closed by the remote host. Receiving packet failed: (10054) An existing connection was forcibly closed by the remote host. Receiving...
2019 Jan 08
1
idmap problems
> -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Rowland Penny via samba > Verzonden: dinsdag 8 januari 2019 11:13 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] idmap problems > > On Tue, 8 Jan 2019 10:36:49 +0100 > "L.P.H. van Belle via samba" <samba at lists.samba.org> wrote: > > >
2009 Oct 13
1
unexpected behavior in list of lexical closures (PR#14004)
...ist different funk's funk.list <- list() for (i in 1:5) { ## just some values to sum over test.vector <- 1:i ## add funk that sums test.vector with 5 funk.list[[i]] <- funk(sum(test.vector)) } ## print result of evaluating each funk ## They are all the same unless print or ## reflexive assignment is uncommented!! for (i in 1:5) print(funk.list[[i]]())
2019 Jun 18
2
domain online backup
He MJ, Ah, my user does have an UID/GID assigned. Did you "copy" the administrator user or did you create a new user and gave him administrator rights. On my DC's. id username uid=10002(ADDOM\usernam) gid=10000(ADDOM\domain users) groups=10000(ADDOM\domain users),3000275(ADDOM\internet-proxy-manual).. And more. Where my Administratos reflex to: id administrator uid=0(root)
2016 Jan 11
2
RFC: Extend UBSan with qsort checks
Hi all, UndefinedBehaviorSanitizer currently does not check for undefined behaviors which result from improper usage of standard library functions. One notorious instance of such errors is invalid usage of qsort or bsearch routines (or std::sort and friends in case of C++): * using comparison function that violates ordering axioms (reflexivity, symmetry, transitivity) * returning unstable
2004 Sep 15
2
Results of 13 month study on reducing telemarketing calls
Hello-- I've been playing with the privacy options on my home/home-office system since August last year, and have some results, gleaned from my CDR records, which over the last 13 months, number a total of 8672, which includes incoming, as well as outgoing calls. Before I start spitting out numbers, let me note that with the current setup, I haven't had to tell a single telemarketer
2014 Sep 28
2
Re: Virt-v2v conversion issue
Ok, I've removed all the files relating to libguestfs in /usr/local/, but the error message is still the same. Alain VONDRA Chargé d'exploitation des Systèmes d'Information Direction Administrative et Financière +33 1 44 39 77 76 UNICEF France 3 rue Duguay Trouin 75006 PARIS www.unicef.fr -----Message d'origine----- De : Richard W.M. Jones [mailto:rjones@redhat.com] Envoyé
2018 Mar 07
2
Commit module to Git after each Pass
Today it is entirely in llvm. It is even more costly than -print-after-all as it: - print to file - print the entire module (after each basic block, for basic block passes, it will still print the entire module where only one basic block changed) - call git 2 times (add then commit) and wait for them to finish (I even save all the empty commits) The reason I print the entire module is so