search for: pa3

Displaying 14 results from an estimated 14 matches for "pa3".

Did you mean: pa
2016 Aug 17
2
Any good SNMP tutorial?
...ns on how to configure NUT to receive SNMP Trap signals and how to shutdown a server. My setup is: NUT: version 2.7.1-1ubuntu1, from package OS: Ubuntu 14.04.5 LTS UPS: Tripp Lite SMART3000RM2U The only thing I was able to understand from the documentation is to an entry in ups.conf: [tripplite-pa3] driver = snmp-ups port = tripplite-pa3.domain.com community = public mibs = ietf Then start upsd: root at dell1850:/etc/nut# upsd Network UPS Tools upsd 2.7.1 fopen /var/run/nut/upsd.pid: No such file or directory listening on 127.0.0.1 port 3493 listening on ::1...
2008 May 21
2
Search a string and modify it in a .txt file
...to modify a file .txt "init_file" like this one : # ---------------------------------------------------------------------------- # # Parameters A # ---------------------------------------------------------------------------- # # Parameter 1 PA1 = 15 # Parameter 2 PA2 = 3 # Parameter 3 PA3 = 2 # ---------------------------------------------------------------------------- # # ---------------------------------------------------------------------------- # # Parameters B # ---------------------------------------------------------------------------- # # Parameter 1 PB1 = 6 ... I hav...
2009 Aug 01
2
Add columns in a dataframe and fill them from another table according to a criteria
...:- This table gives the probabilities of the changes in the swap curve depending on the state of the swap curve. I want to put these probabilities in my dataframe mydata(given after the prob table). Prob of States Changes State1 State2 State3 State4 a Pa1 Pa2 Pa3 Pa4 b Pb1 Pb2 Pb3 Pb4 c Pc1 Pc2 Pc3 Pc4 d Pd1 Pd2 Pd3 Pd4 and I have a dataframe(with 93 rows) called mydata part of which(6 rows) is given below where I want to fill in the last four columns with probabilities taken fr...
2010 Feb 10
2
How to create probeAnno object?
Hi,     I want to use segChrom() method in tilingArray package. For that I need to create a probeAnno object. I could not find much much info by ?probeAnno. I need help in creating  probeAnno object. Snap shot of the file(.txt): chr1 2500014 2500038 + 0.232689943122845 chr1 2500039 2500063 + 2.60502410304227 chr1 2500062 2500086 + 0.0756595313279895 chr1 2500080 2500104 + 0.78574617788405 chr1
2011 Jan 20
4
How to reshape wide format data.frame to long format?
Dear list, I need to convert this data.frame > names(codesM) [1] "key" "AMR.pa1.M" "AMR.pa2.M" "AMR.pa3.M" "AMR.pa4.M" [6] "AMR.pa5.M" "AMR.pa6.M" "AMR.pa7.M" "AMR.pa8.M" "AMR.pa9.M" [11] "AMR.pa10.M" "AMR.ta1.M" "AMR.ta2.M" "AMR.ta3.M" "AMR.ta4.M" [16] "AMR.ta5.M" &q...
2009 Jul 31
1
Fill dataframe from a table according to a criteria
Deare R users I am new to R. What I want to do is explained below;- I have table called States.Prob which is given below Prob of States Changes State1 State2 State3 State4 A Pa1 Pa2 Pa3 Pa4 B Pb1 Pb2 Pb3 Pb4 C Pc1 Pc2 Pc3 Pc4 D Pd1 Pd2 Pd3 Pd4 and I have a dataframe called mydata which is given below where I want to fill in the last four columns of probabilities taken from States.Prob according to the...
2015 Aug 27
1
FW: smb.conf
...I then added that ip's subnet to hosts allow. but I then had to add the individual ip to get this to work. I do not want to post my smb.conf publicly.    Bernadette McCluskey    Ops/Comms Administrator    GMB National Admin Unit    St James Business Park    81 Linwood Rd    Paisley    PA3 3BB    DD1:- 0141 849 6642    email:-bernadette.mccluskey at gmb.org.uk From:        "L.P.H. van Belle" <belle at bazuin.nl> To:        "samba at lists.samba.org" <samba at lists.samba.org> Date:        27/08/2015 13:18 Subject:        Re: [Samba] smb.co...
2015 Aug 27
1
smb.conf
...revious "denied ip address's subnet. However, the afore-mentioned ip was still denied and I had to allow it individually. Can anyone tell me why. Thanks Bernadette McCluskey Ops/Comms Administrator GMB National Admin Unit St James Business Park 81 Linwood Rd Paisley PA3 3BB DD1:- 0141 849 6642 email:-bernadette.mccluskey at gmb.org.uk
2015 Jan 15
2
[LLVMdev] AllocaInst for FunctionType?
...gt;getContext()), false ) , 1, "myName"); but how about nonvar-argumented functions? E.g. I32,I16 std::vector<Type*>FuncTy_args; FuncTy_args.push_back(IntegerType::get(mod->getContext(), 32)); FuncTy_args.push_back(IntegerType::get(mod->getContext(), 16)); AllocaInst* pa3 = new AllocaInst( FunctionType::get( Type::getVoidTy(m->getContext()), FuncTy_args ,false ) , 1, "MyName"); does this make sense? I guess this might not be correct, because we explicitely introduce FuncTy_args, where we only would like to know the 'necessary memory fo...
2009 Jul 15
0
Fwd: DLLs
...mple Pascal code: Running on a Macintosh Intel, OS X 10.5, R 2.9.1 {$MODE DELPHI} library LearningLib; const num=75; type array1= array[1..2,1..num] of Double; array2=array[1..num,1..num] of longint; array3=array[1..num,1..num] of Double; array4=array[1..num] of longint; pA1=^array1; pA2=^array2; pA3=^array3; pA4=^array4; pD=^Double; procedure learning(loc1:pA1;adj1:pA2;alpha:pD); cdecl; var i1,i2,neighs:longint; sum1,sum2:double; newloc: array [1..2,1..num] of double; begin for i1:=1 to 2 do for i2:=1 to num do newloc[i1,i2]:=0; for i1:= 1 to num do begin neighs:=0; sum1:=0; sum2:=0; for...
2010 Sep 03
2
RFC: Lazy syntax for paragraphs, blockquotes and lists
...ken from the Markdown ML. PA1. First example: * this is list item > * this item is in a block quote more block quoting? PA2. Second example: * > list item with quoting more text here * > list item with quoting more text here * another list item PA3. Third example: > > I wrote something > you replied and now here is my reply to your reply. PA4. Fourth example: > * foo > > bar > > baz The above examples can be interpreted in one way or another. This means that we won't find a solution...
2016 Dec 07
2
Dovecot migration via dsync : mail_location problem (INBOX) ?
...il vmail 4096 2016-12-06 15:36 .Trash/ When I run the sync, with "doveadm -D -o mail_fsync=never sync -R -u user at domain.tld imapc:" on the new server, the new server synchronises the mail from the new server, and the file system on the new server looks like this : root at dovecot-pa3:/home/vmail/domain.tld# ls -la /home/vmail/domain.tld/user/mail/ total 84 drwx------ 15 mailbox mailbox 4096 Dec 7 11:02 . drwx------ 3 mailbox mailbox 4096 Dec 7 11:02 .. drwx------ 2 mailbox mailbox 4096 Dec 7 11:02 cur -rw------- 1 mailbox mailbox 556 Dec 7 11:02 dovecot.index.log -rw--...
2003 Oct 14
4
Printing Issues with NT type Clients.
Hi. To begin with, I have a freshly built RedHat Linux 8.0 box running samba 2.2.8a. The kernel version is 2.4.18-14. I downloaded and compiled samba from source. I am using LPRng-3.8.9-6 as my printing system. The attached printer is a Lexmark Z22 printer and it is attached to the parralel port. Problem: For the life of me, I can't get NT type clients, NT4, 2K and XP to print to samba.
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...;V zLabQ7c%9?pg7&0<@<{;Ig?&vLQ+V*!N1J$md?JRSL&nd$suP0U0*ueE5h4!0O1BZy zBASGx<wQROkeQBNv*{y2Ql at WVfIl6<<|`e6hKG`_pltDgv}Uz2Uc3olvY|jk at hg^& zoq-rM(x2}c-=Tl8PT2BsWCq|<6m}nBe7ksK86zA9&E8ltTea>UnIZmtVe at k;`uvb1 z0A&SLKQ+WZzTT_^EIY7P8Hg|WBm)KB3aTRX`xSZ)yPa3-?ZO`Hmz`#JIuuxYUO3bS zfD752u#ACREpX36d{ci><PX!3=5Q%+$E|%1dIYSk$qYQgdrKGoHIDdbYBL-hnA^2v z%K$Mq42XfST}H$PV=VAS65aGdR{zYFh1Yig;XZ(Jt?m`d- at CXoFQveG&(j?r==K2E z9u*%G_yBv&Pb`2p{wnkMyY_zeaq&UTbMNrv*@Zv#w8TPztCRN%$lB6$<6dBI24>;` zu^Iur6IQ0r8t$AI81e2wAsh9Lt~Q*wA!X1~Oo3?nfnLs`Ue4S...