Displaying 7 results from an estimated 7 matches for "omething".
Did you mean:
something
2002 Sep 26
3
tcltk - command=function()
hi,
just having the idea create a simple
tcl/tk gui-dialog for different data-file formats
i get starting problems and it would be nice
get some tips/tricks from experienced tcl/tk user in R !
tt <- tktoplevel()
label.widget <- tklabel(tt,text="Decision Tree GUI")
button.widget <- tkbutton(tt,text="Select SPSSFile",
command=function()
2011 Jun 08
5
LXC and Dahdi
Howdy,
I am playing around with asterisk within an LXC container on Ubuntu 11.04.
I have asterisk (1.4.42) running fine, but want access to dahdi_dummy for
timing (meetme). I have dahdi installed on the "host", and dahdi_dummy is
loaded:
root at astnorth:/# ls -ltr /dev/dahdi
total 0
crw-rw---- 1 root root 196, 250 2011-06-08 13:59 transcode
crw-rw---- 1 root root 196, 253
2001 Jul 24
4
Debugging ssh-keygen dsa on Solaris8
Hello,
>From the response to my original post regarding openssh, obviously the
only way to resolve the problem of getting openssh to work properly
under Solaris 8 with openssl 0.9.6b was to compile with debugging an
analyze to core file. Let me state that I am not a developer, but maybe
the following will help. I have compiled both openssh2.96p2 and openssl
0.9.6b with debugging using the Sun
2004 Aug 06
2
also error compiling ices
Hey developer Freaks,
can anyone explain, what is wrong ? is a libary missing ?
I don't understand this "make" output
thanx for your help ..
Daniel
<p>gcc -g -O2 -Wall -o ices ices.o log.o setup.o stream.o util.o mp3.o cue.o
metadata.o id3.o signals.o reencode.o ices_config.o playlist/libplaylist.a
../libshout/.libs/libices.al /usr/local/lib/libmp3lame.so
2004 Aug 06
4
Patches - Was: Stream metadata settings
Here I go again.
This is the second patch, it adds the ability to override some YP settings
on the server.
<yp-override>1</yp-override>
If this is not set, we don't override the yp flag.
<yp-public>1</yp-public>
When this is set, the stream will be public or non public, according to
it's content. This only works when yp-override is set. It allows to
suppress
2004 Aug 06
4
REQ: Parent Id
Before the official release of icecast2 1.0 (non beta) i would like to see
pid file management,
ive discussed this before on how to capture the pid, but ended up with alot
of bash rigamaroo that mounted to even more
headaches.
omething in the config file like
<pid>/path/to/icecast.pid</pid>
I would be willing to donate some bandwidth to xiph, to aleaviate this issue
that causes sever ps -ef | grep trauma ;)
Thanks in advance for any and all considereation
<p><p>Dave St John
Mediacast1 Administration
&l...
2000 Dec 20
2
questions re residuevqtrain
...as documented on 'http://data-compression.com/vq.html'
(with some variations for vorbis).
In that problem, the goal is to choose the codevectors to minimize average
distortion (average distance between each training vector and its
associated codevector). This measure, or something similar, is given in
the residuevqtrain output as 'metric error'. In the run I did, though,
the value of metric error actually *increases* over the 1000 passes (see
output below). Isn't this a bad thing, or am I missing something?
2. The residuevqtrain algorithm actually...