search for: awkward

Displaying 20 results from an estimated 1419 matches for "awkward".

2015 Mar 09
2
Upgrading Xen 3 on SL 5 server with CentOS 5 and SL 5
...Garcia wrote: >>> Sorry about the accidental bulky quoting! Boston public transit is still slow from storms, and I'm using my phone right now. >>> >>> Also, has Xen console access gotten any better for fully virtualized guests? I've just been forcibly reminded how awkward it was to access the Linux installation screens to manipulate kickstart setups. >>> >> >> I haven't had problems accessing the graphical console of PV or HVM guests. I'm usually using virt-viewer to use the VNC console. >> >> -- Pasi > > I was referrin...
2015 Feb 22
2
Upgrading Xen 3 on SL 5 server with CentOS 5 and SL 5
...54AM -0500, Nico Kadel-Garcia wrote: > Sorry about the accidental bulky quoting! Boston public transit is still slow from storms, and I'm using my phone right now. > > Also, has Xen console access gotten any better for fully virtualized guests? I've just been forcibly reminded how awkward it was to access the Linux installation screens to manipulate kickstart setups. > I haven't had problems accessing the graphical console of PV or HVM guests. I'm usually using virt-viewer to use the VNC console. -- Pasi > Nico Kadel-Garcia > Email: nkadel at gmail.com > Sen...
2010 May 11
3
Advice needed on awkward tables
...lapse the features by category - so the final desired output will be a total of 10 patients as rows, and a total of 5 categories as columns. (after collapsing the features by a Boolean OR). (i.e. if any of the features in the category are present, it will be a TRUE). I apologize for the apparently awkward table, but this is what I had to start with. I tried expanding data.table.b$FEATURE using strsplit, which resulted in a list, and then I got stuck there for a long time. Thanks for any help. Greg [[alternative HTML version deleted]]
2016 Jul 07
2
Re: [PATCH v3 4/8] mllib: Add some imperative list manipulation functions.
On Thursday 07 July 2016 17:30:03 Richard W.M. Jones wrote: > This adds imperative list manipulation functions inspired by Perl. > The functions are passed list refs which get updated in place. > > This allows us to replace some awkward pure functional code like: > > let xs = ys in > let xs = if foo then xs @ zs else xs in > > with: > > let xs = ref ys in > if foo then append xs zs; > --- TBH I've always found the "shift" and "unshift" naming of Perl functions slightly...
2008 Sep 30
1
Version 2.7.2 GUI acts awkward?
hi, I am running R 2.7.2 Windows - recently the GUI-windows (for example to "change directory" or "read in R-scripts") do not open - well, they open, but close down directly afterwards. I can't select a directory or file ... I tried re-installing R - same problem again. does anybody have an idea? thanks gregor -- Gregor Rolshausen PhD Student; University of
2007 Feb 25
0
moving local files, remote mirroring, and --link-dest awkwardness
I have some pictures that I unload from the camera into: dir/tmp and at night I automatically rsync all of dir/ to some remote:dir/ Then days or weeks later I do some local sorting, and I make lots of image moves of the sort where image dir/tmp/bar goes to to dir/category1/bar, possibly linked also into dir/category2/bar. Then rsync runs the next night, notices the "new" image
2007 Jul 21
1
R2WinBUGS awkward to use
Hi All Does anyone know if I can avoid to use the write.model() function below? I dont want to do this. Can't bugs() do that automatically for me just by specifying the 4th argument 'model'? Just I like I am also using the 'inits' object! If I use 'model' in the same way as I use 'inits' I am getting the error: > sim <- bugs(data, inits, parameters,
2014 Sep 10
2
[LLVMdev] awkward object file abstractions
Hello LLVM, I'm trying to make symbolizing work in llvm-objdump. This comment in ObjectFile.h gives me some heartburn: https://github.com/llvm-mirror/llvm/blob/master/include/llvm/Object/ObjectFile.h#L196 // The main goal of // this is to allow SymbolRef::SymbolPimpl to point directly to the symbol // entry in the memory mapped object file. SymbolPimpl cannot contain any // virtual
2008 Aug 26
2
awkward behavior with densityplot function
Hi, I have the following script: ---- t.R --- grafica <- function() { v <- read.csv('preprocessed/komolongma.ece.uprm.edu.active',sep=',') x <- as.ts(v$active) bitmap(file="output.png") densityplot(~x,col='blue',main='Density Plot') dev.off() } grafica() ---- t.R --- When I "sourced" it from R prompt, it quietly runs.
2016 Jul 08
2
Re: [PATCH v3 4/8] mllib: Add some imperative list manipulation functions.
...wrote: > > On Thursday 07 July 2016 17:30:03 Richard W.M. Jones wrote: > > > This adds imperative list manipulation functions inspired by Perl. > > > The functions are passed list refs which get updated in place. > > > > > > This allows us to replace some awkward pure functional code like: > > > > > > let xs = ys in > > > let xs = if foo then xs @ zs else xs in > > > > > > with: > > > > > > let xs = ref ys in > > > if foo then append xs zs; > > > --- > > >...
2009 Aug 11
1
Awkward escaping with five backslashes within \code{ } in new parse_Rd
Hi R-devels, I noticed that you are working quite actively on the new Rd-parser and have made it the default renderer in R-2.10.0dev. So I would like to come back on an issue I have already raised on this list last November ("Two minor escaping issues using \preformatted{....} in Rd format") My setting has slightly changed as \preformatted, AFAICS is not supported within \describe
2020 Mar 25
2
Re: nbdkit / mingw support
...elves on internals > of the server: > > * nbdkit_nanosleep, nbdkit_export_name, nbdkit_peer_name call > threadlocal_get_conn > * nbdkit_set_error calls threadlocal_set_error > * nbdkit_shutdown must set the quit global (or call a server function) Yeah, there's some awkward dependencies to figure out. It's obvious the library has to export public nbdkit_* interfaces for the sake of plugins, but can it also export one additional symbol _nbdkit_init() for internal use? Then we can have the nbdkit binary pass whatever additional hooks are needed for proper isola...
2009 Apr 24
9
[LLVMdev] Calling-convention lowering proposal
Hello, Attached is a patch which significantly reworks how calls, incoming arguments, and outgoing return values are lowered. It's a major change, affecting all targets, so I'm looking for feedback on the approach. The goal of the patch is to eliminate a bunch of awkward code, eliminate some unnecessary differences between targets, and to facilitate future refactoring and feature work. This patch gets rid of ISD::CALL, ISD::FORMAL_ARGUMENTS, ISD::RET, and ISD::ISD::ARG_FLAGS, as well as the old LowerArguments and LowerCallTo hooks. To replace them, it adds three n...
2012 Oct 20
0
[LLVMdev] Announcement: Phabricator for code reviews
...pective, using a Github OAuth is the *least bad* alternative, but it's still not a direction that I want to encourage. > > Completely in agreement. Requiring a third-party login is a good reason for not using a service. As Manuel has pointed out, there is no requirement. The process is awkward (emailing him) but works. I don't think the account creation or login mechanism (something that is ancillary at best to a code review system) should be the primary feature or constraint considered. Instead, with a workable (if awkward) solution in hand, let's perhaps focus on whether the t...
2008 Feb 28
3
Collapse an array
Suppose I have a 4-D array X with dimensions (dx, dy, dz, dp). I want to collapse the first 3 dimensions of X to make a 2-D array Y with dimensions (dx*dy*dz, dp). Instead of awkward looping, what is a good way to do this? Is there a similar function like reshape in Matlab? Thanks, Gang
2012 Sep 20
1
Fortune nomination
On Thu, Sep 20, 2012 at 9:01 AM, David Winsemius <dwinsemius at comcast.net> wrote: (In response to an OP's aplogy for an "awkwardly worded question"): > Awkwardly worded questions will get much better answers if they are accompanied by some test data. Fortune nomination! Cheers, Bert > -- > David Winsemius, MD > Alameda, CA, USA > > ______________________________________________ > R-help at r-pro...
2010 Aug 06
3
data.frame: return all rows where at least one...
Hi, I know ways to do this but they all seem awkward and I somehow believe that there is a convenient shortcut. If I have a data.frame with many columns, how can I request all rows for which at least one column satisfy an expression? For instance, all rows where at least one column is negative. Many thanks, Werner
2017 Oct 21
2
Removing the register block in MIR
The MIR format currently has a short-hand syntax for declaring vreg classes and banks in the function body so you can write something like this: name: foo body: | %3:gpr(s64) = ... rather than the much more verbose and awkward: name: foo registers: - { id: 3, class: gpr } body: | %3(s64) = ... I'd like to make this shorthand the only way to do this. There are a few things that need to be handled here: - We should only print the class on defs, not all uses. This is sufficient to be unambiguous, easy...
2016 Jan 25
4
Just need to vent
On Mon, Jan 25, 2016 at 03:56:21PM +0000, Always Learning wrote: > Of course Alice can. All of us can. Hopefully it is constructive > criticism. Seeing good software being replaced by less good, less > useful and more awkward software usually provoke the software's users to > protest. Complaining on the CentOS list is probably not that productive, though. -- Jonathan Billings <billings at negate.org>
2012 Oct 20
3
[LLVMdev] Announcement: Phabricator for code reviews
On 18 Oct 2012, at 23:03, Owen Anderson wrote: > For me, the concerns are much more about privacy than about security. I'm not really bothered by the idea of my Phabricator account being compromised, and I will use one-off credentials to ensure that a compromise of it will not impact other accounts that I care about more. > > What does bother me is the loss of privacy implied by