Displaying 20 results from an estimated 10000 matches similar to: "classifying packets and ports"
2010 Oct 21
1
gam plots and seWithMean
hello
I'm learning mgcv and would like to obtain numerical output corresponding
to plot.gam.
I can do so when seWithMean=FALSE (the default)
but only approximately when seWithMean=TRUE.
Can anyone show how to obtain the exact values?
Alternatively, can you clarify the explanation in the manual
"Note that, if seWithMean=TRUE, the confidence bands include
the uncertainty about the
2006 Feb 01
5
failover routing
Hi Guys,
I would just like to have advice and pointers of the best way would be,
Someting like BGP or OSPF?
I have 2 internet connections at diffrent locations. let say connection
A and B
1.) router A has a fast internet connection and a seperate interface for
clients using /lan/pppoe/ipsec etc and another ethernet interface going
to router B
2.) router B has similiar setup as router A and
2006 Apr 20
2
pppoe question
Hi THere,
sorry if this is a stupid question or does not belong to this forum.
I''ve set my DEFROUTE=no in my ifcfg-ppp0 and when I bring the ppp0
up, it deletes my old default load balance routes which I do not want,
as I just want the interface to be up, but not touching my default
routes
any advice
Thanks
SEW
2006 Apr 12
3
Class C network 223.255.255.x
Hi,
Most networks are using either 10.x.x.x or 172.x.x.x or 192.168.x.x , but
was curious If I can use the range 223.255.255.x for my backbone routing,
this looks like a nice block to use as most ppl don''t use this, specially if
you build quite a big intranet
what about the whole 223.x.x.x block, will this be used on the internet?
sorry if its a stupid questions
Thanks
Sew
2007 Oct 11
8
ADSL channel boding or Load balancing
Hi There,
We currently using iproute2 for load balancing. However we need more
upload speed as we load balance over 3 dsl lines.
I''ve been looking for a way to combine the upload speed to more
faster. Found a site called www.upstreaminter.net where these guys
bond the adsl channels to improve uploads, Since downloading is
problem as its need to know the ip address of the downloader they
2004 Jun 30
1
classifying packets
hello!
i have the following problem:
i have a pc, which has one (eth0) NIC. eth0 is connected to two other linux
machines acting as routers to the internet.
i want to classify packets outgoing from my PC. i want to mark packets that are
routed through 1. router with mark 1 and the others packets routed throuhg
router 2. with mark 2.
i had following ideas:
-using destination MAC
-using route
2011 Jun 18
3
Unconditionally transfer files
Is there a way to make rsync unconditionally transfer files,
i.e. create them anew even if the target already exists and is
identical to the source ?
rsync -I looks closer but still avoids transferring the files.
--
Andr? Majorel http://www.teaser.fr/~amajorel/
2008 Aug 06
4
Union of columns of two matrices
I was posed the following problem/teaser:
given two matrices, come up with an "elegant" (=fast & short) function that
returns a matrix with all and only the non-duplicated columns of both
matrices; the column order does not matter. In essence, a matrix equivalent
of union(x,y), where x and y are vectors. I could not come with anything
nice. Any ideas?
Giuseppe
--
Giuseppe A.
2019 Oct 01
3
Adding support for vscale
On Tue, Oct 1, 2019 at 8:08 AM Robin Kruppe <robin.kruppe at gmail.com> wrote:
>
> Hello Jacob and Luke,
>
> First off, even if a dynamically changing vscale was truly necessary
> for RVV or SV, this thread would be far too late to raise the question.
> That vscale is constant -- that the number of elements in a scalable
> vector does not change during program execution
2006 Oct 04
1
Slideshare.net (we use Mongrel)
Hi guys :-)
Just a note to let you know that today we launched Slideshare (
slideshare.net) into open beta. It''s a powerpoint-sharing tool (with a
twist) and the app is served with Mongrel.
A teaser on techcrunch:
http://www.techcrunch.com/2006/10/04/introducing-slideshare-power-point-youtube/
Zed, a huge thanks for developing this server. If anybody needs pointers on
using Mongrel in
2012 Jul 27
1
[LLVMdev] proposal for exploiting undefined behavior much more aggressively
On Thu, Jul 26, 2012 at 3:41 PM, Chris Lattner <clattner at apple.com> wrote:
> On Jul 26, 2012, at 9:58 AM, John Regehr wrote:
> > http://blog.regehr.org/archives/761
>
> It's an interesting post, but I'd like to point out that it is a non-goal
> for the project to be actively hostile to users of the compiler. :) It is
> useful to have debugging tools for
2007 Aug 20
1
Looking inside device files
Is there a way to make rsync look inside device files ? The goal
is to copy the contents of a block device to a regular file
incrementally.
Short of that, even just getting it to dump the block checksums of
the content a block device would help (if I know which blocks are
out of sync, I can fix them with dd).
--
Andr? Majorel <URL:http://www.teaser.fr/~amajorel/>
Do not use this account
2013 Dec 03
1
Guard against destination = existing directory
Trying to use rsync to make sure that _dest_ is a regular file
with the same content as file _source_.
If _dest_ already exists and is a symlink, FIFO or device file,
rsync deletes it and creates a regular file in its place. Good.
If _dest_ already exists and is a directory, rsync creates
_dest_/$(basename _source_). Not what I want.
Is there an option similar to GNU install -T or GNU cp -T
2005 Oct 31
1
Truncating with decoding/recoding
Hello all. Thanks for FLAC. It's served me well for the past few
years.
Is there a program out there to truncate a FLAC file without
decoding/recoding it ? Preferably command-line (I already know at
what point I want to truncate it).
Thanks in advance.
--
Andr? Majorel <URL:http://www.teaser.fr/~amajorel/>
Do not use this account for regular correspondence.
See the URL above for
2011 Mar 13
1
Excited about the near future...
Some already know, but I think it deserves a bit of a attention here as well:
It looks like we're about to get new features in R that will be very powerful!
That should be a good enough teaser for now...
/Henrik
PS ...and thanks for making it available plus credits to similar
efforts by others.
2009 Oct 13
4
Creating a list of empty lists
Well here is one more brain-teaser related to assigning stuff into a
list of list. What if I need to create a new list of empty lists? I have
actually got a solution to this problem:
l = list(list())
for ( i in sequence(length-1) )
{
l = list(unlist(l,recursive=FALSE), list())
}
But it is not very neat to do this in a loop. Are there any cuter ways
to do this?
2007 Aug 08
2
How to write a function with a return value in Asterisk
Hi,
Is it possible to write a function in Asterisk, that returns a value? Sort
of like any programming language allows?
For example, I`d like function ReturnSipReg to return the right
SipRegistration to dial, based on some value so that I could use it in my
dial plan:
i.e:
exten => 1234,1,Dial(SIP/ReturnSipReg(John))
; would dial John's extension, which I don't know at this
2012 Nov 28
2
Opus for ASR - update and questions
For the last couple months, Nuance has performed extensive testing on how the Opus codec performs in the speech recognition task. I'm hoping to publish a full report in the coming months, but until then all I have is a teaser. Opus performed within about 1% of the WER (Word Error Rate) of unencoded audio. This is compared to about 5% for Speex, which was the previous codec of choice. Well
2005 Dec 15
0
[LLVMdev] List Scheduling on LLVM Instructions
On Thu, 15 Dec 2005, thean kiat sew wrote:
> I am planning to use list scheduling on LLVM instructions.
> Any recommendation on how to start ? As in which codes in LLVM that I need
> to look at.
We don't currently have a list scheduler in the target-independent code
generator, but we do have the infrastructure needed to implement one.
Check out the
2017 May 15
1
[PATCH 1/3] Fix ERROR: trailing statements should be on next line
On Mon, 15 May 2017 05:58:05 +0300
"Michael S. Tsirkin" <mst at redhat.com> wrote:
> On Sun, May 14, 2017 at 07:51:28PM +0200, Maciek Fijalkowski wrote:
> > From: Maciej Fijalkowski <macfij7 at wp.pl>
> >
> > Signed-off-by: Maciej Fijalkowski <macfij7 at wp.pl>
>
> I prefer the original form - ; isn't a full statement.
>
> >