Displaying 20 results from an estimated 6000 matches similar to: "UK encryption proposals (fwd)"
1997 Mar 31
5
UK Encryption ban legislation {from: [comp.risks] RISKS DIGEST 18.95}
I think this is an issue of serious interest to many of the subscribers
of these lists; it would effectively ban a lot of security-related tools
that many of use now find indispensable, e.g. ssh, pgp.
------- Start of forwarded message -------
Date: 21 Mar 1997 10:11:57 GMT
From: rja14@cl.cam.ac.uk (Ross Anderson)
Approved: R.E.Wolff@BitWizard.nl
Subject: DTI proposals on key escrow
The British
1997 Apr 01
0
UK Encryption ban legislation
> I think this is an issue of serious interest to many of the subscribers
> of these lists; it would effectively ban a lot of security-related tools
> that many of use now find indispensable, e.g. ssh, pgp.
>
[snip]
> Licensing will be mandatory:
>
> We intend that it will be a criminal offence for a body to offer
> or provide licensable encryption services to
2002 Sep 30
0
End Chinese Censorship at Yahoo!
Dear Friends,
I read in a September 2002 edition of the Economist
Magazine that Yahoo! (www.yahoo.com) has signed an
agreement with the Chinese government to censor
searches on their web site for consumers in China. I
am very disappointed in Yahoo! and hope you are too.
To let my distaste be known, I am writing Yahoo! and
closing my email accounts and un-subscribing from
Yahoo!-based mailing
2009 May 07
1
data transformation using gamma
Hi R-users,
I have this code to uniformise the data using gamma:
> length(dp1)
[1] 696
> dim(dp1)
[1] 58 12
> dim(ahall)
[1] 1 12
> dim(bhall)
[1] 1 12
> trans_dt <- function(dt,a,b)
+ { n1 <- ncol(dt)
+ n2 <- length(dt)
+ trans <- vector(mode='numeric', length=n2)
+ dim(trans) <- dim(dt)
+ for (i in 1:n1)
+ { dt[,i] <- as.vector(dt[,i])
2005 Sep 01
0
RE: Asterisk with Meridian1 option11 in the UK
Hi,
The PBX recives alarms from the TE110p card and are mainly pointing at frame
errors and Loss of signal.
Asterisk is configured as
Zapata.conf
signalling=pri_cpe
switchtype=national
rxwink=250
channel => 1-15,17-31
Zaptel.conf .... This is what I need to know - the SPAN is currently set to
E3 - does anyone know what I need to use for a E1 ?
span=1,1,0,esf,b8zs
bchan=1-15,17-31 # set this
2011 Jul 17
1
How to speed up interpolation
df is a very large data frame with arrival estimates for many flights
(DF$flightfact) at random times (df$PredTime). The error of the estimate
is df$dt.
My problem is that I want to know the prediction error at each minute
before landing. This code works, but is very slow, and dominates
everything. I tried using split(), but that rapidly ate up my 12 GB of
memory. So, is there a better R way of
1997 Jan 07
3
logwatching
If it''s any help, here''s a sed script that is reasonably good at pulling out
suspicious-looking items generated by various daemons. Fix appropriately...
_H*
==========
# this should match a buncha different stuff
/ [Pp]ermi/b ff
/ PERMI/b ff
/ [Rr]efuse/b ff
/ REFUSE/b ff
/ [Dd]en[yi]/b ff
/ DEN[YI]/b ff
/[Rr]eject/b ff
/REJECT/b ff
/[Bb]ogus/b ff
/[Pp]assw/b ff
/PASSW/b ff
2011 Nov 10
2
Rails nested Routing
Hi there!
I experienced an issue with routing.
Basically, I''m trying to follow step-by-step the Rails'' official guides
process for what concerns the nested routing.
So, I have Newspapers that has_many :ads , and :ads belongs to
:newspaper .
What I did was simply trying to obtain an URL like this:
http://localhost/newspapers/1/ads/1
but when I set routes.rb in this way:
2010 Dec 30
1
Sorting data.frame datewise in a descending order
Dear 'HTH' R friends
I have a small dataframe as given below. I need to sort this database based on date in a decending order. I am not sure whether I have defined the date column in a proper format.
mydat<-data.frame(date = (c("1/31/2010", "2/28/2010", "3/31/2010", "4/30/2010", "5/31/2010", "6/30/2010",
2007 Jan 27
2
Markdown use by newspapers?
Does anyone know of any larger newspapers or publishing companies
that use Markdown? Several times I've noticed glitches in web page
articles, posted at larger newspapers, where emphasis has been
indicated by underlines and have wondered.
Robert McGonegal
2008 Sep 29
2
turning comma separated string from multiple choices into flags
Hello,
I use google docs' Forms to conduct surveys online. Multiple choices
questions are coded as comma separated values.
For example,
if the question is like:
1. What magazines do you currently subscribe to? (you can choose
multiple choices)
1) Fast Company
2) Havard Business Review
3) Business Week
4) The Economist
And if the subject chose 1) and 3), the data is coded as a cell in a
2008 May 19
0
New package dti
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
dti is a new contributed package for R, that implements functions for
smoothing Diffusion-weighted MR data with structural adaptive smoothing
methods.
Version 0.5-2 contains functions for smoothing DW data in the context of
the Diffusion Tensor Model and for visualization of Diffusion Tensor
Data and anisotropy maps derived thereof. The tensor
2008 May 19
0
New package dti
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
dti is a new contributed package for R, that implements functions for
smoothing Diffusion-weighted MR data with structural adaptive smoothing
methods.
Version 0.5-2 contains functions for smoothing DW data in the context of
the Diffusion Tensor Model and for visualization of Diffusion Tensor
Data and anisotropy maps derived thereof. The tensor
2007 Apr 01
0
No subject
file. I don''t know why it will work for other hosts but these steps do not
work for this.. there are no extra outputs from using --debug
On 4/9/07, Atom Powers <atom.powers at gmail.com> wrote:
>
> On 4/9/07, Mike Zupan <hijinks at gmail.com> wrote:
> > I recently had a working puppet server serving around 4-5 clients. One
> of
> > the clients needed to
2004 Oct 22
5
theora-mmx_on_win32?
Hi. Has anyone tried http://svn.xiph.org/branches/theora-mmx this code on Win32 ?
I can compile it with very small modification,
304c304
< ogg_int16_t *const temp= (ogg_int16_t*)align_tmp;
---
> ogg_int16_t *const temp= (int16_t*)align_tmp;
but outputs seem terribly broken. -> ex. http://mycomputer.cc/temp/mmx-out.ogg
GCC version is 3.4.2.
$ gcc --version
gcc.exe (GCC) 3.4.2
2013 Jul 04
2
Java/Solr - Could not reserve enough space for object heap.
Hi All.
# cat /etc/redhat-release
CentOS release 6.2 (Final)
# uname -r
2.6.32-220.17.1.el6.centos.plus.x86_64
# rpm -qa | grep solr
apache-solr-3.5.0-1.5...
I have a solr installation which is invoked:
/usr/bin/java -Xms25g -Xmx25g -DSTOP.PORT=8079 -DSTOP.KEY=mustard
-Dsolr.solr.home=multicore -jar start.jar
After start/when the java process is running:
# free -m
total
2007 Sep 11
6
Managing rc.conf in FreeBSD?
I''m, still, working on converting my cfengine configs into puppet; one
of the major hang-ups is the lack of any find/replace in puppet.
So for those of you who are using FreeBSD and puppet, how do you
manage you rc.conf?
--
--
Perfection is just a word I use occasionally with mustard.
--Atom Powers--
2007 Mar 28
3
class imports?
I have a lot of this going on:
--
class lighttpd { import "lighttpd.pp" }
class mysql { import "mysql.pp" }
class nagios { import "nagios.pp" }
class netdisco { import "netdisco.pp" }
class nfs_server { import "nfs.pp"}
class openldap { import "openldap.pp" }
--
But my client is trying to realize all of these, even though I
2011 Jun 17
1
Missed calls and groups
Is there a SIP header I can set (for Snom and Yealink phones if that's
relevant) or any other mechanism to tell a phone to ignore a particular
call from it's missed call list?
I have bits of the dialplan that ring groups of phones eg:
exten => 200,1,Dial(Sip/112&SIP/113&SIP/114)
and I don't want such calls being recorded by the phone as a missed
call.
Calls to the
2007 Sep 07
2
puppetmasterd memory usage
Hi,
We have dedicated puppet master boxes, which basically only run a
mongrel/puppetmasterd (6 instances), an apache proxy for mongrel and
puppetd.
Recently puppetmasterds seemed to have leaked almost all of the RAM, and
the thrashing made the box painfully slow.
We restarted the puppetmasterd processes, and started collecting some
statistics. Attached is a graph of memory usage on one of the