search for: arh

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

Did you mean: are
2003 Oct 18
0
Added functionality --compare-file and --compare-auto
...y the proposal for a --compare-file=<FILE> switch had support, so I have implemented this. I have also implemented an experimental --compare-auto which decides which file to match against using a rule. Instructions for patch: 1. Install rsync-2.5.6 source 2. "patch -p1 < rsync-2.5.6-arh1.patch" (the code below) 3. edit configure to add "arh1" to the RSYNC_VERSION string and run ./configure, or if you've already run this, edit config.h to add "arh1" to the RSYNC_VERSION string. 4. "make proto" - to update proto.h file 5. "make" Her...
2004 Jun 06
2
Repeated measures
...ke this is R. Thank you very much! PD. For SAS users, what I am using in SAS to perform this analysis (with an Autoregressive covariance structure) the program would read like this: proc MIXED covtest; CLASS cow treat time; MODEL yield= treat time treat*time; REPEATED time/SUB=cow(treat) TYPE=ARH(1) R RCORR; RANDOM cow; LSMEANS treat time treat*time/SLICE = time; RUN; Thank you very much, Sincerely, Alex
2011 Dec 27
1
Longitudinal data
...Only compare the groups differ in terms of milk production. There are many missing observations. Because the data are correlated I used the SAS program: proc mixed data=univar method=reml; class RACA GRUPO APELIDO Dias; model Prod = GRUPO / solution DDFM=BW; repeated Dias / type=arh(1) subject=APELIDO r rcorr; lsmeans GRUPO / pdiff adjust=tukey; run ; But, I want use R. What would be the equivalent in R? Thank you. -------------------------------------- Silvano Cesar da Costa Departamento de Estat?stica Universidade Estadual de Londrina Fone: 3371-4346
2006 Jun 12
5
use AT320 international call
Hi all, The firmware I used is pa168s_iax2_us_151011.bin. My problem is the handset dial before I finished key in all the numbers, no matter how fast I managed to press the keys. It appeared it always dialed immediately, for example "011862", when I actually ment to dial 0118620xxxxxxxx. Thus left the remaining numbers "0xxxxxxxx" unsent. The handset had its dial plan
2018 Aug 24
3
Debian Stretch Samba packages 4.6.16/4.7.9/4.8.4 (amd64/i386) available
Hai Guys,   The Debian Stretch packages are now also available in the repos. Im working on the samba 4.8.5 also.   I have also restructured the repo setup a bit, so package re-use is better which saved me some time. You choose the samba you want to run and you stay at that version until you change the repo.   The site info isnt updated yet with this, i'll do that after i finish up with
2018 Aug 24
0
Debian Stretch Samba packages 4.6.16/4.7.9/4.8.4 (amd64/i386) available
Hai Rowland, Arh.. Grrr. I sometimes just dont see that.. :-/ The "corrected" version, just watch the numbers guys and make sure its correct. Import my key:  wget -O - http://apt.van-belle.nl/louis-van-belle.gpg-key.asc | apt-key add -   samba 4.6.  :   echo "deb http://apt.van-belle.nl/debian s...
2011 Jan 27
1
Differenft INBOX for IMAP/POP with checkpassword passdb
Hi, I'm trying to do a setup where IMAP and POP users see different INBOX' Like described on the virtual folder wiki page: http://wiki.dovecot.org/Plugins/Virtual However, for now, I'm stuck with the checkpassword passdb and prefetch userdb So I can't parameterize the result on %s like the example with MySQL does. So I thought of having to different checkpassword scripts:
2009 Apr 30
0
nut apollo ups list update
...s is also supported as genericups upstype=4 (I guess the > whole apollo family is supported with this driver) > http://www.apollotw.com/products-li.html I have some hard time trying to access it. anyway, I've added these info to the compat. list. You can check status on : > http://arh.pub.ro/nut-cgi-bin/upsstats.cgi?host=munde at 141.85.254.73&treemode > > > http://deschis.blogspot.com/2006/07/cum-se-configureaz-un-ups-apollo-seria.html > I've added a reference to the doc section too: http://test.networkupstools.org/Documentation > Cheers! > PS:...
2020 May 25
2
buster samba 4.12.3 amd64/i386/armhf
Hai, ? Sorry for the Delay, bit overloaded with work, but the end is near. pff, finaly.. soon i take a long vacation.. ? Well, you know the drill.. Ubuntu 20.04 focal, is next. ? For the Raspbian guys, please try how the buster-samba412 works for you and let me know the results. Rapsbian will be last to build so if you in a need for the newer versions, use/try ?buster-samba412? !! and dont
2011 Sep 22
2
[LLVMdev] Need help in converting int to double
...value > mBuilder.CreateRet(mBuilder.CreateLoad(returnValue)); > > > /* > * create call to SHL function > */ > mCurrentFunction = previousFunction; > mBuilder.SetInsertPoint(previousBlock); > > return mBuilder.CreateCall2(shlFunction, aLHS, aRHS); > > > > On Thu, Sep 22, 2011 at 3:40 PM, James Molloy <James.Molloy at arm.com>wrote: > >> Hi Sarath, >> >> Your example will break. >> >> If the values are held internally as doubles casted to void* (which >> incidentally will only work o...
2009 Feb 17
1
Create package with Fortran 90 and C code
...n.Watson-Haigh.html - -------------------------------------------------------- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkmaFCAACgkQ9gTv6QYzVL5cHACdFgIs0oHvr9aeOXMe4ULVAvPS 0ywAn2Maw9Jq2MBAMw3Q/mzV9Bsd+arh =thcm -----END PGP SIGNATURE-----
2002 Oct 11
0
[tcng] sysVinit script
...# # tcng: Starts the tcng Server # # Version: @(#) /etc/rc.d/init.d/tcng 0.1 # # chkconfig: 2345 90 10 # description: Starts and stops the tcng at boot time and shutdown. # # processname: tcng # # created : from Raptor # #path to the tc command tc=/sbin/tc #path to the tcc command tcc=/arh/bin/com.pl #where is the tcng config file tcngConf=/etc/sysconfig/tcng offMsg=OFF onMsg=ON debug=1 # Source function library. . /etc/rc.d/init.d/functions isUp () { res=`$tc qdisc show dev $1` if [ -z "$res" ]; then return 1; fi return 0 } start () { gprintf "Star...
2011 Sep 22
0
[LLVMdev] Need help in converting int to double
...eateLoad(returnValue), lhs); //return the value mBuilder.CreateRet(mBuilder.CreateLoad(returnValue)); /* * create call to SHL function */ mCurrentFunction = previousFunction; mBuilder.SetInsertPoint(previousBlock); return mBuilder.CreateCall2(shlFunction, aLHS, aRHS); On Thu, Sep 22, 2011 at 3:40 PM, James Molloy <James.Molloy at arm.com<mailto:James.Molloy at arm.com>> wrote: Hi Sarath, Your example will break. If the values are held internally as doubles casted to void* (which incidentally will only work on 64-bit systems), just casting void...
2011 Sep 22
3
[LLVMdev] Need help in converting int to double
Hi, I'm pursuing M.Tech course. As a part of the project work i'm using LLVM as back-end. My project area is "Enhancing the performance of V8 javascript engine using LLVM as a back-end". Now i'm writing code for shift left(SHL) operator. I had my own Value Structure .. it's like this Struct Value { void *val ; char type; } The "char type" holds
2011 Sep 22
1
[LLVMdev] Need help in converting int to double
...value > mBuilder.CreateRet(mBuilder.CreateLoad(returnValue)); > > > /* > * create call to SHL function > */ > mCurrentFunction = previousFunction; > mBuilder.SetInsertPoint(previousBlock); > > return mBuilder.CreateCall2(shlFunction, aLHS, aRHS);**** > > > > **** > > On Thu, Sep 22, 2011 at 3:40 PM, James Molloy <James.Molloy at arm.com> > wrote:**** > > Hi Sarath, > > Your example will break. > > If the values are held internally as doubles casted to void* (which > incidentally will only w...
2003 Jul 01
2
file sizes different even after successful rsync
...I am using Redhat 8.0 at rsync server and Solaris 8 as rsync client. At both ends I am using rsync 2.5.6 protocol version 26 Thanks in advance for your help. Jaydeep /d01/rsync/rsync/bin/rsync -rRLacutpvv --partial --delete --force --timeout=3600 $serverName::build/wnc/7.0/47 /public/home/rsync/arh/in/build [rsync-build] opening tcp connection to $serverName port 873 [rsync-build] receiving file list ... [rsync-build] done [rsync-build] expand file_list to 4000 bytes, did move [rsync-build] deleting in wnc/7.0/47 [rsync-build] delta transmission enabled [rsync-build] wnc/7.0/47/install/CD_CUS...
2012 Feb 12
2
v2.1.rc6 released
http://dovecot.org/releases/2.1/rc/dovecot-2.1.rc6.tar.gz http://dovecot.org/releases/2.1/rc/dovecot-2.1.rc6.tar.gz.sig I've finally finished all of my email backlog. If you haven't received an answer to some question/bugreport, resend the mail. This is hopefully the last v2.1 RC. If I don't receive any (serious) bug reports about this release in next few days, I'll just change
2012 Feb 12
2
v2.1.rc6 released
http://dovecot.org/releases/2.1/rc/dovecot-2.1.rc6.tar.gz http://dovecot.org/releases/2.1/rc/dovecot-2.1.rc6.tar.gz.sig I've finally finished all of my email backlog. If you haven't received an answer to some question/bugreport, resend the mail. This is hopefully the last v2.1 RC. If I don't receive any (serious) bug reports about this release in next few days, I'll just change
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...1xN7Oa at t~niww9~Qu z?V1?|(-IvVv_-M at AaZu#;NdB!b03*%tv6C{_c%3d=R~N&4?5m$mXS(-d(Ps;^iuy# z&VwkRw}68vkQ8 at 2vY(ylNH5eYSWpe%iI+XVU<-0B0I6q>qo(y*$CQ&^DbwCKc*gic zE>MoLy=2$*-0Zea;<eNM+XQe}fY59p<<aV+h&}Lh*1%fK%2#QiD(=asUpke;HfZkX zRuJJ{nUmV|{3hd_pO~Wq6o>e5fQ=a1Kc|)ArHsfwNo$nk$%pg?<Q7^0Grq2l=`l97 zR*j#%FJ}`jB{kZt$*nx|7WTYWte0w7!n`d9nD5pO!?*Jkc(mk;owYK2<anDsF%ZyD z#nl<3SG3 at X4uHP(V6MoygCu!^wvLydG38iK*+See`C8z&w=~hO`t;9RT6IMI!Pa+P zWdSrLZ*;c(uzZJ)^H0X^WN(!Gc*ZYkY~n+CX>d*kTn at LEj#CmK8E^t?qcBYeh+!{i z8#L6qR}pZGt at lhTlJS;``q_%T{`{&{*%=UpEjNv&...
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version" This series removes some of the really old deadwood from the tools build and makes some other things which are on their way out configurable at build time with a default depending on how far down the slope I judge them to be. * nuke in tree copy of libaio * nuke obsolete tools: xsview, miniterm, lomount & sv *