Displaying 12 results from an estimated 12 matches similar to: "Re: JEUSFS, tapping the glass"
2010 Apr 14
2
GAMM : how to use a smoother for some levels of a variable, and a linear effect for other levels?
Hi,
I was reading the book on "Mixed Effects Models and Extensions in
Ecology with R" by Zuur et al.
In Section 6.2, an example is discussed where a gamm-model is fitted,
with a smoother for time, which differs for each value of ID (4
different bird species). In earlier versions of R, the following code
was used
BM2<-gamm(Birds~Rain+ID+
2003 Jul 31
2
sshd takes 15 minutes to start
Hi all,
We are running OpenSSH v3.4p1 on three ES340 Alpha which run Tru64 v5.1A.
The last couple of weeks, the system hangs at bootup for 15 minutes at the
point where it is bring up sshd. When I manually stop and start sshd, it still
takes 15 minutes. I manually ran sshd with the -ddd level 3 debug option.
sshd hanges at the message which states it is creating a randomized seed. It
also
2003 Oct 14
1
3.7.1p2: HP-UX 11.00 & NIS+ problems
Hi all,
When we installed OpenSSH 3.7.1p2, we could no longer ssh into the root
account. The following message would appear in the syslog.log:
Oct 8 19:20:38 myhost sshd[22179]: User root not allowed because account is
locked
We use NIS+ under HP-UX 11.00. We have very recently changed the root
password. To change the root password under NIS+ we do the following:
# passed
# chkey -p
#
2009 Feb 17
4
[LLVMdev] Parametric polymorphism
I'm a newcomer to llvm, but what you've done so far is very impressive.
Llvm is a godsend to anybody who is attempting to implement their own
their own language. :-) My company is considering using llvm as the
backend for a small matlab-like language for scientific computation; our
other option is MSIL.
After reading through the documentation, I noticed that llvm seems to
have one major
2001 Sep 18
2
X11 XVideo extension supported?
I was wondering if the XVideo extension is supported or not? In a
clean wine setup, I installed DivX 4.01 and The Playa, also installed
Windows Media Player 6.4. They can both display DivX 4.01 material
with sound. This is simply great :-)
However, the performance is not that great. Especially when going
fullscreen the cpu is overburdened (slide show). I assume that the
XVideo extension is not
2005 Jul 14
1
Wire Tapping on Asterisk
I'm new to asterisk. I would like to ask if there's a feature in
asterisk wherein you can monitor ongoing calls, some kinda like
tapping into active phone calls? It must have this feature but I do
not know where to get some reference to set this up or test this.
Can anyone share me some sites as reference?
thnx...
2007 Jan 28
1
T1 Wire Level Tapping
I am trying to do a wire level tap on T1 equipment using digum
equipment. So far most call monitoring hardware for call centers try
to stay on the analog side requiring a lot of rewiring. I have
already posted to the list about T1 "bridging" using DAC's support in
the zaptel drivers. I still don't know if I can spy on channel
information since I don't have any digium
2009 Sep 30
2
E1/T1 Tapping call recording in Asterisk - Testing needed
Howdy,
I've spent a couple of days writing a new feature for Asterisk that allows
to record calls in T1 or E1 PRI lines using Asterisk connected to tapped
lines. This means that you don't have to install anything in the PBX's/telco
equipment that is going to be monitored, all you need is to install a device
like the PN 633 Tap Connection Adapter that is available for example, from
2007 Sep 05
3
E1 Line Tapping
Hi all,
My name is Ricardo and unfortunately I'm just crawling in this
telecomm/asterisk world. So, after reading all day long i still don't
understand a few things. :D
I'm trying to "develop" a call recorder for a costumer. He has a small
call center ( 10 agents ) and want to record all calls. Since he already has
everything (ACD only) working perfectly in the PBX and
2015 Jan 08
6
Design changes are done in Fedora
On Wed, January 7, 2015 09:48, Jonathan Billings wrote:
> On Tue, Jan 06, 2015 at 08:45:29PM -0600, John R. Dennison wrote:
>> It's not relevant in _any_ sense. CentOS is nothing more than (at
>> it's core) a rebuild of RHEL. This type of nonsense should be
>> directed to Red Hat in a Red Hat venue. It's nothing but
>> off-topic noise here as CentOS will
2003 Sep 11
7
Legal Interception - tapping
Hi,
Companies that offer telephone service to the public are obliged to offer
tapping to all kind of authorities.
Does anyone know how to tap in Asterisk? I.e. record (or copy) a
conversation based upon their telephone number?
Thanks
Dan
_________________________________________________________________
Stay in touch with absent friends - get MSN Messenger
http://www.msn.co.uk/messenger
2016 Sep 14
2
setDataLayout segfault
Ok. I can make a copy of the unique_ptr before moving it into the
builder's constructor and use the copy later on. It is confusing to
require a unique_ptr.
Frank
On 09/14/2016 12:11 PM, Frank Winter via llvm-dev wrote:
> I am constructing the engine builder in the following way:
>
> llvm::SMDiagnostic Err;
> unique_ptr<Module> Mod = getLazyIRFileModule("f.ll",