Displaying 20 results from an estimated 41 matches for "_use_".
Did you mean:
_used
2007 Feb 28
2
What is a expression good for?
I mean, I can generate a expression, for example, with:
z <- expression(x+y)
But then how can I _use_ it? Is it possible to retrieve
information from it, for example, that z is a sum, its
first argument is x (or expression(x)) and its second
argument is y?
Alberto Monteiro
2005 Dec 29
3
migrations
I''m trying to understand migrations and here is my problem, lets take
this example code from the API docs for migration. This code creates a
table then adds a new row to it, my problem is how can this add a row
to the table if the model doesn''t exist and how can you create a model
if the table doesn''t first exist. Can the migrations also be told to
create a model for a
2017 Mar 23
2
GSoC 2017: Letor Click Data Mining
> You could do that by identifying the search session instead of the user,
> which makes it closer to what we need than to something that might trip you
> into privacy concerns.
Okay, that would be much better. :)
> Third records some information about what sort of query it is — add,
> morelike or a plain query. Last provides the estimated match size and then
> the HTTP
2001 Mar 28
3
OSSH 2.5.2p2: Why is /usr/local/ put into the include & lib paths under Solaris?
I'd like to know why /usr/local/(include|lib) is added to the
(include|library) path. I'd _especially_ like to know why it's added before
user-specified library directories such as OpenSSL. If I specify
--with-openssl=/foo/openssl, I want to actually _use_ the version of
openssl in /foo/openssl, not some version that may have been installed in
/usr/local. This really makes no sense at all, since Solaris doesn't even
_have_ /usr/local by default.
Attached is a patch that gets rid of this behaviour, at least for solaris.
I suspect it's bog...
2006 Feb 02
3
Slightly OT: OpenPBX.org and Freeswitch
This is slightly OT in that it isn't specifically *-related, but I was
wondering what the members of the * user community felt about these two
subjects. I've been perusing the OpenPBX.org mail list and the current hot
topic is the fact that their project has come to a grinding halt. They are
concerned that they don't have enough people working on their project. They
feel that * has
2008 Dec 31
3
wine-users Digest, Vol 41, Issue 117
Hi David,
I have a copy of Windows that I bought a year or two ago, but never really
used it, as I preferred to use Linux.
Got it just in case I needed the license, I guess now I can put it to use.
Me paying for the Windows copy should include the fonts, right?
It's working now, and showing the fonts. Thanks a lot :-D
Now all that I have left is to get the characters to attach, and I
2020 Mar 26
1
Re: [PATCH nbdkit 6/9] tests: Add a regression test that we can still compile with -undefined.
...-in to our library?
> +#include <stdio.h>
> +#include <stdlib.h>
> +#include <string.h>
> +
> +#include <nbdkit-plugin.h>
> +
> +static void *
> +undefined_open (int readonly)
> +{
> + return NBDKIT_HANDLE_NOT_NEEDED;
Hmm. I don't see any _use_ of an nbdkit_* function here. It's not
enough that this library links without libnbdkit.so, but we need to be
testing that when it uses an undefined symbol, such a symbol actually
gets provided via the nbdkit binary dlopen()ing this plugin.
> +static struct nbdkit_plugin plugin = {
>...
2004 Jun 11
5
Re: FW: problems installing wxruby
Jeremy Stell-Smith wrote:
> Thanks a lot for the help, guys. I''m up and running with 2.4.2, but I
> did have a few questions.
Excellent.
> So first, a friend and I basically have this month to dedicate to trying
> to get a ruby ide pilot built on top of wxRuby. So, no, I really can''t
> wait a few weeks to start. Any chance you could commit changes into cvs
2016 Dec 07
0
[Qemu-devel] [PATCH kernel v5 0/5] Extend virtio-balloon for fast (de)inflating & fast live migration
...rea Arcangeli wrote:
>> > and leaves room for the bitmap size to be encoded as well, if we decide
>> > we need a bitmap in the future.
> How would a bitmap ever be useful with very large page-order?
Please, guys. Read the patches. *Please*.
The current code doesn't even _use_ a bitmap.
2020 Feb 05
0
Balloon pressuring page cache
...b->vdev);
Right, thanks!
>
>
> Issue 2: When called via the shrinker, (but also to fix Issue 1), it could be that
> we do have VIRTIO_BALLOON_F_MUST_TELL_HOST.
I don't think it is an issue here.
MUST_TELL_HOST is for the ballooning pages, where pages are offered to host to _USE_.
For free page hint, as the name already suggests, it's just a _HINT_ , so in whatever use case,
the host should not take the page to use. So the guest doesn't need to tell host and wait.
Back to the implementation of virtio_balloon_shrinker_scan, which I don't see an issue so far:
shr...
2011 Jun 24
1
anyone using dm-cache?
Hi,
Has, or does, anyone use dm-cache - specifically for caching SAN based
storage locally?
I''m looking for a way to speed up SAN based storage on a CentOS 5.6 + XEN
Hypervisor which uses iSCSI mounted SAN storage. dm-cache seems like it do
the trick, but I''ve never heard of it before until someone mentioned it in
another mailing list. A quick search on google didn''t
2002 Jun 24
1
WinSock & Wsock32
I am struggling with the simplest thing, I think! I am starting with a fresh config file from the 20020605 wine distro and trying to get the ARS Remedy User win32 based software running. Part way through the install it tell me I need to install "Winsock 2". By this I am assuming it is looking for the 32-bit winsock Dll's, wsock32.dll * ws2_32.dll. I have tried many variations of
2020 Feb 04
5
Balloon pressuring page cache
On 04.02.20 09:40, Michael S. Tsirkin wrote:
> On Tue, Feb 04, 2020 at 09:35:21AM +0100, David Hildenbrand wrote:
>>>>> I would say reverting probably makes sense. I'm not sure there is much
>>>>> value to having a shrinker running deflation when you are actively trying
>>>>> to increase the balloon. It would make more sense to wait until you are
2020 Feb 04
5
Balloon pressuring page cache
On 04.02.20 09:40, Michael S. Tsirkin wrote:
> On Tue, Feb 04, 2020 at 09:35:21AM +0100, David Hildenbrand wrote:
>>>>> I would say reverting probably makes sense. I'm not sure there is much
>>>>> value to having a shrinker running deflation when you are actively trying
>>>>> to increase the balloon. It would make more sense to wait until you are
2001 Mar 28
1
OSSH 2.5.2p2: Why is /usr/local/ put into the include & lib p aths under Solaris?
...I'd like to know why /usr/local/(include|lib) is added to the
> > (include|library) path. I'd _especially_ like to know why
> it's added before
> > user-specified library directories such as OpenSSL. If I specify
> > --with-openssl=/foo/openssl, I want to actually _use_ the version of
> > openssl in /foo/openssl, not some version that may have
> been installed in
> > /usr/local. This really makes no sense at all, since
> Solaris doesn't even
> > _have_ /usr/local by default.
> >
> > Attached is a patch that gets rid of thi...
2002 Aug 09
2
how to calculate frame # for vcut?
Hi,
I have a question regarding vcut. In the man page, it says:
DESCRIPTION
vcut reads an Ogg Vorbis audio file and splits it at the
given cutpoint, which is a sample number.
<p>What I want to do, is to cut an Ogg Vorbis file at a given time. Say, I
have an Ogg Vorbis file, which is 1 hour long, and I want to cut it into
two half hour parts.
With a fixed bitrate
2006 May 16
1
Using upssched under Solaris
Hi, I'm attempting to use the UPS network tools. I'm sure I got the
configurations worked out as I get notified when the ups goes on battery
and back online. I am having problems with upssched. I have the
following in my upssched.conf:
CMDSCRIPT /usr/local/ups/sbin/upssched-cmd
AT ONBATT * EXECUTE onbatt
The problem I have is that is seems like the script in CMDSCRIPT never
gets
2020 Feb 05
2
Balloon pressuring page cache
>> Issue 2: When called via the shrinker, (but also to fix Issue 1), it could be that
>> we do have VIRTIO_BALLOON_F_MUST_TELL_HOST.
>
> I don't think it is an issue here.
> MUST_TELL_HOST is for the ballooning pages, where pages are offered to host to _USE_.
> For free page hint, as the name already suggests, it's just a _HINT_ , so in whatever use case,
> the host should not take the page to use. So the guest doesn't need to tell host and wait.
Yes, I agree with you. Yet, I am thinking about one
(unlikely?impossible?) scenario. Can you...
2020 Feb 05
2
Balloon pressuring page cache
>> Issue 2: When called via the shrinker, (but also to fix Issue 1), it could be that
>> we do have VIRTIO_BALLOON_F_MUST_TELL_HOST.
>
> I don't think it is an issue here.
> MUST_TELL_HOST is for the ballooning pages, where pages are offered to host to _USE_.
> For free page hint, as the name already suggests, it's just a _HINT_ , so in whatever use case,
> the host should not take the page to use. So the guest doesn't need to tell host and wait.
Yes, I agree with you. Yet, I am thinking about one
(unlikely?impossible?) scenario. Can you...
2007 May 29
3
wich apc ups?
Hi,
I want to buy a UPS wfor a PE2800 but I'm mnot sure wich one to choose. is
1000 VA enough or do I need the 1500 VA version?
1) APC Smart-UPS 1000 VA Black SMART UPS 1000 VA BLACK 1000 VA
LINE-INTERACTIV [SUA1000I]
2) Power Supply Apc-ups 1500va Floorstand Incl Control Cable Usb And Com
Port Output Power 980w
Other suggestions are also welcome As long as they can talk to the apcd