Displaying 20 results from an estimated 8565 matches for "behav".
Did you mean:
behave
2010 Jul 09
2
Defining a method that behaves like '$'?
Hi,
is there a way to define a method say '$$' that would behave like '$'
and allow calls like 'a$$name'?
Thanks.
Renaud
--
Renaud Gaujoux
Computational Biology - University of Cape Town
South Africa
###
UNIVERSITY OF CAPE TOWN
This e-mail is subject to the UCT ICT policies and e-mail disclaimer published on our website at http://www....
2019 Jun 29
0
[libnbd PATCH 5/6] api: Add new nbd_aio_FOO_notify functions
...;-1> on
error. To check if the command completed, call
-C<nbd_aio_command_completed>. Note that you must ensure
+C<nbd_aio_command_completed>, or use C<nbd_aio_pread_notify>.
+Note that you must ensure C<buf> is valid until the command
+has completed. Other parameters behave as documented in
+C<nbd_pread>.";
+ };
+
+ "aio_pread_notify", {
+ default_call with
+ args = [ BytesPersistOut ("buf", "count"); UInt64 "offset";
+ Opaque "data";
+ CallbackPersist ("notify", [...
2009 Feb 24
2
[LLVMdev] Detecting counted loops
I need to be able to detect a well-behaved loop. (i.e one where exp1
assigns a value to an int i, exp2 compares i with a loop constant,
exp3 adjusts i by a loop constant, and the inner block has no
assignments to i.)
I need this because in Sun's Java VM garbage collection only takes
place at safepoints, so a potentially unbounded lo...
2009 Jan 11
2
Strange behaviour of paste
Hello,
here I have some code, which behaves quite strange, IMHO.
There is a "res.txt" which will be collected before printing it.
There is a paste-statement, which has a comment at the end of the line,
which is this one: "# !!!!!HERE!!!!!".
If you throw out the first hash-mark "#" on that line,
the printout...
2019 Jul 30
3
[PATCH libnbd] lib: Remove cookie parameter from completion callbacks.
...-error. If this command returns a cookie, then C<callback>
+error.
+
+When the command completes, C<callback>
will be invoked as described in L<libnbd(3)/Completion callbacks>.
+
Note that you must ensure C<buf> is valid until the command has
completed. Other parameters behave as documented in C<nbd_pread>.";
};
@@ -1773,8 +1776,7 @@ documented in C<nbd_pread_structured>.";
UInt "status";
Mutable (Int "error"); ]};
Closure { cbname="callback&qu...
2006 Aug 22
2
Mongrel and Service behave differently
...t to run it under the Win32
Mongrel service, it appears to hand after hitting certain controller
actions. I''m sure there is a bug in my code that''s causing this - but I just
am not sure what it is yet.
Is there anything about the mongrel-service that would cause an application
to behave differently? Besides the -B option to turn on debugging, are there
any other tricks for me to get visibility to what is going on underneath the
covers?
If I can''t track down this issue, is there any to using mongrel_rails from a
scheduler instead of the service?
Thanks!
--
-- Jay Turp...
2003 Aug 15
2
Does order() behave differently on different platforms?
Hello,
I am running R 1.7.1 on two platforms and it seems to me that order() behaves
differently on them. I noticed this when a test case passed in linux but
failed on solaris. This is the behavior on the solaris platform:
R.Version()
$platform
[1] "sparc-sun-solaris2.8"
$arch
[1] "sparc"
$os
[1] "solaris2.8"
$system
[1] "sparc, solaris2....
2011 Aug 17
2
Getting vastly different results when running GLMs
Dear R gurus
I am analysing data from a study of behaviour and shade utilization of
chimpanzees. I am using GLMs in R (version 2.13.0) to test whether shade/sun
utilization is predicted by behaviour observed. I am thus interested in
whether an interaction of behaviour (as a predictor) and presence in the
sun/shade (also predictor) predicts the counts I...
2008 Jan 24
1
Ryacas behaving weird
...- b^6 * E * N - 10 * (b^4 * E^3 * N) -
10 * (b^3 * E^4 * N) - 5 * (b^2 * E^5 * N) - b * E^6 *
N))/(b^7 * E + 6 * (b^6 * E^2) + 15 * (b^5 * E^3) + 20 *
(b^4 * E^4) + 15 * (b^3 * E^5) + 6 * (b^2 * E^6) + b * E^7))
--
View this message in context: http://www.nabble.com/Ryacas-behaving-weird-tp15065744p15065744.html
Sent from the R help mailing list archive at Nabble.com.
2005 Aug 31
2
SpanDSP rxfax TSID variable name?
Scott's SpanDSP FAQ mentions that the senders' TSID (20 bytes sent by
sending fax machine) is made available, but doesn't mention where or
how. Is there a variable or something that's set? I didn't see it in
http://www.voip-info.org/tiki-index.php?page=Asterisk+variables
Thanks,
Woody
2015 Apr 18
6
Dovecot 2.2.16: disappearing messages, mismatched summaries, duplicated messages, excessive full re-downloads
...ages, mismatched summaries, duplicated messages, excessive full re-downloads
From: Timo Sirainen <tss at iki.fi>
To: David Gessel <gessel at blackrosetech.com>
Date: Sat Apr 18 2015 15:48:28 GMT+0300 (Arabic Standard Time)
> No. My best guess is that (your) ZFS+FreeBSD is simply not behaving the way Dovecot wants filesystems to behave (readdir() sometimes skipping over files). I don't have any other suggestion than trying a different filesystem or OS. I haven't heard ZFS having these problems before though.
Or migrating to sdbox. Absent any further suggestions, that will...
2017 Oct 13
2
Why dup()?
On 13/10/17 16:22, Damien Miller wrote:
> At a minimum, I think we'd have to dup2 a fd to /dev/null to
> STDOUT_FILENO so writes to stdout (e.g. from ill-behaved
> libraries) have somewhere to go.
Would that really be useful?? Output from Ill-behaved libraries,
written fd 1, already go to the same place.? Don't forget, dup does
not create a new file, it creates a duplicate handle to the same
file.? I'm proposing getting rid of the duplicate.
2017 Oct 21
2
Why dup(), again and again?
On Fri, 20 Oct 2017, David Newall wrote:
> WHAT CAN I DO TO HELP STEWARD THIS CHANGE INTO THE MASTER SOURCE?
> What do I need to do?
Stop yelling and go file a bug at https://bugzilla.mindrot.org/
As I mentioned previously, your suggested change is wrong and we'd
(at least) need to replace fd 1 with /dev/null prior to assigning
it to the channel.
-d
2005 Aug 21
0
Yum still won't behave.
Before I reported that YUM often crashed. I was given help here on this
list which stopped YUM from freezing my computer.
However, YUM is still not behaving.
Recently, I went to install a program called transcode. Yum found 14
packages that needed to be installed. It installed one of them and then
stopped.
It gave me this error:
/sbin/ldconfig: File /usr/lib/libk3bdevice.so.2.0.0.#prelink#.X8kEMh is
empty, not checked.
So, I went to /etc/syscon...
2006 Nov 10
0
Asterisk BlindTransfer behaves differently in version 1.0 and 1.2
Recently, we just migrate our PABX from 1.0.10 to the latest asterisk
1.2.13, most of the features are migrated smoothly, only blind
transfer behaves differently, and quite annoying,
We use options 't' and 'T' in dial command to enable using asterisk
feature to do blind transfer, in 1.0, after you dial the number and
followed by a '#' key, asterisk will do the transfer immediately,
however in 1.2, after entering number...
2008 Aug 05
0
Mouse behaves drunk using Wine
Mouse behaves well in Ubuntu.
Most noticeable when using WoW, but happens using winecfg or wine explorer.exe.
When running WoW BC on Wine 1.0.0 I'm EXTREMELY pleased with the graphics, internet response time, fps.
My problem is the mouse sensitivity and response time is poor. Performing a LARGE figure 8...
2007 Jun 08
0
[ wxruby-Bugs-11446 ] Wx::TextCtrl behaves wrong when scrolling
Bugs item #11446, was opened at 2007-06-08 10:48
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=11446&group_id=35
Category: Incorrect behavior
Group: current
Status: Open
Resolution: None
Priority: 3
Submitted By: Mario Steele (eumario)
Assigned to: Kevin Smith (qualitycode)
Summary: Wx::TextCtrl behaves wrong when scrolling
Initial Comment:
On wxGTK, the behavior of Wx::TextCtrl works as expected, it scrolls smoothly on the text thro...
2005 Jan 06
0
Symlinks not behaving as expected?
..../tx2/messages
lrwxrwxrwx 1 hmrbot mis 18 Sep 08 11:44 messages.txn ->
../../txn/messages
lrwxrwxrwx 1 hmrbot mis 17 Sep 08 11:45 spec.qa ->
../../qa/spec.log
These happen to be relative symlinks (../../foo), but absolute symlinks
(/tmp/foo) produce the same behavior I will describe.
I have two linux clients.
- Client A runs samba 2.2.7a and follows the symlinks on the server to see
the files there. All is well.
- Client B runs samba 3.0.7 and tries to follow the symlinks on the
_client_ machine's own filesystem! Needless to say, they don't exis...
2007 Mar 30
0
How to get mount.cifs to behave like a Windows client?
...s and I use mount.cifs to get the home directories. That's all ok.
To mount the group shares I use mount.smbfs, because mount.cifs only
displays the (then dangling) links.
So I heard that smbfs is going to vanish from the kernel and my question
is, if there is any possibility to get mount.cifs behave like a windows
client, which dereferences the links?
Any help welcome. :)
Greets, Jens.
2013 Aug 13
1
[Bug 843] New: ipset swap doesn't behave as expected
https://bugzilla.netfilter.org/show_bug.cgi?id=843
Summary: ipset swap doesn't behave as expected
Product: ipset
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P5
Component: default
AssignedTo: netfilter-buglog at lists.netfilter.org
ReportedBy:...