Displaying 20 results from an estimated 500 matches similar to: "Reading R Code aloud"
2007 May 31
1
Mac OS X crash bug?
Hi all,
I want to check if this is a bug for which I should file a report.
I am using R2.5.0 on OS X 10.4.9. When I invoke the data editor and
when I change the values of individual cells, it seems to work as
intended. However, when I try to delete/add a row/column, R.app
crashes. I've attached the crash log.
Best,
-Nathan
-------------- next part --------------
An embedded and
2006 Feb 21
6
invert u32 match selector
Is it possible to negate the "match" to the ip? I want to match all
traffic to dport 80 NOT going to dst 1.2.3.4:
$TC filter add dev ${DEV_IFB} parent 1:0 prio 2 protocol ip u32 \
match ip protocol 0x6 0xff \
match ip dport 80 0xffff \
match ip dst 1.2.3.4/32 \
classid 1:14
I can''t find it in the docs. I tried "!" "\!" and "not" in several
2014 Feb 05
2
answering machine screening with MixMonitor
I'm using asterisk 1.8 as an answering machine. I'd like to
hear the calls it answers aloud in case I want to pick up and
interrupt the call.
There are a few articles describing, for example, three-way
calling a monitor phone set to auto-answer, but I couldn't
find anything that described how to just send the audio to
a local speaker.
I am currently using MixMonitor to append the
2008 Apr 24
2
[LLVMdev] RFC: PowerPC tail call optimization patch
Another round :)
I'll post the patch to llvm-commits cause i guess people might get
annoyed by my series of patches :).
On Tue, Apr 22, 2008 at 10:34 PM, Evan Cheng <evan.cheng at apple.com> wrote:
.
>> +PPCTargetLowering::IsEligibleForTailCallOptimization(SDOperand Call,
>> ...
> That's fine. Please break it into two parts and move the target
> independent part
2007 Aug 13
3
bonding tap devices
Hello list,
Please don''t shoot me. I know I''m doing something with bonding that
bonding wasn''t made for. I just want to give it a try. I want a simple
mechanism to have a failover on a 24Mbit line to a 2Mbit line in case
the 24Mbit line goes down.
Between A and B there are two lines: a 24Mbit and a 2Mbit. I use two
OpenVPN tunnels with tap devices:
+-- tap0 (A)---
2008 Apr 24
0
[LLVMdev] RFC: PowerPC tail call optimization patch
The patch is in
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20080421/061548.html
.
Okay to commit :)
On Thu, Apr 24, 2008 at 7:35 PM, Arnold Schwaighofer
<arnold.schwaighofer at gmail.com> wrote:
> Another round :)
>
> I'll post the patch to llvm-commits cause i guess people might get
> annoyed by my series of patches :).
>
> On Tue, Apr 22, 2008 at
2005 Sep 30
7
911 Q
OK, got a question on 911.
Looking into setting up a couple asterisk servers at a country club,
with VOIP phones in each of 100 short-term residential rental units.
Approx 100 extensions, approx 24 outside lines.
Since everything is geographically at one location, reaching 911
correctly shouldn't present a problem. However, the club wishes to
ensure that 911 authorities are able to identify
2012 Jul 11
2
So, just wondering, is OpenJDK7 in CentOS 6.3??
http://www.redhat.com/about/news/archive/2012/6/red-hat-enterprise-linux-63-globally-available
"Developer Tools: In addition to OpenJDK6 support in Red Hat
Enterprise Linux 6, the newly introduced OpenJDK7 allows customers
running Red Hat Enterprise Linux 6.3 to develop and test with the
latest version of open source Java. "
Yet in the CentOS 6.3 release notes, the only mention about
2006 Apr 08
4
source routing does not work with extra ip addresses
I set up this config:
+------+
-+ ISP1 +--+
+------+ | +-------+
+--+ linux |
+------+ | +-------+
-+ ISP2 +--+
+------+
No problem. Standard setup with two ISP''s. Both routed subnets. Default
gateway is ISP1. No magic here.
Now I put a server behind the Linux box. I want the server to be
reachable on an /extra/ IP in the routed subnet of ISP2.
+------+
-+ ISP1
2018 Sep 25
2
[FPEnv] FNEG instruction
On Tue, Sep 25, 2018 at 1:39 PM Sanjay Patel <spatel at rotateright.com> wrote:
> I have 1 concern about adding an explicit fneg op to IR:
>
> Currently, fneg qualifies as a binop in IR (since there's no other way to
> represent it), and we have IR transforms that are based on matching that
> pattern (m_BinOp). With a proper unary fneg instruction, those transforms
>
2005 May 12
3
* Server
Any reviews/comments out there on this server? Looks solid.. But would
like to know if anyone has purchased one of these before. Any other
companies out there offer pre-built * servers that someone would like to
comment on?
http://www.thevoipconnection.com/store/catalog/product_16214_VS1trade_As
terisk_Voice_Server.html
-------------- next part --------------
An HTML attachment was scrubbed...
2018 Mar 30
1
Tinc: performance
2008 Apr 22
0
[LLVMdev] RFC: PowerPC tail call optimization patch
On Apr 22, 2008, at 4:58 AM, Arnold Schwaighofer wrote:
> On Tue, Apr 22, 2008 at 12:30 AM, Evan Cheng <evan.cheng at apple.com>
> wrote:
>> More nitpicks:
>> ...
>> No need for else here. :-)
> Done
>> SPDiff = (int)CallerMinReservedArea - (int)ParamSize;
>>
>> Just change last statement to
>> int SPDiff = (int)...
> Done
>>
2012 Sep 30
6
err: Signing certificate error
Hi all,
When i try to boot an ec2 instance using:
*puppet node_aws bootstrap --server myserverOnAWS.com --image ami-61ad0108
--keyname test-malcom --login ubuntu --type m1.small --keyfile
test-malcom.pem -g puppets --verbose --debug --puppetagent-certname test*
I get this error:
*notice: Signing certificate ...*
*debug: certificate_status supports formats: b64_zlib_yaml pson raw yaml;
using
2007 Dec 17
3
traffic not getting into class
Hello list,
I have these sorts of filters, putting traffic into the appropiate
classid (1:15 is the default class):
${TC} filter add dev ${DEV_IFB} parent 1:0 prio 1 protocol ip u32 \
match ip protocol 0x6 0xff \
match ip sport 22 0xffff \
classid 1:11 # ssh
${TC} filter add dev ${DEV_IFB} parent 1:0 prio 1 protocol ip u32 \
match ip protocol 0x6 0xff \
match ip dport 22
2023 Oct 27
1
Samba AD DC: users cannot change expired passwords
Op 27-10-2023 om 11:49 schreef Rowland Penny via samba:
> On Fri, 27 Oct 2023 10:44:51 +0200
> Kees van Vloten via samba <samba at lists.samba.org> wrote:
>
>> Hi Andrew,
>>
>> Op 27-10-2023 om 02:22 schreef Andrew Bartlett:
>>> I'm sorry to say that from here you really need to work closely
>>> with a Samba developer (eg via a commercial
2007 Jan 03
7
SNOM loses server registration
Hello to all
When my SNOM (300 or 320) loses Internet connectivity, it loses its
Asterisk registration (ok, thats normal).
But when the phone is back online, he doesn't try to register in
Asterisk. I believe this happens to avoid flooding the private LANs when
the Internet link is lost.... but the problem is that the phones don't
try to re-register in the future.... Sometimes it stays
2023 Oct 29
1
Samba AD DC: users cannot change expired passwords
On Fri, 2023-10-27 at 20:31 +0200, Kees van Vloten via samba wrote:
> Op 27-10-2023 om 11:49 schreef Rowland Penny via samba:
> > On Fri, 27 Oct 2023 10:44:51 +0200Kees van Vloten via samba <
> > samba at lists.samba.org> wrote:
> > > Hi Andrew,
> > > Op 27-10-2023 om 02:22 schreef Andrew Bartlett:
> > > > I'm sorry to say that from here you
2005 Jun 29
11
Asterisk@Home Ver 1.2 Whats new?
Hello I saw Ver1.2 is out. Whats new?
Thanks for the hard work, David
2009 Mar 09
10
Cucumber - RSpec matcher
I must be missing something obvious here but I cannot seem to see it.
I have this step definition:
When /entity named "(.*)" has a legal name "(.*)"/ do |name, legal|
myentity = Entity.find_by_entity_common_name!(name.hll_keycase)
myentity.entity_legal_name.should equal legal.hll_keycase
end
Which fails with this:
And the entity named "Myuser" has a legal