search for: _possible_

Displaying 20 results from an estimated 30 matches for "_possible_".

2009 Apr 11
0
_Possible_ work-round for normalizePath error (was Re: [Rd] Package (PR#13475))
>>> Uwe Ligges <ligges at statistik.tu-dortmund.de> 04/10/09 4:21 PM >>> >Well, you need to ask Symantec to fix Norton, hence this is the >wrong address. That would not help other R users who were looking in the archives for help with what looked like a mysterious normalizePath error, would it? As I said, the principal intent of the posting was to point to a
2002 Aug 14
1
Changing ACLs
Hello, I'd like to know if it's _possible_ to change access control lists on a samba server (samba 2.2.3a, linux 2.4.19-xfs) using the tools MS windows (NT, w2k) provides. I already can change them using chacl, setfacl on the command line - this works without a problem. But the administrators I have to work with have absolutely no experienc...
2011 Jan 19
1
expand.grid
...c3=c("g", "h", "i", "j", "k")) I would like to have a dataframe with all (unique) combinations of all the factors present. In fact, I would like a simple solution for these two cases: given the three factor columns above, I would like both all _possible_ combinations of the factor levels, and all _present_ combinations of the factor levels (e.g. if I would do this for the first 4 rows of dfr, it would contain no combinations with c3="k"). It would also be nice to be able to choose whether or not NA''s are included. I''...
2017 Jun 02
2
llvm-objcopy proposal
...on" and output format... You could imagine trying to use -Wl to put it with the compile command, but what do you use to switch back to the normal object format? gcc main.c -Wl,-b -Wl,binary -Wl,picture.jpg -Wl,-b -Wl,<<something to undo binary mode?>> So, anyways, while this is _possible_ with objcopy, it'd sure be nice if you never needed to use it for that... (BTW, Apple ld actually has an option "-sectcreate SEGNAME SECTNAME INPUT_FILE", and the clang driver will pass it through to the linker.) -------------- next part -------------- An HTML attachment was scrubbed...
2017 Jun 06
3
llvm-objcopy proposal
...gine trying to use -Wl to put it with the compile command, >> but what do you use to switch back to the normal object format? >> gcc main.c -Wl,-b -Wl,binary -Wl,picture.jpg -Wl,-b -Wl,<<something to >> undo binary mode?>> >> >> So, anyways, while this is _possible_ with objcopy, it'd sure be nice if >> you never needed to use it for that... >> > > The other approaches I've seen or can imagine are: > > - Assembler `.incbin` directive (could use it from an inline asm). > - Use a "bin2h" type program which takes a bin...
2010 Oct 04
13
HTML problem with Downloader from Battlenet
i SCOURED the web for a FLACKING fix for this LAME ass problem WHY blizzard has to do lame shit like this and not use a NORMAL ass text document for there LAME ass agreement is beyond me FEATHER MORE why they make me scroll to the FLACKING botem of it frustrates me to no end... I could have just BYPASSED the POS problem otherwise but noooooo i have to go to the extremes JUST to play a LDFKJSDF
2020 Jul 02
2
RFC: Introducing CfgTraits and type-erased CfgInterface / CfgBlockRef / CfgValueRef
...ting generic analyses are all written as templates. It's not clear to me how conscious that choice was, or whether the alternatives were ever fully explored, but in any case I am not proposing to change the already chosen trade-off there. Instead, I am proposing that we make the alternative _possible_, and I have a whole set of analyses that are implemented using this alternative waiting to be upstreamed. What about MLIR / other CFGs? ============================= While I personally only work in LLVM IR and MachineIR and my changes only provide the minimum required to ensure that dominator t...
2016 Nov 25
0
[PATCH 0/3] virtio/vringh: kill off ACCESS_ONCE()
...p this idiocy. We went through this once already. > Uh, so, READ/WRITE_ONCE are non-atomic now. I missed that. No. READ/WRITE_ONCE() are atomic *WHEN*THAT*IS*POSSIBLE*. So for something that fits in a register, it will read it in one atomic access. For something that fits in a register and is _possible_ to write atomically, it will do so. But sometimes it's not going to be atomic. We do not for a moment try to make multi-word accesses be atomic. Not even if you could try to use some magic cmpxchg16b thing. It's not "atomic" in that sense: it will be doing multiple accesses. Sim...
2004 Aug 06
0
skipping at change of song
...racks, I did get a skip when listening to the > stream. The station ID did not play in it's entirety, even though it did > on the source PC. So to me it sounds like it is something to do with the > sending of the metadata interfering with the audio data. Are you using mp3? It's _possible_ (though I think unlikely) that the mp3 metadata support in icecast2 is causing this. It should work, but hasn't had really extensive testing - so it might be causing occasional problems like this. If you can reproduce this with another streamer AND with another listening client (so as to e...
2007 Aug 13
1
statdataml question
Hi, I was wondering if Statdataml is currently the preferred way to represent statistical data in XML in R. And also if the Statdataml api provides ways to load the XML as a HTTP GET? If so can you give me an easy example of this. Thanks. Cheers, Bryan Rasmussen
1998 May 12
0
No subject
...gt; John Terpstra <samba-bugs@samba.anu.edu.au> Wolfgang Ratzka <ratzka@hrz.uni-marburg.de> claimed that you should mount your home directory under Windows 95 before the machine will load the roaming profile. This is claimed in the existing PROFILES.txt. As far as I know it should be _possible_ to mount it using 'map X: /home' not that you _have_ to do it. Could anybody confirm this. I will update and contribute the rewritten profiles.txt as soon as I can resolve these few points. Thank you Johan Meiring
2004 Aug 06
2
skipping at change of song
oddsock wrote: > this may be an effect of using the SQRSoft crossfader...try disabling it > and see if you get the same effect... It is difficult to test this because the metadata is sent when each track is silent so there is no audible skipping while no sound is present. I had almost resigned to blaming the crossfader when it happened again (without the crossfader). I have a very short
2007 Oct 14
6
accurate file size
Hello I was copying some files from one server to other, that I relized the total file size ( sum of all files ) in one server is a bit more than the one that copied from ( about 6 when I do du -s ) individual file sizes are identical, when I do one by one file comparison, but the sum is different. is there any more accurate way to make sure of integrity of the file. ( other than pgp or
2019 Jun 29
2
[cfe-dev] [RFC] ASM Goto With Output Constraints
...#39;t have this. What we could do instead is split the edges and insert the copy-to-<where ever> statements there. Exactly -- except that doing that is potentially an invalid transform, because the address is being used as a value, not simply a jump target. The label list is just a list of _possible_ jump targets, changing those won't actually affect anything. You'd instead need to change the blockaddress constant, but in the general case you don't know where that address came from -- (and it may therefore be required that you have the same address for two separate callbr instructio...
2003 Feb 17
4
Groups with Samba domain controler or domain member
Does anybody know more about groups? I am considering switching from NT to Samba domain and have made some test. Unfortunately I need to make two additional groups, except Domain Admin (one of them is Domain Users). Is it possible to make that with the stable version of Samba? And another, but not so important (for now) question. Currently I have a Samba server, providing files and printers
2020 Jul 07
2
RFC: Introducing CfgTraits and type-erased CfgInterface / CfgBlockRef / CfgValueRef
...itten as templates. It's not clear >> to me how conscious that choice was, or whether the alternatives were >> ever fully explored, but in any case I am not proposing to change the >> already chosen trade-off there. Instead, I am proposing that we make the >> alternative _possible_, and I have a whole set of analyses that are >> implemented using this alternative waiting to be upstreamed. >> >> >> What about MLIR / other CFGs? >> ============================= >> While I personally only work in LLVM IR and MachineIR and my changes >> o...
2008 Apr 14
3
Is this an artifact of using "which"?
Dear all, I used "which" to obtain a subset of values from my data.frame. however, I find that there is a "trace" of the values I have removed. Any suggestions would be greatly appreciate. Below is my data: d <- data.frame( val = 1:10, group = sample(LETTERS[1:5], 10, repl=TRUE) ) >d val group 1 1 B 2 2 E 3 3 B 4 4
2003 Mar 26
4
[Bug 69] Generalize SSH_ASKPASS
http://bugzilla.mindrot.org/show_bug.cgi?id=69 astrand at lysator.liu.se changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |astrand at lysator.liu.se ------- Additional Comments From astrand at lysator.liu.se 2003-03-26 21:10 ------- >hmmm, alternately
2011 Jul 30
2
Good for a chuckle
I see in my overnight email spool: https://bugzilla.redhat.com/show_bug.cgi?id=726872 I am amused because this kind of request comes up time and time again with respect the package management system It is technically _possible_ to attain this kind of rollbacks, in some tightly controlled environments [something like cell phone tower control computer applications, where there are essentially NO end users in the environment and the computer is acting like an embedded controller], but in the general case with many diver...
2005 Jan 29
2
SIP native bridge problem
I'm having a problem, I'm not sure if it has todo with the fact that my phone is behind a NAT or not, but here it is.. My problem is when I call out, my asterisk system routes the call to my SIP provider, whoever, as soon as the other party answers, asterisk tries to make a native bridge for the call, and then the call drops instantly. However, if I keep asterisk in the middle (by