Displaying 10 results from an estimated 10 matches for "inicates".
Did you mean:
indicates
2005 Oct 25
3
making an inicator variable
Hello,
I am almost a total novice, and I am sure there must be an easy (and
basic) way to turn a variable of 1's and 2's into a variable of zeros
and ones. This is in a data frame, but if I could do it with vectors,
that's all I need.
Can someone tell me how?
Thanks so much,
Jen
2009 Dec 06
2
Error in eval(expr, envir, enclos) : object 'N' not found
I'm running an LSODA to generate some graphs, but I need to stop at a certain
point and use those values to generate another LSODA output. This is
working fine, but when I try to run the second LSODA, I get the "Error in
eval(expr, envir, enclos) : object 'N' not found". Any ideas what can be
causing this? I have no object 'N' anywhere in the script. I made an
2010 Jun 06
5
[PATCH] virtio_net: indicate oom when addbuf returns failure
...the 2.6.32 and 2.6.33 stable trees.
>
> If the add_buf operation fails, indicate failure to the caller.
>
> Signed-off-by: Bruce Rogers <brogers at novell.com>
> Signed-off-by: Rusty Russell <rusty at rustcorp.com.au>
Actually this code looks strange:
Note that add_buf inicates out of memory
condition with a positive return value, and ring full
(which is not an error!) with -ENOSPC.
So it seems that this patch (and upstream code) will fill
the ring and then end up setting oom = true and rescheduling the work
forever. And I suspect I actually saw this at some point
on on...
2010 Jun 06
5
[PATCH] virtio_net: indicate oom when addbuf returns failure
...the 2.6.32 and 2.6.33 stable trees.
>
> If the add_buf operation fails, indicate failure to the caller.
>
> Signed-off-by: Bruce Rogers <brogers at novell.com>
> Signed-off-by: Rusty Russell <rusty at rustcorp.com.au>
Actually this code looks strange:
Note that add_buf inicates out of memory
condition with a positive return value, and ring full
(which is not an error!) with -ENOSPC.
So it seems that this patch (and upstream code) will fill
the ring and then end up setting oom = true and rescheduling the work
forever. And I suspect I actually saw this at some point
on on...
2007 Aug 24
0
speex DTX chore
hi there,
I am new to mailing list so excuse me if I don't obey to the 'netiquette'.
i am writing voice chat and speex is in the root of it. i write it in Java and use JNI to link with 'C'-based Speex 1.2beta. [I know of JSpeex but there are not implemented some features]
recently i decided to use DTX feature of speex as well. the code follows. The problem is that no matter
2006 Mar 22
1
Double complex with gcc and Intel v9 Fortran (PR#8699)
...fied
version of the two test files is added at the end). When compiling
ifort -c ctest.f
gcc -c cftest.c
and linking properly,
ifort -nofor_main cftest.o ctest.o -o runme
running the executable gives the following output:
./runme
123.456000 14.710644
0.000000 -0.000006
To me, this inicates that the test should actually be passed successfully.
Unfortunately, I haven't quite understood how to rebuild the configure.ac etc
once R.m4 is changed; otherwise I would try to come up with a patch for R.m4.
But maybe someone else can fix this?
Many thanks,
Christian.
----<ctest.f&g...
2011 Sep 18
9
Rails 3 and postgresql
I have a simple project created around a very, very simple database: one
main table packs with just three rows
Column | Type |
Modifiers
--------+-----------------------------+----------------------------------------------------
id | integer | not null default
nextval(''packs_id_seq''::regclass)
nombre | character
2006 Oct 15
0
Ringtones won't work
I was hoping that someone may be able to shed some light on some issues I'm
having on trying to get an Asterisk test server up and running. At the
moment I have the basics, two Polycom hard phones (301 & 601 with expansion
unit (which oddly will not power up)) that can call each other, log into
voicemail (one touch) and have custom directories & buddy lists.
Unfortunately some of the
2016 Jun 16
0
Unable to mount a USB DVD drive
I can't seem to get an external DVD drive to show up on an CentOS 7 server.
Wondering if it's just missing a driver or if I'm missing something
fundamental.
It's an external USB device that works fine on my Fedora 21 Laptop, but I never
get a /dev/ entry (EG: /dev/sr0) on the server.
What can I do to make this thing work?
[root at norman ~]# tail -f /var/log/messages; #
2006 Jun 16
1
Problem with default_mail_env in beta9
...Jun 16 14:54:41 Info: POP3(sca): maildir: data=/var/mail//HOME_DIRECTORY_USED_BUT_NOT_GIVEN_BY_USERDB
dovecot: Jun 16 14:54:41 Info: POP3(sca): maildir: root=/var/mail//HOME_DIRECTORY_USED_BUT_NOT_GIVEN_BY_USERDB, index=/var/mail//HOME_DIRECTORY_USED_BUT_NOT_GIVEN_BY_USERDB, control=, inbox=
this inicates to me, that
1. homedirvariable is unset
OK, because I assigned mailMessageStore to local FOO
2. default_mail_env is correct evaluated to maildir:/var/mail/%h
Question:
Why is default_mail_env not correct evalueted to maildir:/var/mail/sca/ if sca/ is set as homedir ?
As mentions above, thi...