search for: elms

Displaying 20 results from an estimated 112 matches for "elms".

Did you mean: elems
2006 Feb 22
3
elements that appear only once
Hi. I have a factor and I want to extract just those elements that appear exactly once. How to do this? Toy example follows. > a <- as.factor(c(rep("oak",5) ,rep("ash",1),rep("elm",1),rep ("beech",4))) > a [1] oak oak oak oak oak ash elm beech beech beech beech Levels: ash beech elm oak > table(a) a ash beech elm oak
1997 May 15
1
Vulnerability in Elm-ME+
Hello, I have confirmed that the recently-reported vulnerability in Elm is also present in Elm-ME+ and thus also in Debian GNU/Linux version 1.2, prerelease version 1.3, and development tree "unstable". Below is a short diff to correct the problem. Debian GNU/Linux 1.2.x uses stock Elm 2.4pl25. Users of that version of Elm should upgrade to Elm-ME+ as detailed below. Debian 1.3
1997 May 14
0
Security hole in Elm...
>---------- Forwarded message ---------- >Date: Tue, 13 May 1997 21:18:33 +0200 >From: Wojciech Swieboda <wojtek@ajax.umcs.lublin.pl> >To: BUGTRAQ@NETSPACE.ORG > >Hello, > I''ve lately found an overflow vulnerability in Elm (Elm is setgid >mail on linux, and perhaps on some other platforms aswell). I''ve tested >this bug on versions 2.3 and
2005 Aug 23
0
CESA-2005:755-01: Critical CentOS 2 i386 elm security update
The following errata for CentOS-2 have been built and uploaded to the centos mirror: RHSA-2005:755-01 Critical: elm security update Files available: elm-2.5.6-6.i386.rpm More details are available from the RedHat web site at https://rhn.redhat.com/errata/rh21as-errata.html The easy way to make sure you are up to date with all the latest patches is to run: # yum update -- John Newbigin
2004 Feb 23
1
samba problems after IP change
I want to use samba to back up some directories on a QNX server to a Windows office network drive. (For those who may not be familiar with it, QNX is a commercial OS similar to Unix.) I am a samba newbie, but managed to fumble my way through this, using cron on the QNX machine to run smbclient command to copy a tar file to the Windows drive: smbclient //swin0001/comq -U$userpass -WCNT \
2005 Aug 24
0
CentOS-announce Digest, Vol 6, Issue 12
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
2005 Nov 22
0
Element.findElement - confusion
Hello I''m kind of confused on how to use Element.findElement. I''ve something like this: if (Event.findElement(event,''A'')) { var elm = Event.findElement(event,''A''); alert(elm.nodeName); } else { alert(''no link''); } var elm = Event.findElement(event,''A''); alert(elm.nodeName); returns
2002 Jun 28
0
troubles with PDC
Hello everybody, I hope somebody can tell me what is going wrong and how it can be fixed. To be honest: I have walked through the test document, and smbd and nmbd seem to work quite properly. However this is the case: Recently one of our smb-servers was suffering from a very bad HD. So I took another and installed linux on it (Slackware 8.1) and took most of the config files (among which
2005 Nov 08
1
Event.observers - I''m totally list - please help
Hello, I need some help on how to use the Event.observers - thank you in advance for your input. <div class="navcontainer"> <ul id="nav"> <li class="button"> <img src="images/spacer.gif" width="20" height="20"> </li> <li class="button"> <img
2013 Jun 20
1
Would attempting plaintext auth repeatably cause a DOS and server to crash?
Hey All, I'm just wondering whether this is what caused my server to crash. Started last night in NZ land. Jun 20 19:22:11 elm dovecot: imap-login: Disconnected (tried to use disallowed plaintext auth): user=<>, rip=attackerip, lip=10.0.0.3, session=<0C8LzpDfZQDINsQC> occasionally get Jun 20 19:22:52 elm dovecot: imap-login: Disconnected (no auth attempts in 1 secs):
2013 Jun 20
0
Would a DOS on dovecot running under a VM cause host to crash?
Hey All, I'm just wondering whether this is what caused my server to crash. Started last night in NZ land. Jun 20 19:22:11 elm dovecot: imap-login: Disconnected (tried to use disallowed plaintext auth): user=<>, rip=attackerip, lip=10.0.0.3, session=<0C8LzpDfZQDINsQC> occasionally get Jun 20 19:22:52 elm dovecot: imap-login: Disconnected (no auth attempts in 1 secs):
2006 Mar 01
0
RE: manipulate <td>''s and their content by grabbingtheir classNames
Or... var myTDs = new Array(); $A($("main").childNodes).each(function(tr) { $A(tr.childNodes).each(function(td) { myTDs.push(td); }); }); -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of troels knak-nielsen Sent: Wednesday, March
2006 Mar 01
1
manipulate <td>''s and their content by grabbing their classNames
Hi Guys, What''s the best way to grab all <td>''s in a particular table and manipulate them? Here''s the problem definition - I have a table that has ''n'' <tr>''s. Each <tr> has couple of <td>''s and the first <td> has an image. By default, each <td> has a ''x'' class and image src
2005 Dec 02
1
corrupt attachments
Not sure if this has already been covered, but any pointers or suggestions would be greatly appreciated. We just realized last night that dovecot-stable seems to be corrupting the attachments within users' inboxes. In an attempt to resolve the problem, we upgraded the mail server here to Dovecot 1.0alpha4 but it didn't help. To the best of our knowledge we didn't start experiencing
2006 Mar 01
2
RE: manipulate <td>''s and their content bygrabbingtheir classNames
> Or... > > var myTDs = new Array(); > $A($("main").childNodes).each(function(tr) > { > $A(tr.childNodes).each(function(td) > { > myTDs.push(td); > }); > }); You''ll probably want to make sure the tr elements are TR tags and the same for the td''s, as empty text nodes are inserted randomly by the gecko engine (and maybe others). Greg
2006 Jan 02
2
First time class problems
Hi, I''ve just had my very first attempt of making a JavaScript class, "prototype" style, so please bare with me, for any disastrous errors :-) Anyway, I''ve made this class, which is called on an input field on focus: http://pastebin.com/487417 It works fine in FireFox, but causes some problems in IE. My question is regarding line 69 in the paste. What is
2006 May 09
12
prototype: leak with Element.extend
Had a nasty memory leak that was seriously slowing down the browser and eating up a couple megabytes every reload. I was using: $$(''.dyntable'').each(function(elm) { new DynTable(elm) }); To set up my behavior, but discovered that just running: $$(''.dyntable''); Caused the memory leak all by itself. The fix I found for it was to change Element.extend to a
2007 Oct 25
0
specs for RJS
What''s the current best practice for spec''ing (and stubbing) RJS? response.should have_rjs(*args, &block) from rspec_on_rails works well for things that assert_select_rjs supports. But for other things, like say page[:elm].add_class_name :class_name, it''s not clear to me the best way to test for this. I''d love to be able to do something like
2008 Nov 24
0
Data frame help
hi there I have a dataframe abc 123 234 abc 234 456 def 567 234 elm 123 456 klm 234 678 klm 465 678 I want the unique of first colum along with the values in colum 2 and 3.I By default it will select the first element for the unique so my out put should be abc 123 234 def 567 234 elm 123 456 klm 234 678 I tried something like cbind(unique(DF1[,1],DF1[unique(DF1[,1],c(2,3)] I didnt work
1999 Jul 14
0
Samba or mutt problem
Hi, I read about your samba vs mutt problem on the samba mailing list. Unfortunately I accidently deleted the digest before replying so I can't include a copy of your original question. I don't have a good answer to your original question, but have an alternative. The answer, if you want to try something new, is IMAP. This is an alternative mail client protocol to the standard POP3