search for: detour

Displaying 20 results from an estimated 72 matches for "detour".

2005 Mar 02
1
data.frame, data types, and apply
...FALSE FALSE 2 FALSE FALSE 3 FALSE FALSE > ------------------------------- All item in column "y" should be TRUE right? What should I do to apply a function only to numerics in d? (beside using nested 'for' loops) Thanks for your help, and for all the great software. Vincent Detours
2012 Jul 11
6
maximum memory size allocated by _xmalloc
Hi all, I''m currently inserting my own code to adjust the several existing memory ballooning works. To accomplish it, I manage some kind of statistics in Xen memory area. Using _xmalloc, I''ve allocated certain size of memory chunk for the data structure. ( I varied it from 10kb to 24 MB.) When the size is equal to 24 MB, xen won''t boot anymore. (stuck during the
2009 Sep 08
1
Changing font to times for EMF graphics
Hi, sorry for the simple question. I am usually able to change the font for PDF graphics with pdf.options(family="Times") However, I have found no way yet to get an emf file with a times font. I also tried a detour by using pstoedit to convert a pdf with the desired font to an emf but even there the font does not appear as times. Is there a way to get a times font in an emf file or is it even a restriction of the file format? I am on Win XP and R 2.9.1. Many thanks, Werner
2011 Mar 05
1
How to load *.nbi directly with pxelinux / syslinux
...kboot images available only as *.nbi, loaded by a startrom.0 with "kernel startrom.0" and then a *.lst for the menue of the nbi images. The *nbi images and the startrom.0 is closed source and I have found no solution to unpack and patch them. I need to boot the images directly without the detour of this startrom.0 and the appendent menue. Any hints or links are welcome, it can help our production a lot of time. bye Christoph
2007 Aug 24
0
[LLVMdev] Turning on exception handling codegen
..., you can work around this sort of errors on Darwin using the following trick (also employed by gcc normally): .set L$set$4,Lj93-Lj95 .long L$set$4 (the .set can also come after the use of the set expression). I've never really understood the reason for the requirement of this detour. Jonas
2011 Feb 26
0
[LLVMdev] LLVM IR Type System Rewrite
...as long as there is a way to mark them as complete. In the end, you still need to reject incomplete types on validation. For IR readability, I welcome types being handled by name. This has been a bit of a nuisance, but again, nothing terrible. Since you're refactoring types, how about a quick detour to see if it's possible to include unions and bitfields in the IR as well? I'm not saying to write a full-blown spec, but would be good at least to consider, so when someone finally have time to implement them, it's not impossible... I think there are plenty of people in this list, from...
2012 Aug 15
4
E5606 with no HVM; Assertion 'i == 1' failed at p2m-ept.c:524
Hi Xen developers and enthousiasts, Recently I have been having a lot of problems with HVM hosts on a dual Xeon E5606 box. Problem is that HVM hosts don''t work on it at all and crash the server. Today I got the logging to work over an IPMI console so then I compiled a fresh xen-unstable. Apart from the message I posted in the subject the call trace reads as follows: (XEN) Xen call
2013 Sep 20
1
Rmpfr question
Hello everyone, R beginner, I am confronted with the need to use Rmpf. In my first scripts I made use of X=read.table(file.choose(), header=FALSE, sep=",",dec=".") X=as.matrix(X) to load into a matrix data from file before matrix use. How can I do to load the same data in a "mpfrMatrix". Is it possible to use with "mpfrMatrix" the same as operations
2008 Nov 15
1
FLAC support for unsupported win32 programs
Not sure if this tool already exists in some form, or if it's been talked about before.. but I got to thinking of a way to support FLAC in applications that haven't added support in their code: In windows, programs can be launched using the Microsoft Detours API (or similar). This API can be used to do binary instrumentation on the programs. This instrumentation can be used to intercept file i/o calls. This means that we can simulate the existance of a .wav file (for example), even when that file does not really exist. This capability can be harness...
2015 Jan 26
3
Tinc and OpenWRT
...next? I think my options are: (option a) Switch my existing/working Tinc setup to using RSA keys (instead of Ed25519) so they can talk to the 1.0.25 packages available on OpenWRT, and then go on to figure out how to get the already-packaged Tinc 1.0.25 working on my router. or (option b) Take a detour and learn how to cross-compile things for OpenWRT. Use this new knowledge to install Tinc 1.1pre11 onto my router. Feel accomplished. or something else? I'm exploring this mainly for the fun of figuring it out, so there's no deadline or even a business reason to succeed. Does that sugg...
2019 Jun 03
2
[PATCH v3 7/8] virtio/s390: use DMA memory for ccw I/O and classic notifiers
...airq_info *airq_info = vcdev->airq_info; > > if (vcdev->is_thinint) { > - thinint_area = kzalloc(sizeof(*thinint_area), > - GFP_DMA | GFP_KERNEL); > + vc_dma_alloc_struct(&vcdev->vdev, thinint_area); Last time I wrote: "Any reason why this takes a detour via the virtio device? The ccw device is already referenced in vcdev, isn't it? thinint_area = ccw_device_dma_zalloc(vcdev->cdev, sizeof(*thinint_area)); looks much more obvious to me." It still seems more obvious to me. > if (!thinint_area) > return; > thinint_...
2019 Jun 03
2
[PATCH v3 7/8] virtio/s390: use DMA memory for ccw I/O and classic notifiers
...airq_info *airq_info = vcdev->airq_info; > > if (vcdev->is_thinint) { > - thinint_area = kzalloc(sizeof(*thinint_area), > - GFP_DMA | GFP_KERNEL); > + vc_dma_alloc_struct(&vcdev->vdev, thinint_area); Last time I wrote: "Any reason why this takes a detour via the virtio device? The ccw device is already referenced in vcdev, isn't it? thinint_area = ccw_device_dma_zalloc(vcdev->cdev, sizeof(*thinint_area)); looks much more obvious to me." It still seems more obvious to me. > if (!thinint_area) > return; > thinint_...
2017 Aug 24
0
Flummoxed by gsub().
...rom ?grep makes this "clear" (for some value of the word "clear") once you understand what this example is on about. > > So it's "obvious" once you've been shown, and totally opaque until then. Sometimes we all stumble over syntactic "special" detours. If you wanted to add a warning to the current ?regex tex, you could submit a diff for the base package, perhaps with something like: "Certain named classes of characters are predefined. Their interpretation depends on the locale (see locales); the interpretation below is that of the POSIX l...
2010 Oct 03
3
Include externally generated pdf in output (without Sweave)
Dear useRs, I generated a simple image-based report using the sequence: pdf(....) plot(.....) textplot( for short texts, from gplots) dev.off() Is there an easy way to include an single pdf-page from an external file (not R generated). Note: For final reports, I know how to use Sweave, but I am looking for a quick solution with less overhead. Something like textplot() for pdf. Dieter
2015 Jan 13
1
dovecot and glusterfs
...o doubt it solves some fancy setup > problem, but since director can not help with pop3, it was not worth > the hassle. never had any problems with webmail either, load balancers > seem to look after it well Yes. NFS has its own locking. I wanted to use plain glusterfs client without the detour of NFS. Thanks for your hint. Mit freundlichen Gr??en, Michael Schwartzkopff -- [*] sys4 AG http://sys4.de, +49 (89) 30 90 46 64, +49 (162) 165 0044 Franziskanerstra?e 15, 81669 M?nchen Sitz der Gesellschaft: M?nchen, Amtsgericht M?nchen: HRB 199263 Vorstand: Patrick Ben Koetter, Marc Schiffb...
2020 Jun 26
4
Introducing the binary-level coverage analysis tool bcov
...the user. Then, bcov patches the input module by adding two program segments; one segment contains trampoline code and the other keeps coverage data. bcov uses trampolines to instrument the binary where it inserts probes in targeted locations to track basic block coverage. Each probe consists of a detour that diverts control flow to a designated trampoline. The trampoline updates coverage data using a single pc-relative mov instruction (e.g., mov BYTE PTR [rip+0xadd88],1), executes relocated instructions, and then restores control flow to its original state. To dump coverage data, the user can inj...
2007 Aug 24
5
[LLVMdev] Turning on exception handling codegen
Hi Bill, > I'm trying it on 4.0. On 4.2, I'm getting this problem during bootstrapping: > > ccAMeZbg.s:111:non-relocatable subtraction expression, > "___gxx_personality_v0" minus "L0" > ccAMeZbg.s:111:symbol: "___gxx_personality_v0" can't be undefined in a > subtraction expression this is the darwin assembler that barfs, right? It
2011 Jun 26
1
changing graphs in qqplot2
...that other than changing the names in the dataset? 2.) show the slope and intercept next to the treatments labels on the right side. The geom_text only works inside the graph. I know I can change the names of the treatments in the data set to include the intercept and slope, but that seems like a detour for what I want to achieve. 3.) avoid the decimals on the x-axis. I would prefer the ticks to be (1,2,3,4). How is that done? 4.) change the lines. The look of the graph is exactly what I am after (except those minor changes mentioned above). However, the slopes and intercepts are not the same...
2020 Nov 12
5
Complex proposal v3 + roundtable agenda
...s with @llvm.complex.multiply (https://reviews.llvm.org/D91353) and lower the intrinsic for FCMLA on AArch64 (https://reviews.llvm.org/D91354). Note that those are just rough proof-of-concept patches. > > Cheers, > Florian Hi Florian, The proposed experimental intrinsics are a difficult detour to accept for performance reasons. With a complex type, the usual algebraic simplifications fall out for free (or close to it). Teaching existing optimizations how to handle the new complex intrinsics seems like a LOT of unnecessary work. That said, we recently had this same conversation at Simon...
2015 Jan 29
2
Tinc and OpenWRT
.../working Tinc setup to using RSA keys (instead of >> Ed25519) so they can talk to the 1.0.25 packages available on OpenWRT, >> and then go on to figure out how to get the already-packaged Tinc >> 1.0.25 working on my router. >> >> or >> (option b) >> Take a detour and learn how to cross-compile things for OpenWRT. Use >> this new knowledge to install Tinc 1.1pre11 onto my router. Feel >> accomplished. >> >> or something else? >> >> I'm exploring this mainly for the fun of figuring it out, so there's >> no d...