Displaying 20 results from an estimated 500 matches similar to: "for those of you who want a patent..."
2003 Jan 24
1
WHITEHAT DISCOVERS SERIOUS SECURITY FLAW AFFECTING ALL WEB SERVER S WORLDWIDE
FYI,
Santa Clara, Calif., Jan. 20, 2003 -- WhiteHat Security, Inc. a Santa Clara,
California based company that specializes in Web Application Security, has
discovered a serious security flaw affecting all web server world wide. From
months of extensive research and testing, WhiteHat has found a way to
exploit
a flaw in the way all web servers communicate.
2017 Dec 22
2
ot: how to block persistent same invalid account, different IPs
I've installed fail2ban, it seems to be working as it identified my failed
test logins, BUT, my question is:
what can I do when I see same invalid name trying to login to dovecot,
different IP each time, how can I say block each IP as used by this name ?
or it that a bad idea ?
I can see two persistent attempts as so:
I don't have such user 'ignacio' or 'julian'
# grep
2017 Dec 22
0
ot: how to block persistent same invalid account, different IPs
On 22/12/17 11:41, Voytek Eymont wrote:
> I've installed fail2ban, it seems to be working as it identified my failed
> test logins, BUT, my question is:
>
> what can I do when I see same invalid name trying to login to dovecot,
> different IP each time, how can I say block each IP as used by this name ?
> or it that a bad idea ?
>
> I can see two persistent attempts as
2007 Jun 19
1
Display Options While Paginating
I have a table full of articles that I want to paginate. Easy enough
with:
[Controller]
@article_pages, @articles = paginate(:articles, :per_page =>
20, :order => ''post_date DESC, title ASC'')
BUT, there are different types of articles: regular news articles
(designated NA), and press releases (designated PR).
If I want to put each type in a different table on the same
2000 Feb 03
2
How to include TeX formulae in R plots?
Hi, all
Does anybody know if it is possible to include TeX-style formulae
in R plots? The aim is to export such plots to LaTeX documents
using the postscript() device.
Many thanks in advance,
Alberto Munoz
---------------------------------------------------------------------
Alberto Munoz Phone: +34-91- 624 95 79
Dpto. de Estadistica y Econometria Fax: +34-91- 624
2006 Nov 07
2
wrong fill colors in polygon-map
Dear all,
I would like to produce a map with information about the patenting
activity in German districts, by coloring districts with different
degrees of patenting activity in different colors. I work with the
packages maptools, maps and spdep. The map data is read from an external
.shp file (+ the corresponding .shx and .dbf files). Plotting a map with
the IDs or the patenting indicator itself
2006 Jul 21
0
(no subject)
Hi,
I am having problems when trying to apply factor analysis in a covariance matrix,
> factanal(covmat=strip1cmcd, factors=5, control=list(lower=0.0264))
Error in optim(start, FAfn, FAgr, method = "L-BFGS-B", lower = lower, :
non-finite value supplied by optim
In addition: Warning message:
NaNs produced in: sqrt(diag(cv))
I have searched for possible solutions in
2005 May 13
0
RE: RE: [Xen-ia64-devel] Paravirtualized xenlinux/ia64available
BTW, the xenlinux-2.6.11.bk''s version is:
ChangeSet@1.2085, 2005-05-12 11:10:24-06:00, djm@kirby.fc.hp.com
More work on hyperprivops
Signed-off-by: Dan Magenheimer <dan.magenheimer@hp.com>
Thanks,
Kevin
>-----Original Message-----
>From: xen-devel-bounces@lists.xensource.com
>[mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of Tian, Kevin
>Sent: Friday,
2005 May 13
0
RE: [Xen-ia64-devel] Paravirtualized xenlinux/ia64 available
Yes, like real Linux/ia64, it is not possible to run the
same Xenlinux bits both on ski and on real hardware.
A different configuration and build is required. The
config difference is the same as it was with the
privified xenlinux... I think you did that successfully
before (with privified xenlinux) so give that config
file a try and if it doesn''t work, let me know.
BTW, I think I know
2000 Dec 13
1
Patents
I suppose it could be possible to patent something and
let the patent expire so that it is registered at the
patent office but not enforcable. No one else could
patent it then.
I get curious about the RLE patent. I heard Someone
has a patent on run length encoding and I wonder how
long they have had it because I remember RLE code
running on a sinclair spectrum in the 80's before the
whole
2004 Apr 03
0
Grandstream and codec G.711
Dunno why your phone isn't allowing you do negotiate
g711u but I can tell you how to upgrade the firmware. I
called them on Thursday for myself and they gave me the
following tftp server address for which to program my
phone.
4.3.153.50
Load this into your phone's tftp area and reboot it.
It'll go out to the net and check the firmware revision
and change it if required. I've done
2005 Sep 30
4
G.729 patent in France
Hi all,
I am building an Asterisk PBX with voicemail and music on hold functions.
An ISDN BRI line will also be available and G.729 IP-phones will be used.
Are there patents rights applicable to France?
Which licence could I use and how many ones are required (only one per phone
or also for voicemail and MOH)?
Regards
Amaury
-------------- next part --------------
An HTML
2004 Aug 06
3
Is Speex realy patent free?
Well, apparently, no pure software solution can be patented (hardware can),
least that's what I saw on the national news here in the UK 2 weeks ago.
Clive
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'speex-dev-request@xiph.org'
containing only the word
2007 Aug 15
2
X11 problems
Hi
I'm working in a ubuntu feisty OS, when I try to start X11() i get the
following message
> X11()
Error in X11() : could not find any X11 fonts
Check that the Font Path is correct.
In addition: Warning messages:
1: locale not supported by Xlib: some X ops will operate in C locale
2: X cannot set locale modifiers
>
Can some body tell me what to do?
--
Pau Marc Muñoz Torres
2009 Jan 23
0
New international competition for the Digital Humanities
(Slightly off topic and outside my area - but this may be of interest to
the R community)
WASHINGTON (January 16, 2009) -- Today, a new international competition
called the "Digging into Data Challenge" was announced by four leading
research agencies: the Joint Information Systems Committee (JISC) from
the United Kingdom, the National Endowment for the Humanities (NEH) and
the
2008 Oct 31
4
how to compute a roc curve
Hi,
I'm trying to set up a prediction software, now i testing the performance
of my method, so i need to calculate a ROC curve, specially auc, cut-off,
sens and spec, i just looking at ROCH package, but it's a mass for me, i'm
not a math guy and I'm getting lost
Could any of you recommend me an easy-to-use package to do this task? i just
have a list of positive/negative samples
2009 May 19
0
announcement: chan_nms - channel driver for NMS Communications hardware
I'm pleased to announce the availability of CHAN_NMS - channel driver for NMS
Communications (now Dialogic) hardware. The attached README explains it all. The
project website is
http://chan-nms.hosting.lv/
CHAN_NMS is an Asterisk PBX channel driver that supports NMS Communications [1]
(acquired by Dialogic [2]) Open Access line of products, that includes E1/T1
boards [3] for PCI(-X), PCIe,
2006 Jun 21
1
How to configure asterisk to emulate FXO signaling ?
I'm unable to configure asterisk to provide dial tone, busy tone, detect
dtmf digits, etc to an analog phone connected to a FXS port.
Unfortunately, this particular hardware does not provide FXO signaling.
Incoming calls work perfect, the phone rings and voice flows on both
directions. However, I can't place outgoing calls, there is no dial tone
and dialing out makes no difference.
2007 Aug 14
2
Patent issues, what features we can't use?
Hi everybody,
As the Asterisk community is getting larger and larger, I was wondering that
the features which are provided in Asterisk and are programmed by the open
source community under GPL, or GUIs like FreePBX which also come loaded with
wonderful features and uses same Asterisk, are they anywhere violating any
patent laws? Most of the features work the same way as Nortel, Avaya and
other
2000 Dec 10
0
Patents on algorithms harm data analytic services
Cologne, 10.12.00
Dear Sir,
Dear Madam,
We are concerned about the possibility that the European Commission might introduce software patenting into the European Community because we think this will harm our profession.
We make our living on data management and statistical analyses. Modern statistics crucially depends on algorithms [cf. Venables, W. N., & Ripley, B. D. (1999). Modern applied