Displaying 20 results from an estimated 10000 matches similar to: "Advice on parsing / overriding function calls"
2008 Oct 30
2
"A critique of R and S-PLUS"
Dear all,
The other day I stumbled on this article, "A critique of R and S-PLUS"
[1], and got curious on whether the points outlined are (still) valid.
The article is quite old, dating 2004, but was updated several times.
Regards,
Liviu
[1] http://fluff.info/blog/arch/00000041.htm
--
Do you know how to read?
http://www.alienetworks.com/srtest.cfm
Do you know how to write?
2006 Feb 24
2
H A T E
WAIT A MINUTE.
You signed up for this mailing list to write that?
-----Original Message-----
From: flac-bounces@xiph.org [mailto:flac-bounces@xiph.org] On Behalf Of Dirk
Sent: Friday, February 24, 2006 4:51 AM
To: flac@xiph.org
Subject: [Flac] H A T E
What retard did the Flac API? It looks like what CS students do short before
they leave university to become consultants.
It's bloated
2010 Apr 13
2
All incoming calls landing in [customers] context
Hi all,
I'm trying to tighten things up a bit and I seem be be running into something
that doesn't make sense to me.
I've got 2 contexts, one for customers, and one for guests, that I include
into [customers] and [default], in extensions.conf, as below:
=============================================================
[default]
include = dial_GUEST
[customers]
include = parkedcalls
2000 Mar 01
1
"is.qr" definition (PR#465)
Might it be possible to tighten the definition of "is.qr". I
noticed that after I mistakenly typed
example(lm) # make lm object named lm.D9
qr.Q(lm.D9)
which exhausted the heap memory and produced two warning
messages. As an object of class "lm" has a "qr" component,
"is.qr" failed to detect that "lm.D9" was not a "qr" object. The
2000 Jun 27
6
masking problems in Vorbis beta?
Hi all,
I just came across the following page: http://r3mix.net
In the "News" section there is a fairly negative critique of Vorbis;
especially it is mentioned that Vorbis "has terrible masking
problems". There is also a Vorbis-encoded frequency sweep
which shows strong deficiencies at high frequencies, but
I suppose this is due to the quite low bitrate of the
distributed
2007 Oct 03
6
Wiki deuglification Part I
Hey guys,
I toyed around with the Wiki today to deuglify it a little bit. I used a
theme which is a bit of a "CMS" theme for MoinMoin and played around
with the logo colors.
The theme is based on the plsavez theme, which I like as it has a very
uncluttered interface for people who aren't logged in - they only see
some important interwiki links (FrontPage, RecentChanges and so on),
2009 Nov 17
2
src/dst TIDs static @ 69 ?
At times our tftp servers are quite busy.
Our network folk are rebuilding, and are anxious to tighten security.
They hope to only allow tftp traffic on port 69, coming and going.
This would bypass the RFC1350 client TID=ephemeral and server ACK
TID=!69.
Is there any chance tftpd-hpa would do this with "-R 69:69", or would
this require tftpd-hpa to threaded, with a hairier connection
2012 Oct 03
1
[LLVMdev] [PROPOSAL] Adding support for -fstack-protector-strong
David Chisnall wrote:
>On 2 Oct 2012, at 03:26, Magee, Josh wrote:
>
>> 1) An address of a local variable is taken in such a way as to expose the
>> address of a stack location.
>> - Example: the address of a local on the RHS of an assignment, the
>> address of a local passed into function.
>
> It also sounds like it would be triggered for a
2004 Dec 16
2
MusicOnHold. not getting it.
G'Day All;
I am a little unsure on how to get Music On Hold to work. Please
critique my extensions.conf. ????? Thanks
; SIP 5001
exten => 5001,1,Dial(SIP/5001)
exten => 5001,2,Voicemail(u${EXTEN})
exten => 5001,3,Hangup
exten => 5001,102,Voicemail(b${EXTEN})
exten => 5001,103,Hangup
Thanks
-------------- next part --------------
An HTML attachment was
2008 Sep 12
2
SCCP port numbers used for audio stram?
I have a 7921 wireless phone working with Asterisk, and I want to tighten
the wide open port range of my IPTABLES now.
I tried allowing only SCCP port (2000) in/out and found that my audio was
gone. A quick look at my iptables message shows source port 15886 and dest
port 25968 used:
FORWARD - Drop: IN=eth1 OUT=eth2 SRC=172.31.253.4 DST=172.31.254.102 LEN=200
TOS=0x18 PREC=0xA0 TTL=63 ID=0
2011 Mar 22
5
FPGA encode stages flow diagram
Good day!
I create diagram of encoder process. Using it i create implementation of
encoder in FPGA (Xilinx/Altera). Please critique it. Is there missing
stages?
Here is blog http://developer-fpga.blogspot.com/
Here is picture of encoding stage 1
https://lh4.googleusercontent.com/-NV8o9DG3jvE/TYjYXr-dYGI/AAAAAAAAAos/U06O-YvhSI0/s1600/stage1.jpg
Here is picture of encoding stage 2
2005 Aug 02
5
TFTP Secondary Ports
I'm publishing tftp through my firewall to support external Cisco 7960
sip phones. I know that the primary port is 69 for tftp. However, tftp
also uses secondary ports ranging from 1,0XX to 30,XXX. ( A broad range)
In an effort to limit the secondary ports that are opened, some Windows
based tftp server such as the winagents product allows you to limit the
range of secondary ports that are
2006 Sep 25
4
Tightening the rules for literal `[` and `]` chars in link ids
So here's an interesting bug I just discovered:
[Like this][d]: [here][h].
[d]: foo
[h]: bar
The output here should be:
<a href="foo">Like this</a>: <a href="bar">here</a>.
But instead the output is completely empty. I see this bug in both
Markdown.pl and PHP Markdown.
The problem is that all three lines are being
2010 Nov 16
3
Can't do a nested define. What are my options?
I''m trying to create a directory structure from 2 arrays. First array
is the "outter", second is the "inner". For each "outter", I''d like to
loop through each "inner".
Below is sort of what I''m trying to do. In the real world, the
$sys_name and $mounts vars will be parsed from yaml and will be
dynamic. In the example I''ve
2016 Dec 14
3
[Qemu-devel] [PATCH kernel v5 0/5] Extend virtio-balloon for fast (de)inflating & fast live migration
> Subject: Re: [Qemu-devel] [PATCH kernel v5 0/5] Extend virtio-balloon for
> fast (de)inflating & fast live migration
>
> On 12/08/2016 08:45 PM, Li, Liang Z wrote:
> > What's the conclusion of your discussion? It seems you want some
> > statistic before deciding whether to ripping the bitmap from the ABI,
> > am I right?
>
> I think Andrea and David
2016 Dec 14
3
[Qemu-devel] [PATCH kernel v5 0/5] Extend virtio-balloon for fast (de)inflating & fast live migration
> Subject: Re: [Qemu-devel] [PATCH kernel v5 0/5] Extend virtio-balloon for
> fast (de)inflating & fast live migration
>
> On 12/08/2016 08:45 PM, Li, Liang Z wrote:
> > What's the conclusion of your discussion? It seems you want some
> > statistic before deciding whether to ripping the bitmap from the ABI,
> > am I right?
>
> I think Andrea and David
2015 Aug 17
2
Optional WHOIS netname on login banner
I think this is probably my first post to this mailing list, so hello!
Occasionally I log in to my servers from IP addresses without reverse DNS configured, so sometimes I'll see an IP I don't recognise because I can't remember what I did the day before and get a bit spooked until I WHOIS the IP and find the netname reminds me I logged in from that IP.
I set out prepared to script
2012 Jun 16
2
centos guide
hello,
my name is RichardKennesson
I wrote a guide in LaTeX about how to get Redmine up and running with
mercurial. I plan on adding Git and SVN to the guide.
I would like to share it with the community so that they can critique it
and test it.
thanks,
kennesson
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 Aug 27
1
Make a function work on an environemnt
In my R learning I've come across a situation in which a piece of code that works on the work space outside a function does not work inside the function. WARNING THIS EMAIL CONTAINES THE CODE:#rm(list=ls()) THIS WILL CLEAR ALL OBJECTS FROM YOUR WORKSPACE! When I use rm(list=ls()) and then ls() it shows character(0) So I tried to make a quick function to speed this up as follows:
2017 Nov 18
2
Re: [nbdkit PATCH 3/6] connections: Add read/write lock over client I/O
On 11/17/2017 12:28 PM, Eric Blake wrote:
>> There's nothing wrong with this patch, but it might be easier to use
>> an attribute((cleanup)) handler to deal with the unlocking. See these
>> links for how we do it in libguestfs:
>
> Oh cool! Yes, that looks nicer. Although the diffstat for doing so is
> larger, because it requires adding to new sub-function {}