search for: twofold

Displaying 20 results from an estimated 108 matches for "twofold".

2005 Jan 18
2
Reverse phone lookup interface with asterisk
...erviceObjects "GeoPhone" web service - although it's expensive for small shops (free trial, but $50+/mo after that). The interface would be pretty simple using Perl and SOAP::Lite, if one knew Perl. Which, after a few hours of tinkering, I can safely say I don't. My question is twofold: Has anyone written an interface to this by any chance? Or even better - Has anyone written an interface to Google's search, which appears to have free reverse # lookup? Thanks - joe
2016 Jan 27
3
[PATCH] documentation: Add disclaimer
...te. This document is > +meant as a guide to using the various memory barriers provided by Linux, but > +in case of any doubt (and there are many) please ask. > + > +I repeat, this document is not a specification of what Linux expects from > +hardware. The purpose of this document is twofold: (1) to specify the minimum functionality that one can rely on for any particular barrier, and (2) to provide a guide as to how to use the barriers that are available. Note that an architecture can provide more than the minimum requirement for any particular barrier, but if the barrier pr...
2016 Jan 27
3
[PATCH] documentation: Add disclaimer
...te. This document is > +meant as a guide to using the various memory barriers provided by Linux, but > +in case of any doubt (and there are many) please ask. > + > +I repeat, this document is not a specification of what Linux expects from > +hardware. The purpose of this document is twofold: (1) to specify the minimum functionality that one can rely on for any particular barrier, and (2) to provide a guide as to how to use the barriers that are available. Note that an architecture can provide more than the minimum requirement for any particular barrier, but if the barrier pr...
2016 Mar 23
5
New buildbot with -Werror
Greetings, I would like to propose adding a buildbot which builds with -Werror. The reason for a new buildbot in this configuration is twofold: 1. It helps users who track and release from ToT, because they (generally) seem to build with -Werror. Speaking from experience :-), new warnings tend to crop up in a large range of commits, and end up blocking one or more of these downstream users. These users also seem to span several organizat...
2009 Nov 19
2
Windows port of daemon?
I think there's some demand internally for a version of libguestfs where the appliance part actually runs on Windows. So I'm creating this thread to discuss the issue. The reason to want a Windows appliance at all is twofold: (1) better support for NTFS filesystems and Windows-native filesystem features (attributes, volume management etc), and (2) so we can run Windows CMD.EXE commands using the guestfs_command/guestfs_run API. The alternate architecture seems like it would be something like this: +----------------...
2009 Aug 05
2
using ddply but preserving some of the outside data
...ally thought something like ddply would be ideal for this, however, I cannot break up my data by date, and then apply a function that requires information about the previous dates. I had thought to use a for loop and merge, but that doesn't quite seem to be working. So, my questions are twofold 1) Is there a way to use something like the plyr library to do this efficiently 1a) Indeed, is there a way to use ddply or its ilk to have a function that returns a vector of values, and then assign the variables you are sorting by to the whole vector? Or maybe making each value it's o...
2011 Feb 07
1
waveThresh plot axis
Dear, I am using WaveTresh for Haar Wavelets. It works all fine exept when I want to adjust the axis on the wavelet coefficient plot: input: wlh_ponds<-wd(input_waves[,1], family="DaubExPhase",filter.number=1) plot: plot(wlh_ponds,scaling="by.level") My problem is twofold= -I want the original x-axis of the data on that plot, not 1/2 of the axis. This would make my plot more clear for comparison with the original data series. -I want to cut of a part of the graph because I added columns with 0's to make my series 2^n. Now I want to cut them of again. It may lo...
2013 Feb 02
1
KVM virtio block layer - is TRIM/DISCARD supported?
Hi, One question please: If I use SSD as a storage on a host machine, does KVM's virtio I/O layer pass the TRIM/DISCARD commands to the SSD? I guess the question would be twofold: 1) is TRIM supported/forwarded if only one LVM'ed partition of SSD is forwarded? 2) is TRIM supported/forwarded if full SSD is forwarded (i.e. /dev/sdX) -- Best regards, Dmitry Mikhailov
2005 Aug 17
1
[PATCH] Builder with hash for style attribute
The attached patch transparently extends the Builder from util.js to take an object/hash value for the style attribute. The elements of the hash are then used to set the respective properties of the style object. The purpose of this patch is twofold: (1) Make it easier to use the Builder with generated style properties. (2) I''m not sure if assigning a string to element.style is even supposed to work... Michael -- Michael Schuerig Most people would rather die than think. mailto:michael@schuerig.de...
2003 Jan 08
1
[Q] e2image: tools for sparse files & e2sfck support
Hi, i have two twofold e2image related questions: 1) The man page mentions "cp (1)"'s --sparse=always option. I wonder if there are sparse aware tools which a) display the "real" amount of disk space occupied by a sparse file b) compress sparse files (other than compressing...
2005 Apr 18
1
Forcing best-fit lines to go through the origin
Dear All, I have a rather unusual problem. I have a set of data for a class in subsurface processes. From that dataset, I must calculate the slope of the best-fit line (which is the parameter of interest). The problem I have is twofold: 1) for the purposes of the exercise, I must force my best-fit line to go through the origin (0,0), and 2) the line must be linear, even though the data is not. I would like to use R to help me calculate the line, but am unaware of any code or packages that will allow me to force the line thro...
2012 Apr 21
1
Script Help Or Excel Add-in
...by X Create groupings 1...N Separate test data set run regression on each group Determine result. (A mathematical formula is run on the forecasted output) Repeat for test set Review results I have no idea how to do this script in S+. Working in excel would make this much easier so my question is twofold: 1) I am running windows 7, MS Office 2010 and i dont have an excel add-in for S+. Does one exist? Does one exist for R? An installation link would be very helpful. 2) How can i create the above script in R/S+ to automate my research. Any help would be greatly appreciated! Thank you, Ben...
2004 Oct 05
1
Using parameters in lpq command conflicts with background lpq
...the "lpq command" and uses the %U parameter in the command string. The application returns a personalized queue list based on the value of %U. This technique worked well in older versions of Samba (circa RedHat 8), but I have run into some trouble with Samba 3. The issue appears to be twofold. 1) The lpq command is now run from the background lpq monitoring process, which does not have a "user" (%U) per-se associated with it. 2) The background lpq process maintains its cache(s) based on the service name. IIRC, the older caching system maintained a cache for each u...
2009 Mar 11
1
Easy "Recall" to get ls(..., all.names=TRUE)?
...ould and do object to the current construction in principle. What I would like to do is rewrite the new function so that it does very minimal processing of its arguments, and then calls ls() with the new arguments, somewhat in the same spirit of the Recall() function. A challenge to me has been twofold, that this new ls() call has a different search path, and that ls() itself has a good deal of lazy evaluation (including possibly twice in one line, around line 11) in it. Getting my new function to work with all permutations of arguments, without merely copying the code from ls(), has been futile....
2016 Mar 23
0
[cfe-dev] New buildbot with -Werror
...rg > Cc: gkistanova at gmail.com > Sent: Tuesday, March 22, 2016 7:00:28 PM > Subject: [cfe-dev] New buildbot with -Werror > > Greetings, > > > I would like to propose adding a buildbot which builds with -Werror. > The reason for a new buildbot in this configuration is twofold: > > > 1. It helps users who track and release from ToT, because they > (generally) seem to build with -Werror. Speaking from experience > :-), new warnings tend to crop up in a large range of commits, and > end up blocking one or more of these downstream users. These users >...
2009 Aug 29
1
domU reboot leaves VM crashing continually
...s. My domU?s seem to boot up fine, run fine, and shutdown fine. However, if I attempt a reboot operation, they go into a state where they continually crash on startup. I have been unable to ascertain why this happens, and I do not know how to fix it when it does happen. So, my question is twofold: 1) How do I get it out of the continual boot/crash cycle? Xm destroy doesn?t work, none of the GUI tools work. So far the only answer has been rebooting dom0, which is not a good answer L 2) Has anyone else seen this/solved this? Besides being able to manually fix it from #1 ab...
2011 Apr 20
2
'Record' row values every time the binary value in a collumn changes
My question is twofold. Part 1: My data looks like this: (example set, real data has 2*10^6 rows) binary<-c(1,1,1,0,0,0,1,1,1,0,0) Chromosome<-c(1,1,1,1,1,1,2,2,2,2,2) start<-c(12,17,18,20,25,36,12,15,16,17,19) Table<-cbind(Chromosome,start,binary) Chromosome start binary [1,] 1 12 1...
2016 Mar 23
0
[cfe-dev] New buildbot with -Werror
...ll sending fail-mail, etc for the warning?) On Tue, Mar 22, 2016 at 5:00 PM, David Jones via cfe-dev < cfe-dev at lists.llvm.org> wrote: > Greetings, > > I would like to propose adding a buildbot which builds with -Werror. The > reason for a new buildbot in this configuration is twofold: > > 1. It helps users who track and release from ToT, because they (generally) > seem to build with -Werror. Speaking from experience :-), new warnings tend > to crop up in a large range of commits, and end up blocking one or more of > these downstream users. These users also seem t...
2004 Apr 28
2
Matrix efficiency in 1.9.0 vs 1.8.1
...write code to use Matrix instead of matrix objects -- I would have to do lots and lots of conversions between Matrix and matrix. Am I missing a trick here somewhere, that would let me use only Matrix objects and do with them the things one can do with matrix objects? Or some other way to avoid the twofold speed hit in moving to 1.9? I've tried using the Rblas.dll for AthlonXP on CRAN, and it doesn't help. Thanks in advance, Steve Stephen P. Ellner (spe2 at cornell.edu) Department of Ecology and Evolutionary Biology Corson Hall, Cornell University, Ithaca NY 14853-2701 Phone (607) 2...
2016 Mar 23
1
[cfe-dev] New buildbot with -Werror
...nor changes. > On Tue, Mar 22, 2016 at 5:00 PM, David Jones via cfe-dev < > cfe-dev at lists.llvm.org> wrote: > >> Greetings, >> >> I would like to propose adding a buildbot which builds with -Werror. The >> reason for a new buildbot in this configuration is twofold: >> >> 1. It helps users who track and release from ToT, because they >> (generally) seem to build with -Werror. Speaking from experience :-), new >> warnings tend to crop up in a large range of commits, and end up blocking >> one or more of these downstream users. The...