search for: bettween

Displaying 14 results from an estimated 14 matches for "bettween".

Did you mean: between
2015 Mar 14
2
range query for terms
first, thank you,xapian! then I'd like to ask if it is possible to do a range query on terms(like the range query on values), or if it is just a wildcard(right truncation) match. the case is searching ip address bettween ?10.10.0.0? and ?10.10.255.255? the user want : 1. query "10.10.10.10" < ip < "10.10.10.12" gives "10.10.10.11" 2. query "*.*.*.10" gives all ip addresses ended with 10. how can I achieve this?
2004 Aug 06
3
icecast2 ogg vorbis client request headers
Can anyone shed some light as to what icecast2 accepts as a client request methods for ogg vorbis, apparently there is a difference bettween the way icecast2 handles mp3 and ogg vorbis. php example for mp3 that works fwrite($fp,"GET /mymp3 HTTP/1.1\nUser-Agent:$HTTP_USER_AGENT\n\n"); php example for ogg that doesnt work fwrite($fp,"GET /mymnt.ogg HTTP/1.1\nUser-Agent:$HTTP_USER_AGENT\n\n"); ideas?? Dave St John M...
2013 Jan 16
6
[PATCH v2 0/2] make mac programming for virtio net more robust
From: Amos Kong <akong at redhat.com> Currenly mac is programmed byte by byte. This means that we have an intermediate step where mac is wrong. Second patch introduced a new vq control command to set mac address in one time. V2: check return of sending command, delay eth_mac_addr() Amos Kong (2): move virtnet_send_command() above virtnet_set_mac_address() virtio-net: introduce a new
2013 Jan 16
6
[PATCH v2 0/2] make mac programming for virtio net more robust
From: Amos Kong <akong at redhat.com> Currenly mac is programmed byte by byte. This means that we have an intermediate step where mac is wrong. Second patch introduced a new vq control command to set mac address in one time. V2: check return of sending command, delay eth_mac_addr() Amos Kong (2): move virtnet_send_command() above virtnet_set_mac_address() virtio-net: introduce a new
2018 Nov 06
0
[PATCH 1/1] vhost: add per-vq worker thread
...sounds valid that if the user wanted 8 parallel queues for the disk, > they better be parallel, i.e. worker per queue. The rest of disks that > don't need high-performance, can have 1 queue specified. > If you allow device to specify the worker itself, you can do any kinds of mapping bettween work and worker kthread I think. The advantage of doing this is that you can keep the vhost-net untouched. This makes things a little bit easier and proving two kthreads is better than one for -net workload is probably not as easy as it looks. We may get boost in some cases but degradation for...
2004 Aug 06
0
icecast2 ogg vorbis client request headers
On Friday 02 April 2004 09:28, Dave St John wrote: > Can anyone shed some light as to what icecast2 accepts as a client request > methods for ogg vorbis, apparently there is a difference bettween the way > icecast2 handles mp3 and ogg vorbis. > > php example for mp3 that works > fwrite($fp,"GET /mymp3 HTTP/1.1\nUser-Agent:$HTTP_USER_AGENT\n\n"); > > php example for ogg that doesnt work > fwrite($fp,"GET /mymnt.ogg HTTP/1.1\nUser-Agent:$HTTP_USER_AGENT\n\n...
2003 Mar 01
0
Question about Tormenta ISA E1 card
Hello,every one! I want to fabric a piece of Tormenta ISA E1 card for study. But the from http://www.zapatatelephony.org is all about Tormenta ISA T1 card. I want to know if they are using the same chips or something different bettween them. Thanks. john
2015 Mar 29
1
range query for terms
..., ??? wrote: >> then I'd like to ask if it is possible to do a range query on >> terms(like the range query on values), or if it is just a >> wildcard(right truncation) match. > >Currently only right truncation is supported. > >> the case is searching ip address bettween ?10.10.0.0? and ?10.10.255.255? >> the user want : >> 1. query "10.10.10.10" < ip < "10.10.10.12" gives "10.10.10.11" >> 2. query "*.*.*.10" gives all ip addresses ended with 10. >> >> how can I achieve this? > &g...
2004 Aug 06
2
icecast2 ogg vorbis client request headers
...004 5:47 PM Subject: Re: [icecast-dev] icecast2 ogg vorbis client request headers <p>> On Friday 02 April 2004 09:28, Dave St John wrote: > > Can anyone shed some light as to what icecast2 accepts as a client request > > methods for ogg vorbis, apparently there is a difference bettween the way > > icecast2 handles mp3 and ogg vorbis. > > > > php example for mp3 that works > > fwrite($fp,"GET /mymp3 HTTP/1.1\nUser-Agent:$HTTP_USER_AGENT\n\n"); > > > > php example for ogg that doesnt work > > fwrite($fp,"GET /mymnt.ogg HTTP/1...
1999 Nov 26
2
compiling R-0.90.0 on alpha-dec-osf4.0
I am compiling R-0.90.0 on alpha-dec-osf4.0 and it stops by giving the following message: cc: Error: ../../../R/src/main/gram.y, line 1365: In this declaration, parameter 1 has a different type than specified in an earlier declaration of this function. SEXP mkString(const char *s) -----^ cc: Error: ../../../R/src/main/gram.y, line 1365: In this declaration, the type of "mkString" is not
1999 Nov 26
2
compiling R-0.90.0 on alpha-dec-osf4.0
I am compiling R-0.90.0 on alpha-dec-osf4.0 and it stops by giving the following message: cc: Error: ../../../R/src/main/gram.y, line 1365: In this declaration, parameter 1 has a different type than specified in an earlier declaration of this function. SEXP mkString(const char *s) -----^ cc: Error: ../../../R/src/main/gram.y, line 1365: In this declaration, the type of "mkString" is not
2004 Aug 06
3
icecast2 ogg vorbis client request headers
...004 5:47 PM Subject: Re: [icecast-dev] icecast2 ogg vorbis client request headers <p>> On Friday 02 April 2004 09:28, Dave St John wrote: > > Can anyone shed some light as to what icecast2 accepts as a client request > > methods for ogg vorbis, apparently there is a difference bettween the way > > icecast2 handles mp3 and ogg vorbis. > > > > php example for mp3 that works > > fwrite($fp,"GET /mymp3 HTTP/1.1\nUser-Agent:$HTTP_USER_AGENT\n\n"); > > > > php example for ogg that doesnt work > > fwrite($fp,"GET /mymnt.ogg HTTP/1...
1997 Aug 06
2
set unix time via samba
hi out there, first of all: samba is pretty cool! question: is there a way to synchronize the clock of my linux box to a win95 box (something like 'smbnet time \\win95 /set /yes')? cheers jodok ;----------------------------------- Jodok Sutterluety Austria, Vienna Tel: ++43 1 4080791 email: js@bonus.unterland.at ;-----------------------------------
2006 Jan 03
4
iax2 wireless and Multicast
...in all client stations and define users at the same client station to let know them what flow is for who ??? Second challenge is client stations transmit voice flows binding unicast IP I guess defining unicast asterisk IP address (acting like a gateway) will work, but... what about transmitting bettween client sattions ??? a liitle draw for explanation |---------| /---<unicast<-|client-st| / /_______| |------------|...