search for: 345

Displaying 20 results from an estimated 1006 matches for "345".

Did you mean: 34
2010 Jun 13
5
Count of unique factors within another factor
...ue values for each variable separately, but can't get a count for each ?unit?. > data=read.csv("C:/Desktop/sr_sort_practice.csv") > attach(data) > data[1:10,] unit species 1 123 ACMA 2 123 LIDE 3 123 LIDE 4 123 SESE 5 123 SESE 6 123 SESE 7 345 HEAR 8 345 LOHI 9 345 QUAG 10 345 TODI?.. > sr.unique<- lapply (data, unique) $unit [1] 123 345 216 $species [1] ACMA LIDE SESE HEAR LOHI QUAG TODI UMCA ARSP LIDE > sapply (sr.unique,length) unit species 3 10 Then, I get stuck here because this...
2008 Nov 25
2
dataframe
hi there I have a dataframe abc 123 345 abc 345 456 lmn 567 345 hkl 568 535 lmn 096 456 lmn 768 094 i want the uniques of column 1 and there corresponsing column 2 and 3 output abc 123 345 lmn 567 345 hkl 568 535 cbind(DF1[,1],DF1[which(unique(DF1[,1]),c(2,3)]) but didnt work kindly let me know how to go abt it ramya -- View this...
2009 Mar 26
2
Data manipulation - multiplicate cases
...e for my Y variable... 2-Then I want to identify with a dicotomic variable by the number according my variable Z from X... I can do the first part by... z<-rep(x,y) But I don't know how to set a dicotomic variable according to Z... Exemple... I have... X Y Z 123 3 1 234 3 1 345 4 2 456 3 2 I want to get... X Y Z 123 3 1 123 3 0 123 3 0 234 3 1 234 3 0 234 3 0 345 4 1 345 4 1 345 4 0 345 4 0 456 3 1 456 3 1 456 3 0 Thanks in advance... -- View this message in context: http://www.nabble.com...
2012 Oct 09
4
Convert COLON separated format
I have a bunch of data sets that were created for the libsvm tool. They are in "colon separated sparse format". i.e. 1 5:1 27:3 345:10 Is a row with the label of "1" and only has values in columns 5, 27, and 345. I want to read these into a data.frame in R. Is there a simple way to do this? -- Noah Silverman, M.S. UCLA Department of Statistics 8117 Math Sciences Building Los Angeles, CA 90095
2008 Aug 15
2
How to substitute special characters within a data frame?
Hello all, I have a data frame in R, imported from an excel file in Swedish. The original file contains several columns that have special characters, such as \¨{a}, \¨{o}, and so on. After import such special characters are represented in the data frame by "\\345", "\\366" etc (don't ask me why). For example, a word "Hårkan" becomes ''H\\345rkan". Now my question is if it is possible to substitute those "H\\345rkan" by "Haarkan" or simply "Harkan" in R, ideally by finding those "\...
2011 Jan 28
1
DO NOT REPLY [Bug 7939] New: "Unexpected remote arg" when do local sync backup
...??:?????-???.mp3 2011/01/28 21:50:02 [5150] rsync error: syntax or usage error (code 1) at main.c(1204) [sender=3.0.7] Standard output show: 21:45:27 ~ $ ./sync_data sent 204728 bytes received 373 bytes 410202.00 bytes/sec total size is 21420077981 speedup is 104436.73 Unexpected remote arg: \#345\#261\#261\#344\#270\#234\#345\#277\#253\#344\#271\#246-\#345\#205\#253\#345\#262\#224\#350\#267\#257:\#346\#255\#246\#346\#235\#276\#350\#243\#205\#345\#252\#263\#345\#246\#207-\#345\#220\#233\#345\#255\#220\#345\#211\#221.mp3 rsync error: syntax or usage error (code 1) at main.c(1204) [sender=3.0....
2018 Feb 01
2
Upgrading a ctdb cluster: samba not listening on TCP port 445
...bin/smbd PIDFile=/usr/local/samba/var/run/smbd.pid [Install] WantedBy=multi-user.target As far as I can see, the smbd process seems to start successfully and I have no idea why it is not listening on the port. Thanks, Nicolas samba.log: [2018/02/01 12:42:52.524438, 2] ../source3/lib/interface.c:345(add_interface) added interface eno1 ip=172.1.1.4 bcast=172.1.255.255 netmask=255.255.0.0 [2018/02/01 12:42:52.524477, 2] ../source3/lib/interface.c:345(add_interface) added interface enp4s0f1 ip=172.16.1.4 bcast=172.16.255.255 netmask=255.255.0.0 [2018/02/01 12:42:52.524493, 2] ../source3/l...
2018 Feb 01
2
Upgrading a ctdb cluster: samba not listening on TCP port 445
Hi all, I try to update two clustered samba file servers. Right now samba 4.7.0 with ctdb is running on both of them. To update samba I stopped ctdb on one of the servers, and compiled and installed samba 4.7.1 with: ./configure --with-cluster-support --with-shared-modules=idmap_tdb2,idmap_ad,vfs_glusterfs --with-systemd Trying to start ctdb on the updated server fails with "
2015 Feb 20
2
sipsak 200 for a user, but 404 for a different user...why?
...even made it > here. I think it looped in the 'doge' server. I was wondering the same thing :) in tleilax, I looked in /var/log/asterisk/messages and see: [Feb 20 15:13:19] VERBOSE[3661] chan_sip.c: [Feb 20 15:13:19] <--- SIP read from UDP:192.168.1.3:38154 ---> OPTIONS sip:345 at tleilax SIP/2.0 Via: SIP/2.0/UDP 127.0.1.1:38154;branch=z9hG4bK.77fd156e;rport;alias From: sip:sipsak at 127.0.1.1:38154;tag=4653e713 To: sip:345 at tleilax Call-ID: 1179903763 at 127.0.1.1 CSeq: 1 OPTIONS Contact: sip:sipsak at 127.0.1.1:38154 Content-Length: 0 Max-Forwards: 0 User-Agent: sipsa...
2009 Sep 15
1
Simple Time of Day Branching problem
Greetings folks, new to this, trying to get the syntax correct for a day of week routing. exten => 345,1,Answer() exten => 345,n,GotoIfTime(10:00-17:00|tue&thu&sat|*|*?open,345,1) exten => 345,n,GotoIfTime(10:00-19:00|wed&fri|*|*?open,345,1) exten => 345,n,Playback(afterhours) exten => 345,n,Hangup() I'll get an error stating incorrect day of week "tue&thur&...
2008 Nov 05
3
Dataframe help
Hi there, I have a dataframe length.unique.info > length.unique.info abc 12 345 def 16 550 lmn 6 600 I want those names that fall under the condition (length.unique.info[,2][i] <=5 && length.unique.info[,3][i] >=500) abcder<-length.unique.info[which(length.unique.info[,2][i] <=5 && length.unique.info[,3][i] >= 500),1] will "&&...
2002 Jul 18
2
[Bug 345] w (uptime) command still indicates user is logged in after logout
http://bugzilla.mindrot.org/show_bug.cgi?id=345 stevesk at pobox.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Lutz.Jaenicke at aet.TU- | |Cottbus.DE...
2005 Feb 03
3
Re: Logon Hours problems (really stuck)
...u think this will help ? Should I then leave the time set to the current time in South Africa ? Or should I set the time to the time at UTC/GMT ? There's something I must be missing here. Kindest regards David Wilson _______________________________ D c D a t a Tel +27 33 342 7003 Fax +27 33 345 4155 Cell +27 82 4147413 http://www.dcdata.co.za support@dcdata.co.za Powered by Linux, driven by passion ! _______________________________ "Computers are not intelligent. They only think they are." ----- Original Message ----- From: "David Wilson" <dave@dcdata.co.za> T...
2003 Sep 05
1
[Bug 345] w (uptime) command still indicates user is logged in after logout
http://bugzilla.mindrot.org/show_bug.cgi?id=345 ------- Additional Comments From dtucker at zip.com.au 2003-09-05 13:56 ------- Created an attachment (id=379) --> (http://bugzilla.mindrot.org/attachment.cgi?id=379&action=view) Remove DISABLE_UTMP from HP-UX 10.x Are we going to do something like this? Anyone with HP-UX 10.x exper...
2002 Jul 15
0
[Bug 345] New: w (uptime) command still indicates user is logged in after logout (fwd)
Hmm.. All the hp/ux of the 10.x era has that set in the configure.ac. - Ben ---------- Forwarded message ---------- Date: Tue, 9 Jul 2002 05:40:35 +1000 (EST) From: bugzilla-daemon at mindrot.org To: openssh-unix-dev at mindrot.org Subject: [Bug 345] New: w (uptime) command still indicates user is logged in after logout http://bugzilla.mindrot.org/show_bug.cgi?id=345 Summary: w (uptime) command still indicates user is logged in after logout Product: Portable OpenSSH Version: -current...
2005 Sep 28
0
CESA-2005:345 Low CentOS 3 ia64 slocate - security update
CentOS Errata and Security Advisory 2005:345 https://rhn.redhat.com/errata/RHSA-2005-345.html The following updated files have been uploaded and are currently syncing to the mirrors: files: updates/ia64/RPMS/slocate-2.7-3.RHEL3.6.ia64.rpm -- Pasi Pirhonen - upi at iki.fi - http://iki.fi/upi/ -------------- next part -------------- A non...
2005 Sep 28
0
CESA-2005:345 Low CentOS 3 s390(x) slocate - security update
CentOS Errata and Security Advisory 2005:345 https://rhn.redhat.com/errata/RHSA-2005-345.html The following updated files have been uploaded and are currently syncing to the mirrors: s390: updates/s390/RPMS/slocate-2.7-3.RHEL3.6.s390.rpm s390x: updates/s390x/RPMS/slocate-2.7-3.RHEL3.6.s390x.rpm -- Pasi Pirhonen - upi at iki.fi - http:/...
2005 Sep 28
0
CESA-2005:345 Low CentOS 3 i386 slocate - security update
CentOS Errata and Security Advisory CESA-2005:345 slocate security update for CentOS 3 i386: https://rhn.redhat.com/errata/RHSA-2005-345.html The following updated file has been uploaded and is currently syncing to the mirrors: i386: updates/i386/RPMS/slocate-2.7-3.RHEL3.6.i386.rpm source: updates/SRPMS/slocate-2.7-3.RHEL3.6.src.rpm You may u...
2005 Sep 28
0
CESA-2005:345 Low CentOS 3 x86_64 slocate - security update
CentOS Errata and Security Advisory CESA-2005:345 slocate security update for CentOS 3 x86_64: https://rhn.redhat.com/errata/RHSA-2005-345.html The following updated file has been uploaded and is currently syncing to the mirrors: x86_64: updates/x86_64/RPMS/slocate-2.7-3.RHEL3.6.x86_64.rpm source: updates/SRPMS/slocate-2.7-3.RHEL3.6.src.rpm Y...
2012 Oct 31
3
error : virPidFileAcquirePath:345 : Failed to acquire pid file '/home/corey/.libvirt/libvirtd.pid': Resource temporarily unavailable
Hi all, When I try to start libvirtd, using "libvirtd -d", error notification shown below:error : virPidFileAcquirePath:345 : Failed to acquire pid file '/$HOME/.libvirt/libvirtd.pid': Resource temporarily unavailable Using "libvirtd -v", show: "libvirtd: error: Unable to obtain pidfile. Check /var/log/messages or run without --daemon for more info." The file "libvirtd.pid&qu...