search for: confess

Displaying 20 results from an estimated 428 matches for "confess".

2012 May 09
3
[LLVMdev] Discussion of eliminating the void type
...mildly nice to give stores names. >>> However, that may be more than offset by the fact that store instructions >>> would be able to have users. It'd always be safe to RAUW a store with >>> undef {}, but that's a nuisance. >> >> at this point I should confess that I was only thinking of function return >> types when talking about void type, and forgot that StoreInst returns a >> type, void type. How about having getType return null for StoreInst and >> similar? > > That sounds like it would be an awkward special case. Yes, in f...
2011 Oct 06
1
Issue with read.csv treatment of numerics enclosed in quotes (and a confession)
Dear Help-Rs,   I've been dealing with this problem for some time, using a work-around to deal with it. It's time for me to come clean with my ineptitude and seek a what has got to be a more streamlined solution from the Help-Rverse.   I regularly import delimited text data that contains numerics enclosed in quotes (e.g., "00765288071").  Thing is, for some of these data, I need
2005 May 06
3
Review Outgoing VM Messages
Hey All, I had a user ask how to go in and listen to her current outgoing messages. I must confess, I can't figure out how to. Any ideas? ~c
2012 May 09
0
[LLVMdev] Discussion of eliminating the void type
I have to confess that I find the whole idea crazy. It seems a lot of pain for everyone for very little gain. Evan On May 9, 2012, at 8:33 AM, Duncan Sands wrote: >>>>> there's a difference between users of LLVM (which you discuss here) >>>>> and developers of LLVM (people writin...
2018 Nov 16
4
Any way to run tinc on MikroTik routers?
...a way to run tinc on a MikroTik device? This would be in order to make an (imposed, no choice given...) MikroTik device (say the B1100AHX4 router) to participate in a tinc mesh, in interoperation with GNU/Linux machines. Please see: https://mikrotik.com/ https://mikrotik.com/product/rb1100ahx4 (Confession: after using tinc for a few years, on a few dozen free software machines, going back to point-to-point L2TP/IPSec tunnels, even with Strongswan, would be a NIGHTMARE. This is just because someone in the organization insists in using hardware routers and proprietary software... So this is a cry f...
2008 Sep 20
2
loging user actions
Hallo, from time to time some of our users delete files. But none of them do confess that they have deleted the file. I want to find at the samba logs which user has deleted the file. I´m using the audit-vfs module but there are only messages about opening and closing of files. Can anybody give me a hint for using samba logs to find the users I´m searching for? Thanks in advance...
2012 May 09
2
[LLVMdev] Discussion of eliminating the void type
...rm. > > As a developer, it would be mildly nice to give stores names. > However, that may be more than offset by the fact that store instructions > would be able to have users. It'd always be safe to RAUW a store with > undef {}, but that's a nuisance. at this point I should confess that I was only thinking of function return types when talking about void type, and forgot that StoreInst returns a type, void type. How about having getType return null for StoreInst and similar? Ciao, Duncan.
2004 Dec 06
4
confession
Gang, I've got to admit, what really sold me on debian was apt-get. And I've been resisting getting up to speed with yum. So, can any of ya point me to a good starter page, maybe one with migrators like me in mind? Many thanks. -- Robert Thomas ("beau") Hayes Link Open your heart, pray for peace, preach healing (c)2004ISR http://www.semanticrestructuring.com/
2005 Jun 09
2
lme model specification
...that this model is just a reparameterization of y=beta0+beta1*x, but I am using this parameterization because I am specifically interested in confidence bounds for beta2. I have looked at the help, but the closest hint I find is the I() function, and that does not seem to work this way. I confess that I am actually using S-plus, but there does not seem to be a resource like this list for S-plus. Any help would be greatly appreciated. Kind regards, Eric [[alternative HTML version deleted]]
2003 Aug 02
2
rsync on Windows 2000?
...m, and the download directory has a readme file that says I need the cygnus gnu-win32 library. The link refers me to the index page for cygnus, with no way to get to a download area. A google search shows many mirrors of the download directory. All I have checked are completely blank. I will confess that I have only been lightly browsing the mailing list traffic, so I may have missed something. -John wb8tyw@qsl.net Personal Opinion Only
2002 Jan 22
3
Help with Beta Distribution
First let me confess that I am a R-novice. I am trying to fit a beta distribution for a dataset using fitdistr(MASS). I am having difficulties with it because the function tends to fit a distribution with a range of 0 to 1 (I guess). However, my dataset is not! Anytips or tricks will be very much appreciated. Many T...
2008 Oct 16
2
[LLVMdev] bug in the JIT global variable emitter
...+ if (Alignment == 0) Alignment = 1; > + result = (unsigned char*)(((intptr_t)result+Alignment-1) & > + ~(intptr_t)(Alignment-1)); > If type of result is intptr_t, you can avoid some of the casting, right? Well, I basically copied that code from the MachineCodeEmitter class :P I must confess that I don't know what the standard says about casting. In the last times I tried guessing (when implementing some parts in clang) I was wrong, so.. :) Apart of fixing these minor things, may I commit the patch? Thanks, Nuno
2010 Nov 04
3
newbie: "Is xend running?"
...3320 1 0 17:41 ? 00:00:00 xenstored --pid-file /var/run/xenstore.pid root 3327 1 0 17:41 ? 00:00:00 xenconsoled root 3781 3727 0 17:48 pts/0 00:00:00 grep xen I searched google and I''ve found many posts with the same error, but got quite confused I confess, because none of the posts (that I could find) had the same combination of kernel + xen version, and as such I didn''t feel comfortable to try the proposed solutions, as i hardly understood them... would you mind guiding me a bit here? many thx in advance p. _____________________________...
2019 Jul 09
2
Manipulating global address inside GlobalAddress SDNode in (RISCV) LLVM backend
Hello, Brief background: We are trying to support 64 bit pointers in RISCV 32 bit backend http://lists.llvm.org/pipermail/llvm-dev/2019-June/132805.html To pass the legalizer we plan to break the 64 bit GlobalAddress into 32 bit GlobalAddress having the other 32 bit glued to the node. We could not find a direct way to convert the 64 bit GlobalAddress Node into a 32 bit node. For a GlobalAddress
2009 Dec 18
2
Getting Rd pages right for redefined S3 generic
...nces for a redefined generic. I wanted to define a cbind equivalent for an object that mostly behaves like a data frame. base::cbind dispatches to a data frame method if _any_ parameter is a data frame, so I defined a new S3 cbind and cbind.default to handle dispatch on first object only. Though I confess that redefining cbind leaves me a tad nervous, that all works OK so far. However, R cmd tells me (rightly) that I haven't documented the generic and new default. But I don't want to; I want ?cbind to point to the base package help pages, not to mine. Assuming that's not unwise (?), wh...
2009 Oct 21
3
Cross-compiling speex
...peex executables depend on libogg header files, although, the speex executables are only compiled if the libogg header files are available 2/ the libogg check is only done when cross-compiling 3/ libogg is assume to exist when cross-compiling Obviously it is the third thing here that gets me. I confess to being completely useless with atuo*, so my 'fix' was simply to change #3, so that configure assumed that libogg _did not_ exist when cross-compiling. This is obviously a crappy solution. I think it would be nice if there was a flag to pass to configure which disabled compiling of the bi...
2015 Jul 13
6
rsync --link-dest and --files-from lead by a "change list" from some file system audit tool (Was: Re: cut-off time for rsync ?)
...st. However, you've made be a little apprehensive about storebackup. I like the lack of a need for a "restore tool". This permits all the standard UNIX tools to be applied to whatever I might want to do over the backup, which is often *very* convenient. On the other hand, I do confess that I am sometimes miffed at the waste involved in a small change to a very large file. Rsync is smart about moving minimal data, but it still stores an entire new copy of the file. What's needed is a file system that can do what hard links do, but at the file page level. I imagine that...
2008 May 06
4
Is there in R a function equivalent to the mround, as found in most spreadsheets?
Dear R-users, I have the following problem In a lab experiment I have to mix three solutions to get different concentrations of various molecules in a cuvette I've used R to calculate the necessary ?liters for each of the level of the experiment and I must confess that it is more useful and easier to achieve the results than using spreadsheets. But there's a problem. Imagine that for a particular cuvette (I have 112 different cuvettes !!) you have to mix the following volumes of solution A, B, and C respectively. c(1803.02, 193.51, 3.47) Each solut...
2012 May 12
2
Plotmath bug or my misunderstanding?
...op(atop(sigma,"some text"),"another level")),cex = 2) ## ??? For even more fun, try: plot(1,type="n", xaxt='n', yaxt='n', ann=FALSE) text(1,1,labels=expression(atop(atop(sigma,"some text"),"another level")),cex = 1:2) ##???? So I confess to being flummoxed. Enlightenment would be much appreciated. Cheers, Bert -- Bert Gunter Genentech Nonclinical Biostatistics Internal Contact Info: Phone: 467-7374 Website: http://pharmadevelopment.roche.com/index/pdb/pdb-functional-groups/pdb-biostatistics/pdb-ncb-home.htm
2012 Jun 13
2
Trouble with .bat files upon installation of 15.0
...any results - When I double-clicked the individual .bat files they all ran smoothly - The same thing happened each day until yesterday when I broke down and re-installed R 12.1 again and changed the path back (C:\Program Files\R\R-2.12.1\bin\x64) - Everything ran perfectly smoothly this morning I confess that I am baffled. As far as I am aware the System Scheduler should simply act as a double-click on the .bat file at a specific time, but there is obviously something more to it than that. What have I missed? I would like to get this sorted out, as I don't want to have this stuff tied to 12.1...