search for: onl

Displaying 20 results from an estimated 65 matches for "onl".

Did you mean: on
2005 Dec 24
2
grouping data
...lar data setas follows: sex age time female 28 1 female 53 2 female 53 3 female 36 4 male 42 4 male 29 4 male 43 5 male 36 6 male 41 7 Now I want to accept both the values male and female. Is it possible. i.e. instead of onle age I want age and time both. So all ages for male and their corresponding time will be loaded. Thanks for any help With Regards Subhabrata Pal
2019 Nov 23
3
[PATCH nbdkit] python: Pass memoryview to pwrite()
Passing a memoryview we avoid unneeded copy of the original buffer. On the python side memoryview object can be used for slicing, writing to file, or sending to socket. This may break plugins assuming that the they get a bytearray, but good python code should not care about the type of the buffer, only about the behaviour. Testing with a plugin writing to /dev/null shows 2.7x speedup. Real plugin will probably show much smaller improvement. Without patch: $ time qemu-img convert -p -f raw -O raw -n /var/tmp/disk.img nbd://localhost/ (100.00/100%) real 0m1.284s user 0m0.091s sys 0m0.576s...
2019 Nov 22
1
Re: [PATCH nbdkit v2 03/10] python: Implement nbdkit API version 2.
...on should write the C<buf> string to >>> the disk. You should write C<count> bytes to the disk starting at >>> -C<offset>. >>> +C<offset>. C<flags> may contain C<nbdkit.FLAG_FUA>. >> >> Should we mention that FLAG_FUA is only set if the python callback >> can_fua returned 1? Or is that somewhat redundant with the fact >> that we already document that someone writing a python plugin should >> be familiar with the docs for C plugins, and that guarantee is >> already in the C plugin docs? > &g...
2008 Apr 28
1
LC_REPORT ListCtrl Confusion
...ing the user to edit a multi-column listctrl. I can do the first column fine, simply by calling ListCtrl::edit_label in the activate event, but it seems impossible to do this for the other columns for two reasons. 1, the activate event doesn''t allow you to get the column, and 2, edit_label onl;y works for the first column. Thanks, Lucas
2011 Dec 12
1
categorical variables
...ext/same question is what does it mean to "set the first level as the base" does this mean it turns each value into a unique binary result? ******************************** CONFIDENTIALITY NOTICE ******************************** This message (including any attachments) is intended onl...{{dropped:21}}
2007 Jan 04
2
remove html tags from string in controller, how?
Been searching for a function that can do this, but have onl found a helper function. is there a way to strip all html tags of a string in a controller? Thanks -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Tal...
2006 Nov 15
1
compiz does not group windows
hello I am using compiz in fc6 and have this problem (tryed 0.3.2 and still have the same issue): When a window that have subwindows like gets minimized and I klick on it on the panels taskbar onle the subwindow shows up, but not the main window. I have to use alt+tab to open it. it also happens with floating buttonbars in openoffice so I add a list in openoffice it shows the bar with the buttons, I minimze it click on it on the taskbar and only the floating bar shows up, but not the off...
2016 Feb 19
2
Grandstream Early Dial
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Le 18/02/2016 11:03, Richard Mudgett a ?crit : > I've been using Grandstream phones for more than 10 years, but onl y > yesterday tried to use Early Dial... and I failed. What is needed on the > Asterisk side to reply 484 to INVITE? Phones are talking to chan_p jsip > on Asterisk-13.7.1. > > > Look into the Incomplete application. > https://wiki.asterisk.org/wiki/display/AST/A...
2008 Jan 03
1
Weird crash with CentOS 5.1
Dear all. I'm experiencing a weird crash with one of our desktop running CentOS 5.1 We have 5 machines identical, onle one has this problem. Right after it starts, it will kernel panic. Unfortunately, from the backtrace this is all I've managed to get : serial port isn't working. So it's a manual copy of what the screen show. [<c04721f3>] sync_buffer+0x0/0x33 [<c04bff66>] avc_has_perm+0x3...
2007 Apr 18
1
[Bridge] device eth0 is already a member of a bridge; can't enslave it to bridge Net6
...imulator uses linux bridgi= ng to connect the UMLs. So there is one problem: The example is the following: There are two hosts simulating one big net. The two hosts have connection over the external nets Net3 and Net6 (see htt= p://www.uni-koblenz.de/~timbub/verteilteSim3.GIF), but in fact there is onl= y one physical connection between the host: connected through a switch an e= ach host has one interface card eth0. (so normaly you should bind the ip ad= resses related Net3 and to Net6 to the eth0 and it already is part of the t= wo nets - even if there is one phsical connection) So my virtual n...
2009 Jun 01
5
Changing a Regedit and Half Life/CS Out
Good Afternoon!! I installed MuOnline game and it was issues in fonts ( text ). Then I fixed it changing key HKEY_CURRENT_USER\Software\Wine\X11 Driver string: ClientSideAntiAliasWithCore value: N string: ClientSideAntiAliasWithRender value: N After that I don' t get run Counter Strtike 1.6 No Steam neither Half Life. Above i...
2019 Nov 22
0
Re: [PATCH nbdkit v2 03/10] python: Implement nbdkit API version 2.
...t;pwrite> function should write the C<buf> string to > > the disk. You should write C<count> bytes to the disk starting at > >-C<offset>. > >+C<offset>. C<flags> may contain C<nbdkit.FLAG_FUA>. > > Should we mention that FLAG_FUA is only set if the python callback > can_fua returned 1? Or is that somewhat redundant with the fact > that we already document that someone writing a python plugin should > be familiar with the docs for C plugins, and that guarantee is > already in the C plugin docs? I think it would be bet...
2008 Oct 06
4
UPS (Megatec) with strange voltage values
Hello Nut List! I have 2 "Lacerda 10KVA" UPS that returns strange values for Q1 and F commands: Q1 (215.0 215.0 219.0 004 60.0 2.27 39.0 00000001 F #220.0 045 240.0 60.0 At least what I know about Megatec, It seems to say that it has a 240.0 V battery with currently 2.27V. Quite strange. I contacted Lacerda to help me interpret this values and they said that 2.27 is just 1 element
2019 Nov 22
8
Re: [PATCH nbdkit v2 03/10] python: Implement nbdkit API version 2.
...The body of your C<pwrite> function should write the C<buf> string to > the disk. You should write C<count> bytes to the disk starting at > -C<offset>. > +C<offset>. C<flags> may contain C<nbdkit.FLAG_FUA>. Should we mention that FLAG_FUA is only set if the python callback can_fua returned 1? Or is that somewhat redundant with the fact that we already document that someone writing a python plugin should be familiar with the docs for C plugins, and that guarantee is already in the C plugin docs? > - def zero(h, count, offset, may_t...
2018 Apr 11
0
[nbdkit PATCH v2 5/5] RFC: python: Track and cache per-connection state in C struct
...n.c index ad79c80..757a0e9 100644 --- a/plugins/python/python.c +++ b/plugins/python/python.c @@ -389,51 +389,66 @@ py_config_complete (void) return 0; } +/* All per-connection state */ +typedef struct ConnHandle { + PyObject *obj; + int fua; +} ConnHandle; + static void * py_open (int readonly) { PyObject *fn; - PyObject *handle; + ConnHandle *h = malloc (sizeof *h); + if (!h) { + nbdkit_error ("%s: %m", script); + return NULL; + } if (!callback_defined ("open", &fn)) { nbdkit_error ("%s: missing callback: %s", script, "open&...
2016 Feb 19
2
Grandstream Early Dial
...ux.pf> > *Sent*: Thursday, February 18, 2016 8:02 PM > *To*: asterisk-users at lists.digium.com > *Subject*: Re: [asterisk-users] Grandstream Early Dial > > Le 18/02/2016 11:03, Richard Mudgett a ?crit : >> I've been using Grandstream phones for more than 10 years, but onl > y >> yesterday tried to use Early Dial... and I failed. What is needed > on the >> Asterisk side to reply 484 to INVITE? Phones are talking to chan_p > jsip >> on Asterisk-13.7.1. > > >> Look into the Incomplete application. >> https://wiki.asterisk....
2018 Apr 19
1
Re: [nbdkit PATCH v2 5/5] RFC: python: Track and cache per-connection state in C struct
...ing the > python handle in a C struct. > > This commit is marked RFC because it might be nicer if the C > code implemented the caching for ALL plugins (TODO already > mentions that). It's not very clear to me (and this applies to all can_* functions) if it's OK to call them only once per connection. I can't think of any argument against that. Is there a potential meaning for a plugin to "change its mind" during a connection? Rich. > Signed-off-by: Eric Blake <eblake@redhat.com> > --- > plugins/python/python.c | 83 ++++++++++++++++++++++++...
2016 Feb 18
2
Grandstream Early Dial
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi list, I've been using Grandstream phones for more than 10 years, but only yesterday tried to use Early Dial... and I failed. What is needed on the Asterisk side to reply 484 to INVITE? Phones are talking to chan_pjsip on Asterisk-13.7.1. Thanks, - -- Jean-Denis Girard SysNux Syst?mes Linux en Polyn?sie fran?aise http://www.sysnux.pf/ T?l: +689...
2015 May 16
0
charset_to_utf8 assertion of remaining src_size
...er-worker): > > Panic: file charset-iconv.c: line 132 (charset_to_utf8): assertion > failed: (*src_size - pos <= CHARSET_MAX_PENDING_BUF_SIZE) I've managed to narrow down the issue to one mail, and can reliably trigger the assertion with 'doveadm index -u user INBOX' with only that email. Maybe we should reset the iconv descriptor after each full conversion? i.e.: diff -r 91bbd6753689 src/lib-mail/message-decoder.c - --- a/src/lib-mail/message-decoder.c Thu May 14 23:49:12 2015 +0300 +++ b/src/lib-mail/message-decoder.c Fri May 15 22:52:41 2015 -0700 @@ -347,6...
2007 Jan 10
0
Implementation of Wei-Lachin Test
...mal, musculoskeletal, neurologic, etc.). The null hypothesis here is that the joint distributions for each of the treatment and control groups is equal. Regards, Jarrod Dalton Cleveland Clinic is ranked one of the top 3 hospitals in America by U.S.News & World Report. Visit us online at http://www.clevelandclinic.org for a complete listing of our services, staff and locations. Confidentiality Note: This message is intended for use\ onl...{{dropped}}