search for: compex

Displaying 16 results from an estimated 16 matches for "compex".

Did you mean: complex
2005 Aug 15
1
enforcing password compexity (check password script, cracklib)
Hello, I would like to enforce some level of password complexity when users change their password. I have a Samba PDC running on Debian set to sync Unix passwords. I'm trying to get Samba to work with cracklib, but it isn't going well. Here is what I've tried: Installed libpam-cracklib, compiled examples/auth/crackcheck and copied the binary to /usr/local/sbin. I added the
2002 Jul 11
1
How to get relevant dimnames from apply() ?
...task (of plotting barplots), I use, as probably all R-folks, function apply() instead of for() loop. <R> testarr<-matrix(1:30, nrow=5) rownames(testarr)<-letters[1:5] colnames(testarr)<-LETTERS[1:6] apply(testarr,1,function(x) {x11(); barplot(x)}) #the funcion used is actually more compex, but it doesn't matter </R> Now, how I can propagate the rownames of testarr into the main label of plot via main="what_should_I_paste_here?" Asking for <R> str(apply(testarr,1,function(x) {x11(); barplot(x)})) </R> gives <Routput> num [1:6, 1:5] 0.7 1.9 3...
2009 Aug 02
1
Inaccurate complex arithmetic of R (Matlab is accurate)
...6717e-15 i # incorrect imaginary part in R However, the imaginary part of the above answer is inaccurate. The correct imaginary part (from Matlab) is: 190.3079796814886 - 4.66776376640000e-15 i # correct imaginary part from Matlab This inaccuracy is serious enough to affect the acuracy of the compex-step gradient drastically. Hans and I were wondering if there is a way to obtain accurate "small" imaginary part for complex arithmetic. I am using Windows XP operating system. Thanks for taking a look at this. Best regards, Ravi. __________________________________________________...
2006 May 13
6
Asking for help again about my thread debug
As http://www.ruby-forum.com/topic/65495 has shown,I have drawn into trouble about my thread debugging for some days,and need help to solve it urgently! This thread problem comes from the design requirements that my web application will get the rss feeds read which are generated by the web application itself. http://www.ruby-forum.com/topic/63984 has shown my code,and the key code is the
2011 Jan 11
0
Some questions concerning survival tree analysis using the rpart module
...one (52 pages)? I admit it is not a lot. There are no other split algorithms implimented for survival data. It would be possible to add your own. Attached is a slightly updated version of the technical report that has a section on user written split rules. The pruning method is based on cost-compexity. It is one area where substantial improvment may be possible. I thought a lot about this at one time, but it's now been a decade since I put any intellectual energy into rpart. Terry Therneau ------begin included message ---- I succeeded in performing survival tree analysis using the ?...
2003 Sep 05
0
chan_zap "Cannot handle frames in 2 format"
...nel (from an outside POTS line), then transfer the call around several times, I get the above error, after which it will hangup. I believe Asterisk may issue a SIP CANCEL to the extension it was starting to dial. Now when I say 'transferred around several times,' our routing is pretty compex and uses the database lookup for user extensions. It plays a static message, then goes to a 'which user do you want' type menu, then may go to voicemail or ring an extension, while I beat on it with Redirect commands through the management interface. I sometimes redirect it to specifi...
2000 Apr 11
0
Logging levels and browser elections
...ple on Windows boxes) to a small home network; currently there is a Windows 3.11 box, two Windows 98 boxes, and an NT Workstation (not server) box, in addition to the two Linux boxes with Samba. Everything is on one IP net (10.x.x.x; in fact all assigned IPs are in 10.0.0.x). The wiring includes a compex 8-port dual speed switch, and a d-link dsh-8 dual speed "hub with switch", which makes me just *slightly* suspicious about broadcast propagation; though I can't find any obvious patter to what doesn't get found. I'm having troubles with boxes seeing each other in network neig...
2005 Mar 18
3
:: BIOS Motherboard Settings ::
I am using an ASUS P4P800 Deluxe which is a motherboard that has been tested with Asterisk. I am unsure about the PCI slot and IRQ settings in the BIOS and am having problems with a WCFXO card sharing with other devices. Any suggestions on the settings required for Asterisk to avoid IRQ conflicts? Thanks :) -------------- next part -------------- An HTML attachment was scrubbed... URL:
1999 May 11
3
Samba's movin' SLOW! (fwd)
Can anyone shed some light on this subject? I don't have a clue where to begin looking. It's RHL 6.0, Samba 2.0.3, stock kernel. Kevin --- |\ _,,,---,,_ ZZZzz /,`.-'`' -. ;-;;,_ |,4- ) )-,_. ,\ ( `'-' Kevin Alan Pieckiel '---''(_/--' `-'_) kapieckiel@harding.edu (This message was written with
2000 Sep 13
3
end-user mode for a moment (side-by-side tests)
...ter (with an arbitrarily adjustable window), "scratch" area, whatever. It should have the capability to embody vector graphics, arbitrary transforms, effects, etc. even if the encoder can't pick them out from a source video (if it could, that'd be great, but that gets very compex). Maybe field == packet; I need to think some more about that. But by "part of a frame", I mean a level of detail as opposed to a region (although region might be useful also). Object descriptions are hierarchical in importance by nature; the codec should take advantage of this. C...
2013 Mar 13
2
atheros wifi on my oqo2
I have a few oqo2 units that I use for testing, normally using the dongle for ethernet connection. Well supposedly they have atheros wifi. in dmseg I see: ath5k 0000:03:04.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17 ath5k 0000:03:04.0: registered as 'phy0' ath5k phy0: Couldn't identify radio revision. ath5k 0000:03:04.0: PCI INT A disabled I press magic <fnc-?> per
2013 Mar 15
0
Fwd: atheros wifi on my oqo2
...>> >>> Check modprobe's blacklist config for kicks. >>> >>> Being an Atheros card I'd expect it to be rather well supported. >>> >>> >>> Subsystem: Atheros Communications Inc. EnGenius EMP-8602 (400mw) or >>>> Compex WLM54AG (SuperAG) >>>> Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- >>>> Stepping- SERR- FastB2B- DisINTx- >>>> Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- >>>> <TAbort- <MAbort- >SERR-...
2006 Apr 15
9
newbie q: acts as authenticated or login engine?
I''m trying to create a basic web page where people can register. Before they are approved they are emailed a link where that they must click in order to verify their info is correct (or at least their email). Should I use acts as authenticated or the login engine for this? http://technoweenie.stikipad.com/plugins/show/Acts+as+Authenticated http://rails-engines.org/login_engine TIA
2005 Mar 22
0
RE: Asterisk-Users Digest, Vol 8, Issue 150
...t;giovanni.powell@gmail.com> wrote: > I'm sure there was a patch for meetme2 regarding compilation... google > for meetme2 + patch. It worked for me. > ------------------------------ Message: 11 Date: Fri, 18 Mar 2005 16:59:36 +0100 From: "Reuben Grech" <reuben.grech@compex.edu.mt> Subject: [Asterisk-Users] Group Ring after Timeout To: <asterisk-users@lists.digium.com> Message-ID: <20050318155753.005412FEB5D@lists.digium.com> Content-Type: text/plain; charset="us-ascii" Dear All, I am listening to blips during conversations when I have an i...
2005 Aug 02
12
WHat does it take
How many times do you ask for help here before getting a respone? Every single thing I do No matter what I get busy extensions. I am willing to pay someone to help here. Anybody got a clue? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050802/d0d1326c/attachment.htm
2005 Mar 22
0
[info] :: BIOS Motherboard Settings ::
Thanks Mark will try that out! -----Original Message----- From: MF Hulber [mailto:asterisk-admin@hulber.com] Sent: 22 March 2005 05:25 To: Reuben Grech Subject: [info] [Asterisk-Users] :: BIOS Motherboard Settings :: I have the same motherboard. I put the card in the 2nd slot from the bottom. In this slot, if you look at the manual, it will possibly be in conflict with some USB channels. I