search for: soem

Displaying 20 results from an estimated 35 matches for "soem".

Did you mean: seem
2001 Aug 16
0
Soem MS Project (Office) problems
Hi all, this seems to bug a lot of people and I also have problems with it When you install an MS Office product (and MS project) you can get the following message after you entered your name and organization and click ok: setup is unable to open the data file X:\~MSSETUP.t\~msstfof.t\xxxx.stf';run setup again from were you ariginally ran it What hapens is during install the MS program
2010 Dec 31
4
Repeated Indexing / Sequence Operation
Hi Everyone, quick question before the end of the year. I have soem indices to select data from a bigger sample. I want to select n days before each index and n days after the index. Any clever way to do it. A for loop would do but I wanted to know if there is a moreR-friendly way to approach this Example # InitialIndices i2 = (90, 190, 290) # Indices I want to e...
2004 Oct 10
3
R 2.0.0 not suffisantly reliable to be be used
After wasting one whole day, I've finally decided to stay with 1.9.1, some problems have been reported to R-Bugs. For occasional users, I would say, there's no worst thing than that: you installed the new release, and soem of your existing codes no longer work ! -- Fan
2010 Apr 05
2
find the "next non-NA" value within each row of a data-frame
#I wish to find the "next non-NA" value within each row of a data-frame. #e.g. I have a data frame mydata. Rows 1, 2 & 3 have soem NA values. mydata <- data.frame(matrix(seq(20*6), 20, 6)) mydata[1,3:5] <-  NA mydata[2,2:3] <-  NA mydata[2,5] <-  NA mydata[3,6] <-  NA mydata[1:3,] #this loop accomplishes the task; I am tryign toi learn a "better" way for(i in (ncol(mydata)-1):1 ){ mydata[,i] <- i...
2006 May 29
4
How to enable call waiting on Sip Phones
How do you enable call waiting on sip phones? Ive looked and googled and can only find call waiting pstn phones butnot for sip. Is their a way of setting this up within the dailplan?
2005 May 16
1
sink stack memory??
Dear R-mailers I want to store data in a seperate file named 'XYZ' so I uses sink function for it i runs the loop , say 100 times, and so every of the 100 times the function is called the result must go to the file. But after soem time of running it says " Error in sink("C:/XYZ", append = TRUE) : sink stack is full " but i have enough memory on the disk for this result I would be highly obliged to know the problem/mistake I am amking thanking you anubhav
2006 Aug 17
1
installation of "Civ 4", "Matrix: Path of Neo", etc.
Hi all When I try to install some games, an error screen like the one in the attachment appears. What can I do? I use plain Wine 0.9.19. Sorry, if I askes soem questions that could be in the FAQ. But I'm doing now a rigid testing of Wine to see how good it works. greetings Bojan -------------- next part -------------- A non-text attachment was scrubbed... Name: Wine + "Matrix: Path of Neo".jpg Type: image/jpeg Size: 28940 bytes Desc:...
2009 May 20
2
how to import db
I''m just starting out learning. So far, all I''ve done is little test apps starting from scratch -- ie, ones in which rails creates an empty database, then I make up some classes and views and controllers and such. Nice system. But what if I have an SQlite database file created elsewhere: (how) can I import this into ruby "easily"? I have not tried yet because it just
2008 May 28
1
Unnecssary warnings in plot function (PR#11530)
Full_Name: Joseph Amuah Version: 2.7.0 (2008-04-22) OS: Windows Submission from: (NULL) (205.207.78.4) I used the plot function to create some graphs but wanted to add soem restrictions. A set of warning were produced even though the plot worked fine. Can these warnings be cleaned up? Here is an example: *************************************** > plot(xx$month, xx$log10RR, xlab="", ylab="", type='n', xlim=c(0,60), ylim=c(-0.2,0.3),tick=F,...
2019 Jun 11
2
High delay and some echo
Am 11.06.2019 um 20:42 schrieb Antony Stone: Hi Antony, > I think the main question here is: how are you connecting Asterisk to the > telephone system? Via VoIP... > You mention that you're on DSL from Deutsche Telekom, but is the call going > over this DSL link to soem SIP provider, who then connects you to the PSTN, or > are you connecting Asterisk locally to the phone line via some ATA device? Deutsche Telekom uses since years just VoIP. No ISDN, PSTN, and so on... :( I'm connecting to the VoIP-Server of Deutsche Telekom via DSL (50Mbps down, 10Mbps up...
2002 Oct 17
2
memdisk issues with 3com cards
I'm using pxelinux in an interesting way, to load DOS boot disk images from a win2k RIS (Remote installation Service) to do various functions. Soem of the disk images are used for flashing the BIOS on pcs, but a specific few are set aside for booting MSDOS with MS lanman so that ghost can be run to load images to/from the lan. I've got 6 different disk images setup and the all work great except for the ones for the 3Com 90x cards. IF i u...
2019 Jun 11
3
High delay and some echo
Hi list! I use Asterisk 13.14.1 from Debian repository on a DSL from Deutsche Telekom. Asterisk works well, but I have really often an high delay (I understand it since the other party speak some seconds before he hears my question and answer) and sometimes I hear an echo. I really don't know what can I check and what can be the problem. The problem exists since a very long time, but in the
2004 Mar 09
6
OCFS filesystem used 7%
Hi all... I have a strange problem. 2 of my mount points already use 7% of space, even when I check the directory is empty. When I re-format it, it release the space for a while, after 1 or 2 days, the space is used again for 7% - 10 %. What could be the reason? I am using RHAS 2.1 Enterprise Kernel 2.1 and OCFS release 1.0.9-6 Thanks Jeram
2002 Feb 14
1
W2K problems
...nd SAMBA (and NIS - I am using Soalris 2.7 for my SAMBA server). When I try to connect to a share from the W2K client, I get the message "Access Denied". I have looked set nmbd / smbd to run at debug level 9 and it looks as though it is doing something sensible, but failing! I have added soem of this to the end of the mail. The thing that is really confusing me is that when I install Reflections NFS software (which I don't want to use), and enable NIS authentication, then everything works OK! Finally, I can connect to the "netlogon" service, but that is all. The options...
2006 Aug 31
1
differnce between lme and proc mixed
Hey, I was using lme and proc mixed in SAS to run a empirical bayesian model. I used the same method for both lme and proc mixed (the default REML). I got very similar, but not identical results. I am just wondering if anyone knows what the differneces may be between proc mixed and lme. Any thoughts would be appreciated! Thanks, Liz
2008 Sep 25
0
sd() of column, but for a subset of rows
...working for the standard deviation: for (i in 1:length(x[1,])){ a<-tapply(x[,i],x[,2],sd, na.rm=TRUE) xnew<-cbind(xnew,a)} I have tried re-defining the sd as follows (as suggested on this board), and using that in the code above in place of 'sd', but it doesn't work because soem of my columns have dates or character strings. Sort of redefining my matrix to remove those columns, is there a simple way to fix this and have those columns report NAs? mysd<-function(x,na.rm=FALSE) { if (is.matrix(x)) apply(x,2,mysd,na.rm=na.rm) else if (is.vector(x)){ if(na.rm) x&lt...
2010 Nov 11
0
logging interim results using foreach/doMC
Dear all, I am converting a large process to a parallel backhend using doMC and foreach. Basically, I havea long list of input graph files and each of them calls soem basic igraph package functions. I am parallelizing the run, in order to save time. All works fine, and each %dopar% call ends with a vector of results that at the end got fed into a data frame and saved as a csv table. When I did this in serial, I was appending to the table as results came, al...
2010 Dec 30
0
doveadm search
I would like to have soem information added to this page: http://wiki2.dovecot.org/Tools/Doveadm/Fetch Under 'Arguments'/fields is mentioned that 'hdr' could be used. But i wanted doveadm to just return the header of my message I found out, by simply trying, that next statement works: $ doveadm -f table...
2010 Sep 27
1
Windows Live Messenger 2009 - Is it possible?
Yes, I've already read the AppDB, but it's a bit confusing. Every tests results rate it as "Garbage". Some says it runs, soem says it doesn't. However, there's a post right below the tests results which says it's possible to install, run and make WLM 2009 to work. The problem is that I can't find that offline .msi installation file anywhere in Google. I've downloaded a "wlsetup-all.exe" file...
2002 Nov 21
0
smbclient connection problem from MVS to Windows suspect EBCDIC to ASCII conversion problem
...fer fine and the encoding is fine. However the moment that i put a password on the share the connection no longer works, even though excatly the same command line from a UNIX box will connect with no errors. I'm not in front of the machine at the moment but the error that I see implies that soem systems require all UPPER CASE passwords and service specifications. I thought that this might be a password mangling issue created by the transformation of EBCDIC characters into ASCII. SO I set about installing L0phtcrack on the target server in order that I might capture the incoming crededti...