search for: offend

Displaying 20 results from an estimated 1904 matches for "offend".

2012 Aug 30
1
segfault in gplots::heatmap.2
...ckage maintainers directly? If R-help is the wrong place, please feel free to direct me to the correct one. I am on debian (testing) linux 64 with the binary R distribution from the repositories (version 2.15.1). Below follows a simple reproducible example causing the segfault on my machine. The offending dataset is quite big, so instead of posting it here I put it here: https://gist.github.com/3523761. Please put it into offending.txt to make the code below working. This is the example. Note, that without loading 'XLConnect' this works nicely. #+begin_src R library("gplots&quot...
2013 Mar 04
3
urgent: question concerning data manipulation
Ein eingebundener Text mit undefiniertem Zeichensatz wurde abgetrennt. Name: nicht verf?gbar URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130304/62581e97/attachment.pl>
2006 Mar 05
0
Converted tattle.pl to ruby - anyone want to be a tester?
...out the notifications. I am looking for any volunteers that would like to test this and write the install guide. I was going to then put it up on sourceforge for the wider community under GPL. Basic code looks like this: puts "open logs" helper = SecurityHelper.new notif = Notifier.new offenders = helper.getoffenders( logfile ) offenders.each { |key, offender| puts offender.rhost + " (" + offender.abuse + ")" Notifier::deliver_send_report(offender) } with class SecurityHelper def getoffenders( logfile ) @off = Hash.new File.open(logfile).each { |...
2006 Jul 21
4
unexpected results
...t\tSUMMONS\tACTCC321.001\tA.C.T. - MINOR THEFT (REPLACEMENT VALUE $2000 OR LESS)\ etc - which seems scrambled The guide says that file.data[var5>0] will give me the data for all subject who meet that condition (ie greater than 0 on var5), but I get: Error in "[.data.frame"(jacs.data, offend > 0) : object "offend" not found can anyone help? Thanks nathan -- View this message in context: http://www.nabble.com/unexpected-results-tf1979786.html#a5432210 Sent from the R help forum at Nabble.com.
2012 Aug 30
2
segfault in gplots::heatmap.2
...ckage maintainers directly? If R-help is the wrong place, please feel free to direct me to the correct one. I am on debian (testing) linux 64 with the binary R distribution from the repositories (version 2.15.1). Below follows a simple reproducible example causing the segfault on my machine. The offending dataset is quite big, so instead of posting it here I put it here: https://gist.github.com/3523761. Please put it into offending.txt to make the code below working. This is the example. Note, that without loading 'XLConnect' this works nicely. #+begin_src R library("gplots&quot...
2012 Aug 30
2
segfault in gplots::heatmap.2
...ckage maintainers directly? If R-help is the wrong place, please feel free to direct me to the correct one. I am on debian (testing) linux 64 with the binary R distribution from the repositories (version 2.15.1). Below follows a simple reproducible example causing the segfault on my machine. The offending dataset is quite big, so instead of posting it here I put it here: https://gist.github.com/3523761. Please put it into offending.txt to make the code below working. This is the example. Note, that without loading 'XLConnect' this works nicely. #+begin_src R library("gplots&quot...
2010 Apr 22
1
Offending Line Break
I recently upgraded to build 2448. After doing so I noticed the "Statistics" and "Settings" buttons associated with the GUI interface no longer aligned correctly on the Index Page. A review of the header.html code revealed an offending <br> on line 18. Removing the <br> corrected the alignment problem. The old code read as; <table CELLPADDING="3"> <tr ALIGN=CENTER> <th COLSPAN="2" BGCOLOR="#60B0B0"> <a href="http://www.networkupstools.org" target=&quo...
2016 May 05
2
Resuming the discussion of establishing an LLVM code of conduct
..., Renato Golin <renato.golin at linaro.org> wrote: > I'm against the ownership of firearms, and go at great lengths and > poorly choosing words in a discussion, which some could consider rude, > with person X about it. I know person X for decades and have earned > the right to offend him/her personally as they know I don't mean it > (could be a joke, and internal one even). This is a very strong > cultural point in many countries, including Brazil. The stronger two > people can offend each other and shrug, the stronger their bond is. Just for the sake of completen...
2015 Oct 13
4
RFC: Introducing an LLVM Community Code of Conduct
...de. >> >> I particularly like "Do not make it personal. Do not take it >> personally.". It means *so* much in such a short sentence. > > Agreed! No offense to the FreeBSD CoC, but I really dislike the line “Do not take it personally”. Quite often when someone is offended, the offender will justify their statements by saying “You are just taking it personally”. I find this frequently used towards women (not saying this community necessarily). I would prefer this not used in our CoC. -Tanya
2003 Sep 25
0
Re: Please check if your are sending offending emails
...or Microsoft/hotmail and catch up the culprit? thanx in advance. >From: "Ron Liu" <rliu@email.sjsu.edu> >Reply-To: <rliu@email.sjsu.edu> >To: <samba@lists.samba.org> >CC: <openldap-software@OpenLDAP.org> >Subject: Please check if your are sending offending emails >Date: Thu, 25 Sep 2003 07:35:00 -0700 > >Hi, There >Last few weeks I've received tons of these "Microsoft Security updates" >emails with Virus attachment. These email must be from samba or ldap >mailing >list. Following I listes some sender's sourc...
2009 Jun 18
1
validObject throws non-caught error when slot doesn't exist
...ling an S4 class definition to include another slot and have found that the methods::validObject function (defined in methods/R/SClasses.R) in R-devel throws an error that isn't caught internally (and thus not controllable by 'test' argument) when retrieving a non-existent slot. The offending line of code is shown below: > validObject function (object, test = FALSE, complete = FALSE) { ... for (i in seq_along(slotTypes)) { classi <- slotTypes[[i]] sloti <- slot(object, slotNames[[i]]) # offending line of code One potential patch is to substitute the of...
2024 Jan 01
2
ssh keys hostname VS fqdn - offends?
...guys Though being a mere user, - as opposed to an expert - in many long years of ssh in my use this, is new: -> $ ssh box5.proxmox.mine hostname -i 10.3.1.78 -> $ ssh box5 hostname -i Warning: the RSA host key for 'box5' differs from the key for the IP address '10.3.1.78' Offending key for IP in /root/.ssh/known_hosts:2 Matching host key in /etc/ssh/ssh_known_hosts:2 Are you sure you want to continue connecting (yes/no)? yes 10.3.1.78 This is same one host I _ssh_ to. Is this purely _ssh_ and way to fix it would be 'configuration' or perhaps (ssh &) something...
2006 Jul 23
2
constructing a dataframe from a database of newspaper articles
...uch as the advice given by the existing psychiatrists being revealed in open court to the judge but they're aspects of streamlining rather than substantive change." He says many people are irked by a perceived disproportion between the treatment of mentally ill offenders and their victims. "As a community we need much more positively to address the situation of victims." De Jersey points to the James Bulger murder in the UK eight years ago when two 10-year-old boys abducted and battered James, two, to death. The killers a...
2013 Oct 31
7
[Bug 870] New: Iptables cannot block outbound packets sent by Nessus
...itiating ARP Ping Scan at 00:07 Scanning 192.168.2.99 [1 port] Completed ARP Ping Scan at 00:07, 0.04s elapsed (1 total hosts) Initiating SYN Stealth Scan at 00:07 Scanning 192.168.2.99 [100 ports] sendto in send_ip_packet_sd: sendto(5, packet, 44, 0, 192.168.2.99, 16) => Operation not permitted Offending packet: TCP 192.168.2.100:58171 > 192.168.2.99:7 S ttl=52 id=64640 iplen=44 seq=3821504810 win=1024 <mss 1460> sendto in send_ip_packet_sd: sendto(5, packet, 44, 0, 192.168.2.99, 16) => Operation not permitted Offending packet: TCP 192.168.2.100:58171 > 192.168.2.99:9 S ttl=42 id...
2024 Jan 01
1
ssh keys hostname VS fqdn - offends?
..., 2024 1:01 PM +0100 lejeczek via CentOS <centos at centos.org> wrote: > -> $ ssh box5.proxmox.mine hostname -i > 10.3.1.78 > > -> $ ssh box5 hostname -i > Warning: the RSA host key for 'box5' differs from the key for the IP > address '10.3.1.78' > Offending key for IP in /root/.ssh/known_hosts:2 > Matching host key in /etc/ssh/ssh_known_hosts:2 > Are you sure you want to continue connecting (yes/no)? yes > 10.3.1.78 > > This is same one host I _ssh_ to. > Is this purely _ssh_ and way to fix it would be 'configuration' or &...
2006 Apr 10
2
X-HTMLifying Code
This falls into the category of "wonder if anyone''s done this"? The site I''m working on now has affiliate sponsors who provide link HTML. Almost all of it violates some W3C spec for XHTML, the primary offenders being capitalized tag names and unclosed tags like IMG. They also include ampersands as query-string separators, which also offends the W3C Validator. Has anyone written a snippet to parse links and image tags to make them XHTML Transitional safe? This works in some but not all cases: @affili...
2015 Oct 14
5
RFC: Introducing an LLVM Community Code of Conduct
...make it personal. Do not take it > >>> personally.". It means *so* much in such a short sentence. > >> > >> Agreed! > > > > No offense to the FreeBSD CoC, but I really dislike the line > > “Do not take it personally”. Quite often when someone is offended, > > the offender will justify their statements by saying “You are just > > taking it personally”. I find this frequently used towards women > > (not saying this community necessarily). > > I'd agree, "Do not take it personally" could in certain elocutions &g...
2005 Feb 09
12
Harvesting and Dictionary attacks
Is there a way to listen on port 25 for repeated dictionary attacks to harvest email address and blacklist that Ip with shorewall? Thanks, Mike
2016 May 05
4
Resuming the discussion of establishing an LLVM code of conduct
On 5 May 2016, at 12:14, Charles Davis via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > The last sentence of the third paragraph bothers me: > >> In addition, violations of this code outside these spaces may affect >> a person's ability to participate within them. > ​This essentially gives the committee carte blanche to police our thoughts no matter where we
2016 May 06
4
Resuming the discussion of establishing an LLVM code of conduct
...ing every one that has had fears so far, the right to do so. I'm not saying *you* are, but that is the consequence if you (or anyone else) would have been. Now, assuming that he was joking, that would have been bad, but how bad? It would depend on how many times it happened in the past (serial offender, see the autism page I shared earlier), or if the affected person asked him to stop and he didn't, or if he did this on the list or out of it, etc. Those are all parts of the spectrum of harassment, and they have to be dealt with in *very* different ways. If we advocate on our CoC that we do...