search for: satisfactorili

Displaying 20 results from an estimated 97 matches for "satisfactorili".

Did you mean: satisfactorily
2016 Sep 10
3
c(<Matrix>, <Matrix>) / help(dotsMethods) etc
I have been asked (by Roger; thank you for the good question, and I hope it's fine to answer to the public) : > with Pi a sparse matrix and x,y, and ones > compatible n-vectors ? when I do: >> c(t(x) %*% Pi %*% ones, t(ones) %*% Pi %*% y ) > [[1]] 1 x 1 Matrix of class "dgeMatrix" > [,1] [1,] > 0.1338527 >
2010 Dec 30
1
Auto-Removal of Straggling File locks due to Ungraceful Client Disconnects
Hi all, This question has come up many times before in a number of guises. But I do not believe that it has ever been answered satisfactorily. This may well reflect fundamental difficulties in the CIFS protocol However, recent incarnations of Windows Server seem to handle the problem better possibly due to tweaks in the underlying TCP/IP stack vis-a-vis Linux. At the end of the day, a
2005 Apr 18
2
R2.0.1 for Mac OS X 10.3 problem
This combination was operating satisfactorily until I tried updating lme4 and Matrix. My attempts to do this ultimately broke R. The R console appears briefly, then collapses. I have tried downloading and reinstalling R without success. Typing 'R' into Terminal gives the error message bring up the usual introduction, then the error message: Error in methods:::mlistMetaName(mi, ns)
2002 Oct 17
3
R-1.6.1beta available
R 1.6.1 has been scheduled for November 1. We're makin interim beta versions available via http://cran.us.r-project.org/src/base (ftp://cran.us.r-project.org/pub/R/src/base used to work, but apparently FTP access has been disabled) The filename is R-1.6.1beta_*.tar.gz, where * is the creation date. If you want to help ensure that the final 1.6.1 works satisfactorily on *your* platform,
2003 Jun 13
4
Using jpeg() function over cgi
Hi I have seen a few posts to this list regarding problems accessing the x11() device over cgi - namely, when trying to create a graphic using the jpeg() function, everything is fine from the command line but it won't work over cgi, producing the error: "Unable to open connection to X11 display" Has anyone actually solved this particular problem satisfactorily? Please reply
2008 Oct 03
2
What is the meaning of "segfault 'memory not mapped' " ?
I'm trying to get some "easy coding" to reproduce the error. In the meantime I have R code that run for 20 or more hours and suddenly i got a "segfault 'memory not mapped'" error. I have to clarify that the error not alway occurs and sometimes the process end satisfactorily. The process is basically a search using an MCMC strategy, sometimes the algorithm converge
2009 Mar 17
2
link in base help file fails.
I run R on MS Windows. In R2.9.0dev, I type ?base to get "R help for package base" to open. I then select ".First" from the list of contents, getting a page headed: "Initialization at Start of an R Session". About half way down there is a sentence: The command-line flag --vanilla implies --no-site-file, --no-init-file, --no-restore and --no-environ. Under
2005 Jul 16
5
Running a game in full screen mode?
UT2004 runs nearly flawlessly under Wine, and is about 10,000 times easier to install than its Linux counterpart. The only problem I'm having is running it full screen. What's the command for that? For example, is it something like: $wine UT2004.exe --full-screen I know --full-screen is the right option, so which is it? (Without editing the config file, or course.) :) Thanks! Hiji
2007 Oct 05
1
(no subject)
Hi, All, I try to accessing the x11() device over cgi - namely, when trying to create a graphic using the jpeg() function, everything is fine from the command line but it won't work over cgi, producing the error: "Unable to open connection to X11 display" Do you you know how to solve this problem or has anyone actually solved this particular problem satisfactorily? Thanks in
2001 Jul 06
1
ext3 + LVM
Back in May there was a discussion regarding ext3 + LVM. Were the issues raised by Jay Weber, Andreas Dilger, and others ever resolved satisfactorily, in either the 2.2 or 2.4? Thanks, Bill Rugolsky
2009 Aug 14
1
Meaning of " requested special control 20, passing it to SIP"
Received this on the console -- IAX2/76.21.238.129:4569-4986 requested special control 20, passing it to SIP/magicjack-08225a58 Did a Google search, but reached a dead end Can anyone explain? Something need to be changed in my configuration? The call completed satisfactorily. Inbound IAX trunk - outbound to SIP provider magicjack ( no dongle ) Asterisk 1.4.26 TIA John Novack -- Dog is my
2008 Sep 29
1
Switch between Wine Versions for best App support - "glow"
Hallo wine users, I just found a (maybe!?) very unkown project for better wine handling. It is named glow (- some GLasses Of Wine) and enables wine users to start their applications with different versions of wine easily. The motivation for this python-script is of course the problem that some satisfactorily supported windows applications does not any longer run so well in later versions of wine.
2013 Jul 05
1
fan_fucking_tastic
While I empathize with your predicament, I generally prefer not to have expletives in my inbox. Also, what has this to do with markdown? On Jul 5, 2013 7:20 PM, "bowerbird" <bowerbird at aol.com> wrote: > fan_fucking_tastic. > > somebody hit another one of the dead skunks on this road. > > -bowerbird > > _______________________________________________ >
2016 Sep 10
1
c(<Matrix>, <Matrix>) / help(dotsMethods) etc
>>>>> John Chambers <jmc at r-project.org> >>>>> on Sat, 10 Sep 2016 09:16:38 -0700 writes: > (Brief reply, I'm traveling but as per below, this is on my radar right now so wanted to comment.) > Two points regarding "dotsMethods". > 1. To clarify the limitation. It's not that all the arguments have to be of the same
2010 Feb 18
2
Registering of Asterisk against a SIP provider
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, all! I'm being based on this document [1] to send and to receive calls using ekiga.net. But I'm seeing, in an Asterisk console, several messages of this type: [Feb 17 21:19:15] NOTICE[11875]: chan_sip.c:7715 sip_reg_timeout: -- Registration for 'danib2 at ekiga.net' timed out, trying again (Attempt #4775) -- Got SIP
2007 Nov 27
2
[PATCH] Make xenstored EOF-safe
As bug 968 suggests, xenstored must properly handle EOF from clients. From: Pavel Kankovsky <peak@argo.troja.mff.cuni.cz> Signed-off-by: Samuel Thibault <samuel.thibault@citrix.com> diff -r 6fd17d0dcbcd tools/xenstore/xenstored_core.c --- a/tools/xenstore/xenstored_core.c Tue Nov 27 12:49:16 2007 +0000 +++ b/tools/xenstore/xenstored_core.c Tue Nov 27 14:56:35 2007 +0000 @@ -1266,7
2011 Aug 15
2
Alternative and more efficient data manipulation
Hello list, ## I have been doing the following process to convert data from one form to another for a while but it occurs to me that there is probably an easier way to do this. I am often given data that have column names which are actually data and I much prefer dealing with data that are sorted by factors. So to convert the columns I have previously made use of make.groups() in the lattice
2006 Jun 11
3
JIAX status
HI, Anyone knows the current status of JIAXclient? I tried to recompile the sources available in sourceforge but they reference a old java package that I was not able to find. I tried to e-mail the author but seems that his account is no longer valid. I in need of a java IAX client that could be loaded as an applet. I know that is a lot of viable SIP alternatives, but due to NAT/Firewall
2015 Jun 27
3
[LLVMdev] Legalizing SelectionDAGs with illegal pointer type
Hi, I recently started helping with the LLVM AVR backend [1]. The AVR is an 8 bit core with pointer type i16. That makes pointers illegal in the SelectionDAG. As far as I understand it, it is the backends job to legalize these nodes by using the ReplaceNodeResults/LowerOperation callbacks. Is that about right? I have the feeling that the symbolic nodes carrying pointers, like FrameIndex are
2011 Apr 13
4
[LLVMdev] built-in longjmp and setjmp
On Apr 12, 2011, at 3:15 PM, Jim Grosbach wrote: > If you want an automated method, then using the source code re-writer interfaces in clang is probably a reasonable starting place. Just modifying the source code manually is probably easier, though, to be honest. > > As a moderate caveat to all of this, there are some bits of code out there that use these builtins that are very tightly