Displaying 7 results from an estimated 7 matches for "sceleton".
2001 Jul 03
1
python playlist bug?
I don't know if it is bug or not, but when I played with ices.py module I
found that the body of script is executed everytime any function (like
ices_get_next_song) is called.
This cause that when you use sceleton (ices.py.dist) it doesn't work.
I mean this line
songnumber=-1
at begin of file.
My python is version 1.5.2
It's a bug or normal behavior?
Regards,
Madr
--
Martin Dressler
e-mail: dr at musicabona.cz
http://www.musicabona.com/
--- >8 ----
List archives: http://www.xiph.org...
2004 Aug 16
1
promptClass("numeric")
Hi!
Have written some functions with signature "numeric".
eg.
setGeneric("foo",
function(object,...)
standardGeneric("foo"))
setMethod("foo",signature(object="numeric"),def = ....
To generate the Rd file sceleton i use
> promtClass("numeric")
A shell of class documentation has been written to the
file 'numeric-class.Rd'.
but the file does contains just.
\section{Methods}{
\describe{
\item{coerce}{\code{signature(from = "ANY", to = "numeric")}: ... }
}
}...
2017 Apr 15
0
[PATCH RFC (resend) net-next 3/6] virtio_net: Add basic skeleton for handling vnet header extensions.
This is the basic sceleton which will be fleshed out by individiual
extensions.
Signed-off-by: Vladislav Yasevich <vyasevic at redhat.com>
---
drivers/net/virtio_net.c | 21 +++++++++++++++++++++
include/linux/virtio_net.h | 12 ++++++++++++
include/uapi/linux/virtio_net.h | 11 +++++++++++
3 files change...
2002 Aug 02
1
doubt about contrib...
Hi,
I have a little doubt about contrib packages.
I make some little functions in a R package format, this functions are for my
personal use (envelopes for glm models and a plot bar routine).
Some friends ask me about the liberation of this functions in a web site, R
contrib etc.
what is the correct procedure for send a package to R contrib?
The functions is not create for me, is adaptaded to R
2007 Dec 26
3
executing code after each step of a story
Hello,
how can I execute some code after each step of a story. Is there some
kind of listener documentated.
Thank you in advance,
Armin
2017 Apr 15
11
[PATCH RFC (resend) net-next 0/6] virtio-net: Add support for virtio-net header extensions
Curreclty virtion net header is fixed size and adding things to it is rather
difficult to do. This series attempt to add the infrastructure as well as some
extensions that try to resolve some deficiencies we currently have.
First, vnet header only has space for 16 flags. This may not be enough
in the future. The extensions will provide space for 32 possbile extension
flags and 32 possible
2017 Apr 15
11
[PATCH RFC (resend) net-next 0/6] virtio-net: Add support for virtio-net header extensions
Curreclty virtion net header is fixed size and adding things to it is rather
difficult to do. This series attempt to add the infrastructure as well as some
extensions that try to resolve some deficiencies we currently have.
First, vnet header only has space for 16 flags. This may not be enough
in the future. The extensions will provide space for 32 possbile extension
flags and 32 possible