search for: lapses

Displaying 20 results from an estimated 73 matches for "lapses".

2009 Jul 31
1
what meaning missing value True /False needed
This is my code i don't understand the error message: library(rgenoud) rm(list=ls()) set.seed(666) ######################################################### # As a first step, it is assumed that all input parameters are independent of ageing : ######################################################### InputDim <-20 # Max number of ageings in the inputs CPIRate <- rep(0.02 , InputDim ) #
2005 Aug 16
1
Extracting some rows from a data frame - lapses into a vector
I have a data frame with one column "x": > str(data) `data.frame': 20 obs. of 1 variable: $ x: num 0.0495 0.0986 0.9662 0.7501 0.8621 ... Normally, I know that the notation dataframe[indexes,] gives you a new data frame which is the specified set of rows. But I find: > str(data[1:10,]) num [1:10] 0.0495 0.0986 0.9662 0.7501 0.8621 ... Here, it looks like the operation
2011 Feb 08
3
fail-over server
Hi, Suppose you have 2 identical Asterisk servers and 1 alias IP address that you assign to either one, according to system failures, etc. Also suppose that all SIP clients register requests go to the alias IP address. Imagine server1 fails and server2 gets the alias IP address. Correct me if I'm wrong but I would have to wait at least 60 seconds before most SIP clients re-register to
2007 Feb 22
2
Centos firewall/router issue
Good day everyone. Today has been "one of those..." days. So I have a feeling this is just a brain lapse here. At any rate, I am setting up a firewall/router using centos 4.4 (minimal install, yummed up to date). I have in fact enables V4 ip forwarding (by editing /etc/sysctl.conf) and rebooted the system. I use fwbuilder for my rules, and at this point have a next to nothing set of
2017 Oct 05
2
Status of PBQP register allocator?
Hi all, I was wondering about whether the PBQP register allocator is likely to be maintained in the future. It's proving to be a nice way to encode some instruction encoding constraints for an out-of-tree backend we have, but there's concern about it being abandoned or bitrotting in the future. Also, if PBQP is likely to lapse out of regular maintenance in the future, is there a simple
2011 Nov 28
2
Retain parts of a matrix
Hi all, I'm working to apply a function that will generate a matrix of results only when a specific criteria is met. I want my final results to be a matrix with both the values that meet the criteria (the results of the function), and those that to do in the same positions in the matrix (the original numbers). Here's a sample of what I would like to do: t.mean.1.c <- c(-15, -20,
2005 Jul 07
4
Sipura SPA-841 Volume Oscillation Problem
...he problem is on the volume of the voice sent by the SPA-841. I think the echo cancel algorithm sets a limit to the microphone when detects sounds or noise from the earphone. This problem generates an oscillation on the voice volume sent by the phone and even turns it off completely for very little lapses of time making the communication very uncomfortable. I manage three different implementations with Asterisk and Sipura SPA-841 on different clients and network topologies, and on every one we are experiencing the same situation. Thanks, jergas -------------- next part -------------- An HTM...
2003 Aug 28
1
RE: Shorewall 1.46b; new configs--command not found? << struck wi th stupidity
I had a 2-day lapse in brain function apparently. Discovered that even though UltraEdit-32 says its editing/saving in UNIX mode, it is not 100% true. Ran my new configs through dos2unix and bam...no more error message. Please excuse my previous post (I always seem to do that...) and sorry about the junk. Levi Masterson
2007 Feb 22
1
GotoIf DURATION
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=UTF-8" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> <font face="Helvetica, Arial, sans-serif">Hi,<br> <br> I am
2010 Jul 23
2
DDO crash
Good evening all! I got a little problem with DDO under Wine 1.2rc6; Before beginning, I must say that I use an ATI EAH4670 video card and I know that ATI is always an issue with wine. Still, my problem could possibly be easy to solve, I think, I hope... :-) The game, under wine, is just awesome, no lagging and/or graphical problems about it. I've been able to try many features and got no
2007 Sep 17
1
How To Encode Realtime
Hi, ??Forgive my poor English, I'm trying to implement a net phone using vorbis codec, which need realtime encode and decode the stream. The problem is, I use vorbis_analysis_buffer() and vorbis_analysis_wrote() push the PCM data in, then use vorbis_analysis_blockout(&vd, &vb) to output a block, it can't output all the data. It seems that some data which length is constant, must
2007 Mar 07
2
Possibly a silly question
...s just curious if anyone has heard any more buzz or if this is possibly confirmed: http://www.cbronline.com/article_news.asp?guid=BAA762B7-84F3-48D0-93B1-18CDC979F9BB Is there going to be any vigorus testing needed to be done to aid in CentOS-5 being released shortly after? ;-) Any benchmark time lapses between the upstream provider and when CentOS-5 might hit the table? or is there anything I/we can do to help? Just curious, Lonny -- "To mess up a Linux box, you need to work at it; to mess up your Windows box, you just need to work ON it."
2009 Aug 30
2
Sampling encoder timings between libtheora-1.0 & libtheora-1.1beta3
...efer not to have new uploads just yet. Constructive feedback will be most appreciated! [1] http://lists.xiph.org/pipermail/theora/2009-August/002678.html [2] http://www.theora.org/downloads/ [3] http://www.basilgohar.com/blog/2009/06/05/sultan-mizan-zainal-abidin-stadium-aka-gong-badak-stadium-collapses [4] http://docs.fedoraproject.org/install-guide/f11/en-US/html/s1-rescuemode-booting-single.html -- Basil Mohamed Gohar abu_hurayrah at hidayahonline.org http://www.basilgohar.com/blog basilgohar on irc.freenode.net GPG Key Fingerprint: 5AF4B362
2012 Jun 12
5
Wxruby Homepage Hijacked
Hi, It seems like the wxruby homepage has been replaced by a mortgage broker. I do need to refinance, but I was more interested in some documentation on wxruby. Is this a sign that the project is fading into oblivion? If so, I would really like to know what new cross-platform library people are using for developing ruby desktop applications. Josh
2007 Mar 05
1
enumerating non-overlapping pairs of elements from a vector
Hi All, I'm trying to come up with a clear and concise (and fast?) solution to the following problem. I would like to take a vector 'v' and enumerate all of the ways in which it can be broken into n sets of length 2 (if the length of the vector is odd, and an additional set of length 1). An element of 'v' can only appear in one set. Order within sets is not important.
2006 Aug 17
1
powercom issues
And something else, that previously eluded from my thoughts:my "notifyme" script,i.e the script that is executed at an ups.status="OB" event, is: echo `date` >> /root/upsLog echo " No power, shutting down the system!" >> /root/upsLog sleep 30 control=`/usr/local/ups/bin/upsc Inform@localhost ups.status` if [ $control != OL ] then
2009 Dec 17
1
CORRECTION - Generation of Random numbers in a loop
Dear R helpers, please ignore my earlier mail. Here is the corrected mail. Please forgive me for the lapses on my part. Extremely sorry.   Here is the corrected mail.     Dear R helpers   I am having following data   Name           Numbers A11                  12 A12                  17  A13                   0 A11                  11  A12                   6 A13                   0 A11                ...
2005 Sep 02
9
The Perils of PowerPoint
Hi all, Below is a URL for an editorial published today in our local newspaper, the Minneapolis StarTribune. It was originally published in the Washington Post a couple of days ago: http://www.washingtonpost.com/wp-dyn/content/article/2005/08/29/AR2005082901444.html but that site requires registration. The 'Strib" site seems to be open for the moment:
2003 Sep 26
4
valid users = %S in rc4
After upgrading rc2 -> rc4 (suse binary packages) line 'valid users = %S' in [homes] section prevents user getting to his homedirectory in logfile smbd says: [2003/09/25 15:07:59, 2] smbd/service.c:make_connection_snum(384) user 'xxxx' (from session setup) not permitted to access this share (xxxx) Hannu
2015 May 05
3
Current Listeners count wrong for HTML Audio on Android?
Thanks for this information, but the two connections do not die out when using my player in the Android browser. In fact they even stay when the Audio.src is set to some invalid string. You can observe this here: http://concertzender.nl/wp-content/themes/cz-theme/App/test/ , by clicking one of the large icons - and then monitor the corresponding stream here: http://streams.greenhost.nl:8080/