Displaying 20 results from an estimated 100 matches similar to: "Top 10 HIGHEST BUILDINGS - THE WORLD RECORDS"
2004 Sep 30
12
Block domains with Shorewall
Hi,
like implementing this script with shorewall?
--------------------------------------------
#!/bin/sh
dig ads.web.aol.com | grep "ads." | grep -v \; | grep -v \< | cut -f5 |
while read aolblock1; do
iptables -A OUTPUT -p all --destination $aolblock1 -j DROP
done
---------------------------------------
Thanks,
Aventino Faria
2015 Nov 24
0
Google Ads in rsyslog documentation files
Hi all,
I know this comes from upstream (and most likely from the rsyslog project itself), but what's your opinion about Google Ads in system documentation files?
> [peckel at mucnvjmppmtr01 ~]$ cat /etc/redhat-release
> Red Hat Enterprise Linux Server release 6.7 (Santiago)
> [peckel at mucnvjmppmtr01 ~]$ grep google /usr/share/doc/rsyslog-5.8.10/*
>
2009 Apr 28
0
google adsense breaks render :partial =>
Hey everybody, i''ve got a control that returns a partial, no biggie.
Except when that partial contains the javascript for my adsense account.
Then the partial renders correctly, and then quickly replaces my page
with nothing by the ad. When i take away my adsense js, everything works
great. Has anyone encountered this before, or know how to get around it?
def submit_remote_form
render
2015 Nov 24
3
Google Ads in rsyslog documentation files
Peter Eckel wrote:
> Hi all,
>
> I know this comes from upstream (and most likely from the rsyslog
project itself), but what's your opinion about Google Ads in system
documentation files?
>
>> [peckel at mucnvjmppmtr01 ~]$ cat /etc/redhat-release
>> Red Hat Enterprise Linux Server release 6.7 (Santiago)
>> [peckel at mucnvjmppmtr01 ~]$ grep google
2009 Mar 17
4
Plastic Water Bottles
The plastics industry says polycarbonate bottles are safe.
http://www.bisphenol-a.org/about/faq.html#g
I'm sure Maggie and here friends would say ALL plastic bottles are
very dangerous.
This lady seems to be at a reasonable middle ground.
http://trusted.md/blog/vreni_gurd/2007/03/29/plastic_water_bottles
Polycarbonate plastics the kind of bottle you bought contains BPA.
"In 2006 Europe
2013 Jul 10
4
nsd can't bind udp socket: Address already in use
Greetings,
Unbound 1.4.20
OS X 10.8.4 - Server
NSD 3.2.15
I have installed 'unbound' and it works nicely on my client (test
purpose) - Client is MacBook Air.
I have installed NSD (will be in replacement of BIND) on said client.
All is good but when i try to start NSD
Error --> nsd can't bind udp socket: address already in use.
Everything is configured to bind to 127.0.0.1.
#
2017 Jun 08
2
v2.2.30.1 released
>
> We have identified a bug in auth process, and are working with a fix.
>
It works for me in 2.2.30-2
--
Angel L. Mateo Mart?nez
Secci?n de Telem?tica
?rea de Tecnolog?as de la Informaci?n
y las Comunicaciones Aplicadas (ATICA)
http://www.um.es/atica
Tfo: 868889150
Fax: 868888337
2011 Feb 10
1
highest and second highest value in row for each combination
Dear R-List,
I have a dataframe
area<-c(rep(1,10),rep(2,10),rep(3,10),rep(4,10),rep(5,10))
type<-c(rep(1:10,5))
a<-rnorm(50)
b<-rnorm(50)
c<-rnorm(50)
d<-rnorm(50)
df<-cbind(area,type,a,b,c,d)
df
area type a b
c d
[1,] 1 1 0.45608192 0.240378547 2.05208079 -1.18827462
[2,] 1 2 -0.12119506 -0.028078577
2007 May 01
1
The unbelivable Civilizations of the World
The unbelivable Civilizations of the
World<http://mega-structures.blogspot.com/2007/03/unbelivable-civilizations-of-world.html>
The unbelivable Civilizations of the World
<http://mega-structures.blogspot.com/>
<http://mega-structures.blogspot.com/>
''Chaco Canyon Indian ruins, NM, circa 1060, The Center of
...<http://mega-structures.blogspot.com/>
2009 Nov 05
0
how ot remove the highest value from total time jmeter xslt
Hi,
I am new to xslt and I need some help removing the highest value from the
'total time' and then calculating the 'average time' for jmeter reports
Thanks,
Hema
--
View this message in context: http://old.nabble.com/how-ot-remove-the-highest-value-from-total-time-jmeter-xslt-tp26208608p26208608.html
Sent from the R help mailing list archive at Nabble.com.
2010 Aug 20
1
right settings for highest quality
Hi
I am trying to evaluate the quality of the CELT codec by using the 0.8.0
testcelt tool to encode and decode the input.
I want to test different bitrates and selected the below parameters for 64,
96, 128, 196, 256kB:
./celt-0.8.0/libcelt/testcelt.exe 44100 2 256 46 $1.sw $1-64kb.sw
./celt-0.8.0/libcelt/testcelt.exe 44100 2 192 46 $1.sw $1-96kb.sw
./celt-0.8.0/libcelt/testcelt.exe 44100 2 128
2016 Apr 22
0
Finding Highest value in groups
idvalues <- data.frame (ID = c(1, 1, 2, 2, 3, 4, 4, 4, 5, 5),
Value = c(0.69, 0.31, 0.01, 0.99, 1.00, NA, 0,1, 0.5, 0.5))
aggregate(Value~ID, data=idvalues, max)
ID Value
1 1 0.69
2 2 0.99
3 3 1.00
4 4 1.00
5 5 0.50
--
Best,
GG
[[alternative HTML version deleted]]
2016 Apr 22
1
Finding Highest value in groups
Since the aggregate S3 method for class formula already has got na.action = na.omit,
## S3 method for class 'formula'
aggregate(formula, data, FUN, ...,
subset, na.action = na.omit)
I think that to deal with NA's, it is enough:
aggregate(Value~ID, dta, max)
Moreover, passing na.rm = FALSE/TRUE is "don't care":
aggregate(Value~ID, dta, max, na.rm=FALSE)
2003 Feb 12
0
[Bug 492] Spurious error message from loginrec when attempting to login in with the highest uid for the first time.
http://bugzilla.mindrot.org/show_bug.cgi?id=492
djm at mindrot.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From djm at mindrot.org 2003-02-12 11:58
2003 Jan 16
0
Rsync over SSH v2 with strong authentication but not encrypte d to get the highest speed on Rsync?
No it is one Sun solaris 8 box trying to back up several aix boxes.But
apparantly it is not possible to disable the encryption so I was hoping that
I could use another -e like ftp or something like that thru rsync.
But I cannot seem to get to work.
Regards Boris
-----Original Message-----
From: Jim Kleckner [mailto:jek-rsync@kleckner.net]
Sent: 15. januar 2003 19:47
To: Boris Gegenheimer
Cc:
2007 Jan 29
1
update.packages() doesn't pick up the highest version of packages
Hi,
Try to install limma 2.8.1 with:
> biocRep <- "http://bioconductor.org/packages/1.9/bioc"
> install.packages("limma", repos=biocRep)
then try to update it with
> repos <- c(biocRep, "http://cran.fhcrc.org")
> update.packages(repos=repos)
--> it will not get updated (even if there is a 2.9.8 version on CRAN).
This is (1)
2007 Aug 24
1
"rounding" to next lowest/highest 'x%%y' (mod) equals zero?
Dear smart ones,
Image a vector 'test' that looks like so:
0
0.5
1.5
2.1
3.1
4
I'm looking for an efficient function that would do something like
moddown <- function(test,integer){
for (element %in% test){
if (element%%integer != 0) {
"return next lowest integer for which '%%' returns 0"
} else {
"return element"
}
}
}
and
2007 Nov 24
2
how to compute highest density interval?
Suppose i want to compute a 95% highest density for a beta distribution
beta(a,b)
the two end points x1 and x2 shoudl satisfy the following two equations:
pbeta(x1,a,b)-pbeta(x2,a,b)=95%
dbeta(x1,a,b)=dbeta(x2,a,b)
Is there any fast way to compute x1 and x2 in R?
[[alternative HTML version deleted]]
2009 Apr 16
1
Asking help for finding the highest density region
I am using the package hdrcde to get the highest density region. I have the data from an unknown distribution. And I used the subroutine hdr from the package to get the highest density region. But I always got a error message. I do not know why. Who can help?Thanks!
The codes look like this:
j is the data set,
> hdr(j)
Error in bw.SJ(x) : no solution in the specified range of bandwidths
2010 Jul 28
2
finding the next highest number in an array
Hi
I have a sorted array ( in ascending order) and I want to find the subscript
of a number in the array which is the the next highest number to a given
number. For example,if I have 67 as a given number and if I have a vector
x=c(23,36,45,62,79,103,109), then how do I get the subscript 5 from x (to
get 79 which is the next highest to 67) without using a for loop?
Thx
--
'Raghu'