Displaying 20 results from an estimated 3000 matches similar to: "Reservation protocol?"
2006 Sep 25
1
Help me with not normal vox pls
Hello speex-dev,
hello. I have a vox file encoded with Speex speex-1.0.4.
I need to get it decode back to wav,
also I'd like to know what option were used to encode this particular file options
--
Best regards,
Mr.BoBo mailto:big-bobo@mail.ru
2003 Dec 01
1
Linus "praise" for Xen
http://www.kerneltraffic.org/kernel-traffic/kt20031201_243.html
--- Relevant section ---
Nuno Silva mentioned:
The good people at Cambridge made a (very nice) VMM that exploits
ring0/1/3 to let one machine run various kernels independently (the
kernels need to be ported to the xen arch).
Xen itself executes in ring0 and the "guest" operating systems
execute in ring1.
2007 Apr 18
2
Time to post some patches?
Looks to me like the first series of patches should be OK to post now.
I propose that:
001-apply-to-page-range.patch
001a-reboot-use-struct.patch
002-sync-bitops.patch
003-remove-ring0-assumptions.patch
004-abstract-asm.patch
005-cpuid-cleanup.patch
unfix-fixmap.patch
fixmap-bootparam.patch
remove-read-hazard-from-cow.patch
pte-clear-not-present.patch
2006 Feb 12
4
How do I emulate directory structure with routes?
I''ve got something that I''m not sure is actually doable. I have a
very complex model relationship with a lot of parent/child/grandchild/
greatgrandchild etc stuff going on. Is there a way to do a route like
this?
tld.com/
projects/:project_name/:sequence_acronym/:shot_number/:department/:eleme
nt_name/:version/
where:
project is the parent of sequence
sequence is the
2007 Jan 03
2
Using helpers...
All,
I am getting an undefined method exception while trying to use a helper
method
in a xerb file.
I am running version 0.0.8
module Merb
module FredHelper
def blee( args )
....
end
end
end
In the xerb template I have
xml.bobo blee( args )
At runtime I am getting undefined method ''blee''
I tryied
2011 Oct 18
1
r-cran-* packages with recent R alpha release
Hi,
After the recent r-base and r-base-core alpha releases in sid, some
packages fail to load, e.g. r-cran-bitops:
R> library(bitops)
Error in library(bitops) :
package ?bitops? does not have a NAMESPACE and should be re-installed
I suppose these errors will get fixed after 2.14.0 is released. In the
meantime, should we just downgrade r-base and r-base-core to the testing
versions?
2008 Nov 18
1
Namespaces of imported packages
Hi,
I am trying to build an R package. My existing code makes use of the
bitops and chron packages. So I have included statements to import
required functionality into the NAMESPACE file using import(). When I
run Rcmd build, and error is generated "Error: package 'bitops' does not
have a name space"
I exclude the import(bitops) statement from the NAMESPACE file and
rebuild
2010 Aug 15
8
how does hypervisor isolates DomU from Dom0
I am not clear with the working of hypervisor xen.
How does an instruction executed by kernel in Ring0 of DomU gets
mapped or executed by hypervisor and then is excuted in Dom0.
Is this thing some where on the wiki page?
--
Tapas
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2010 Aug 15
8
how does hypervisor isolates DomU from Dom0
I am not clear with the working of hypervisor xen.
How does an instruction executed by kernel in Ring0 of DomU gets
mapped or executed by hypervisor and then is excuted in Dom0.
Is this thing some where on the wiki page?
--
Tapas
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2004 Sep 09
1
Interacting with Clusters...
Dear R-devel,
My current research focuses upon sensitivity analyses which require
[1] clusterings of patients in a baseline covariate X-space and
[2] examining the distribution of within-cluster treatment differences in
outcome.
I have generated some primitive R code for this, but I really need to be
able to interact with graphical displays of within-cluster information (local average
2011 Apr 04
1
[PATCH] com32: Do not use centralized bitops header in vsscanf
From: Matt Fleming <matt.fleming at linux.intel.com>
Partially revert "com32: add a centralized bitops header"
This reverts part of commit db74cf6c4182f40ecf7fad1f04799d09d82f896d.
The usage of the centralized bitops in com32/lib/vsscanf.c is not
correct because the bitmap that we're accessing is too large for the
'bt', 'bts' and 'btc' instructions to
2013 Jul 14
9
[LLVMdev] [PATCH] x86/asm: avoid mnemonics without type suffix
1c54d77 (x86: partial unification of asm-x86/bitops.h, 2008-01-30)
changed a bunch of btrl/btsl instructions to btr/bts, with the following
justification:
The inline assembly for the bit operations has been changed to remove
explicit sizing hints on the instructions, so the assembler will pick
the appropriate instruction forms depending on the architecture and
the context.
Unfortunately,
2018 Dec 10
1
[PATCH net 4/4] vhost: log dirty page correctly
Hi Jason,
I love your patch! Perhaps something to improve:
[auto build test WARNING on net/master]
url: https://github.com/0day-ci/linux/commits/Jason-Wang/Fix-various-issue-of-vhost/20181210-223236
config: i386-randconfig-x072-201849 (attached as .config)
compiler: gcc-7 (Debian 7.3.0-1) 7.3.0
reproduce:
# save the attached .config to linux build tree
make ARCH=i386
All
2003 Dec 11
2
Trying to install ocfs on RedHat AS 3.0
The src won't compile with gcc 2.96 or 3.23:
/lib/modules/2.4.21-4.ELsmp/build/include/linux/bitops.h:47: warning: no
previous prototype for `gen
eric_fls'
/lib/modules/2.4.21-4.ELsmp/build/include/linux/bitops.h:76: warning: no
previous prototype for `get
_bitmask_order'
Linux/ocfsmain.c:113: warning: initialization from incompatible pointer
type
Linux/ocfsmain.c:1492: conflicting
2007 Nov 29
1
Problem with Samba cutting dir listings short
Hi,
I have a peculiar problem with my Samba installation. I have a directory with
lots of files that I want to make available via Samba. I can connect just fine,
but I quickly noticed a lot of files seemed to be missing.
After some testing I found out that the directory listing was simple cut off,
right in the middle of a filename even. I created a test-directory with 1000
random files in
2012 Sep 07
1
[LLVMdev] teaching FileCheck to handle variations in order
On 9/7/2012 12:12 PM, Krzysztof Parzyszek wrote:
> On 9/7/2012 7:20 AM, Matthew Curtis wrote:
>>
>> The attached patch implements one possible solution. It introduces a
>> position stack and a couple of directives:
>>
>> * 'CHECK-PUSH:' pushes the current match position onto the stack.
>> * 'CHECK-POP:' pops the top value off of the stack
2016 Jan 05
2
[PATCH v2 22/32] s390: define __smp_xxx
On Tue, 5 Jan 2016 11:30:19 +0200
"Michael S. Tsirkin" <mst at redhat.com> wrote:
> On Tue, Jan 05, 2016 at 09:13:19AM +0100, Martin Schwidefsky wrote:
> > On Mon, 4 Jan 2016 22:18:58 +0200
> > "Michael S. Tsirkin" <mst at redhat.com> wrote:
> >
> > > On Mon, Jan 04, 2016 at 02:45:25PM +0100, Peter Zijlstra wrote:
> > > >
2016 Jan 05
2
[PATCH v2 22/32] s390: define __smp_xxx
On Tue, 5 Jan 2016 11:30:19 +0200
"Michael S. Tsirkin" <mst at redhat.com> wrote:
> On Tue, Jan 05, 2016 at 09:13:19AM +0100, Martin Schwidefsky wrote:
> > On Mon, 4 Jan 2016 22:18:58 +0200
> > "Michael S. Tsirkin" <mst at redhat.com> wrote:
> >
> > > On Mon, Jan 04, 2016 at 02:45:25PM +0100, Peter Zijlstra wrote:
> > > >
2013 Nov 22
1
Descargar tweets con package twitteR
Hola a tod@s!
Estoy dando mis primeros pasos con R, y mi objetivo es conseguir descargar tweets de cuentas concretas de twitter. Encontre documentación sobre el package twitteR, y he intentado aplicarlo, pero siempre tengo problemas a la hora de conseguir la autentificación con OAuth.
Este es el código que estoy utilizando:
options( RCurlOptions = list(verbose = TRUE, proxy =
2007 Oct 05
3
basic_auth problem since 0.6.9
I have a site that I don''t think "returns" a basic_auth request, but is
able to use basic_auth.
In the past on 0.6.8, I could use the following code:
require ''rubygems''
# gem ''mechanize'', ''=0.6.8''
require ''mechanize''
agent = WWW::Mechanize.new
agent.basic_auth("username", "password")