search for: conjecture

Displaying 20 results from an estimated 260 matches for "conjecture".

2020 Aug 03
6
Deprecation of scp protocol and improving sftp client
I conjecture that only few of the existing use cases rely on remote expansion. In any case (no pun intended), IMHO it would be better to break a few of the current use cases but leave the majority functional - than kill scp for all. Regards, Uri > On Aug 3, 2020, at 02:50, Jakub Jelen <jjelen at redh...
2002 Feb 25
3
File permissions test during R CMD check
I (still) use RCS, and not CVS, for my own projects. R CMD check does not like the 0444 file permissions on files check into RCS. I conjecture that this stems from desire to have the installed files in a state in which they can be edited, but I might be off base ... In case my conjecture holds, would it be possible to relax the restriction during R CMD check, but then install the files as 0644 ? Other than that, R CMD check is a very imp...
2008 Jul 13
3
initialize a factor vector
...th predefined levels and with length 0? as.factor(c("eins", "zwei", "drei"))[FALSE] does the job but looks a bit weird. -- Johannes H?sing There is something fascinating about science. One gets such wholesale returns of conjecture mailto:johannes at huesing.name from such a trifling investment of fact. http://derwisch.wikidot.com (Mark Twain, "Life on the Mississippi")
2012 Sep 20
1
R/C++ interfaces: crashes when using .c(), followed by correct results when R restarted
...shed, a new run of the procedure above resulted in correct results, even though the C++ code was not modified. I have also noticed that, in several cases, apparently irrelevant changes to the code would lead to a crash. This occurred for instance when I replaced %d with %f in Rprintf()) - my first conjecture was actually that this was the root of the problem, but the code runs correctly now with %f. My own conjecture is that, some way or another, old versions of equil_distC kept on circulating in memory. For instance, even after a dyn.unload of all previous versions of the dll, "is.loaded("...
2011 Jan 10
4
Meaning of pterms in survreg object?
..., when any component of it is 2, residuals are not allowed to be displayed? -- Johannes H?sing There is something fascinating about science. One gets such wholesale returns of conjecture mailto:johannes at huesing.name from such a trifling investment of fact. http://derwisch.wikidot.com (Mark Twain, "Life on the Mississippi")
2010 Sep 30
2
Sweave and LaTeX beamer class
...chunk} \beamer at endcovered ' bet ween \begin{Soutput}[<key=value>] and line end . \FV at Error ... {FancyVerb Error: \space \space #1 } -- Johannes H?sing There is something fascinating about science. One gets such wholesale returns of conjecture mailto:johannes at huesing.name from such a trifling investment of fact. http://derwisch.wikidot.com (Mark Twain, "Life on the Mississippi")
2008 Sep 27
2
reshape "Error in data[, timevar] : incorrect number of dimensions"
...uot;id" is the student identification number, and "WAVE" takes values 1 and 2. I get the following error: Error in data[, timevar] : incorrect number of dimensions I would provide reproducible code but I can't reproduce the error with any other data. I would appreciate any conjectures as to why this is happening. Thanks, Keith
2005 Jun 28
2
Problems with repeated calls to setTimeout?
...For instance, when I open http://mir.aculo.us/ in a fresh browser and wait for a couple of minutes, Konqueror crashes. I''ve tried to track the problem down, but it''s not as easy as just looped calls to setTimeout or even a TimedObserver. There must be something more to it. My conjecture is that each time through the loop and setTimeout some resources are acquired, but never freed. I''m unable to set up a minimal demonstration case for this, though. Has anyone else encountered this bug? Possibly with other browsers, too? Michael -- Michael Schuerig Not...
2007 Apr 01
10
indexing mostly-binary documents (.ppt)
Here''s an interesting problem: In my app, we are indexing various types of documents, including microsoft powerpoint. Powerpoint documents are mostly binary, but have a bunch of text (all of the text in the document?) as well. My thinking is that the binary will never get searched for, and the proper text will be indexed and queried as expected, so the indexed binary will never
2009 Feb 05
3
The Origins of R AND CALCULUS
...imy > >>>>>> nastiness. > >> > >> Hi Rolf, > >> > >> It is good to have clarification, for you wrote "..,the postings...," > >> tarring everyone with the same brush. And it was quite a nasty brush. It > >> also is conjecture that "this was due to an editor or sub-editor," i.e. > >> the > >> botched article. > >> > >> I think that what some people are waiting for are factual statements > from > >> the parties concerned. Conjecture is, well, little more than conje...
2019 Jul 30
2
Invalid DW_AT_calling_convention generated for a DW_TAG_class_type
...e or DW_TAG_union_type as well), but the DWARF 4 specification says that DW_AT_calling_convention is not a valid attribute for any of those three DWARF tags. Downstream object consumers that check to verify that a DWARF attr is appropriate for a given DWARF tag will appropriately flag an error. I conjecture that this part of the DwarfUnit::constructTypeDIe() function (circa line 958 in DwarfUnit.cpp) should be guarded with a target- or vendor-specific conditional if it is needed for a particular purpose. Otherwise, I propose that it be removed since it breaks compliance with the DWARF specification....
2020 Aug 02
2
[PATCH] drm/nouveau: Drop mutex_lock_nested for atomic
Purely conjecture, but I think the original locking inversion with the legacy page flip code between flipping and ttm's bo move function shoudn't exist anymore with atomic: With atomic the bo pinning and actual modeset commit is completely separated in the code patsh. This annotation was originally added in...
2003 Nov 26
1
excluding libraries at configure
I'm trying build R-1.8.1 on a apple g4 that I've just upgraded to panther. Configure quits with complaints about "linking to Fortran libraries from C fails". Based on some comparisons with a fresh g5 install that worked...I conjecture that this is due to the fact that /sw/lib on the g4 contains lots of stuff from the prior jaguar installation, and ./configure wants to include -L/sw/lib. So my question is this: is there way to tell configure politely to not look in /sw/lib? Or is there another suggestion entirely? url: www.ec...
2005 Apr 29
2
postscript() filenames with forward slashes cause abort
My newly installed R-2.1.0 apparently doesn't like forward slashes in filenames: > R.version.string [1] "R version 2.1.0, 2005-04-18" > plotfile <- "\home\mean_monthly_stl.eps" > postscript(plotfile) > plotfile <- "/home/mean_monthly_stl.eps" > postscript(plotfile) *** glibc detected *** double free or corruption (!prev): 0x098e7180 *** Abort
2009 Mar 21
1
libRlapack.so not found
...t; $day [1] "25" $`svn rev` [1] "46428" $language [1] "R" $version.string [1] "R version 2.7.2 (2008-08-25)" -- Johannes H?sing There is something fascinating about science. One gets such wholesale returns of conjecture mailto:johannes at huesing.name from such a trifling investment of fact. http://derwisch.wikidot.com (Mark Twain, "Life on the Mississippi")
2006 Nov 19
1
Vonage uses Cisco
...different posts over the months wondering who Vonage uses for their VoIP technologies. I stumbled across this article (although it's from 2002, I think) that suggests strongly that they use Cisco. There is no telling what they might use in conjunction with this but this should clear some of the conjecture. http://www.cisco.com/en/US/tech/tk652/tk701/technologies_case_study09186a008 00b559e.shtml Curt
2020 Sep 17
2
[PATCH] drm/nouveau: Drop mutex_lock_nested for atomic
Ben, did you have a chance to look at this? -Daniel On Mon, Aug 3, 2020 at 1:22 PM Maarten Lankhorst <maarten.lankhorst at linux.intel.com> wrote: > > Op 02-08-2020 om 20:18 schreef Daniel Vetter: > > Purely conjecture, but I think the original locking inversion with the > > legacy page flip code between flipping and ttm's bo move function > > shoudn't exist anymore with atomic: With atomic the bo pinning and > > actual modeset commit is completely separated in the code patsh. > >...
2010 Oct 25
2
Text wrapping in R
...e prepared to walk the Unix way of choosing the best tool for the right job. Have I overlooked a package that does something similar to SAS PROC REPORT? -- Johannes H?sing There is something fascinating about science. One gets such wholesale returns of conjecture mailto:johannes at huesing.name from such a trifling investment of fact. http://derwisch.wikidot.com (Mark Twain, "Life on the Mississippi")
2008 Oct 18
3
OT: Polycom IP330 user problem
...timed out after about 25 seconds as it should if unanswered, and was sent to voicemail at 15:32:58. I called BBBBBB and asked her to check the phone display. She told me that the phone logged an unanswered call at 15:32:32, precisely in accordance with the server log. This leaves two possible conjectures: * The telephone, for whatever reason, did not ring in response to the incoming call signal which it obviously received. * The telephone ringer was not audible or noticeable to XXXX for some other reason. For the first possibility, I can think of three circumstances that woul...
2013 Mar 01
2
Can puppet report the console output from service foo status?
I have an odd problem. The first time I install my new package, puppet comes back with "Execution of ''/sbin/service chirp_fe start'' returned 1:" When I run this command manually and on all subsequent puppet runs it succeeds. So I''m looking for a way to capture the console output from the invocation of /sbin/service chirp_fe start. Is there something