Displaying 20 results from an estimated 61 matches for "trumpets".
Did you mean:
trumpet
1999 Jul 19
2
cannot access samba from WfWg running trumpet winsock
Hi all!
Here is my problem: I have installed RedHat Linux version 6.0 on a
computer and I want to share its resources via samba. Unfortunately, my
computer - which is running WfWg 3.11 for Eastern Europe and the trumpet
winsock TCP/IP stack is not able to see the samba server. Other
computers, running Win95, Linux and WfWg with M$ TCP/IP stack perform
OK.
I have tried the following combinations:
2000 Jun 16
3
Argh, preecho mistriggers
...s email I've
lost! If you're on the list, speak up!) is maintaining a vorbis audio quality
test page:
http://hem.passagen.se/ingets1/vorbis.htm
He's doing us the great service of hunting down samples that break Vorbis (so
we don't have to :-)
In any case, it turns out that the trumpets in the dr4 sample are reliably mistriggering the preecho detector (which implies either a large bug in the detector, or general borkkenness which must be fixed). The artifacts in the sample are due entirely to Vorbis trying to encode the trumpets entirely in short blocks (which will suck for stron...
2009 Jun 17
2
Urgent - odfWeave produces graphs /images with Read-Error
Dear list,
I have been working on a report with around 60 images in it, and
everything has been fine, until now. I find that the image output that
is produced by odfWeave produces images that are NOT readable by
OpenOffice or NeoOffice. I get empty boxes with Read-Error written in
them. While generating the file using odfWeave, I can see them being
generated on the screen, and they all seem fine.
2002 Apr 18
5
mixed case file systems.
I am having trouble with rsync when I am trying to synchronize a Windows NT
volume mounted with smb_fs (FreeBSD) and a unix volume which is also exported
with Samba.
There are instances where the DOS short name on the NT volume ends up as upper
case and then doesn't match filenames which are used in the unix volumes which
have been exported by Samba. I don't know if this is a Samba
2009 Jun 26
4
How do I get just the two last tokens of each string in a vector?
Dear list,
Sorry for asking this very silly question on the list, but I seem to
have made my life complicated by going into string manipulation in
vectors.
What I need is to get the last part of a sting (the two last tokens,
separated by a space), and of course, this should be done for all
strings in a vector, creating a new vector of exual size.
So,
a <- c(" %L H*L L*H H%",
2011 Jul 10
1
How do I get two levels of grouping for in a lattice panel function?
Dear list,
I'm working on a panel function where I would like to be able to visualise
data grouped by the category of the data, and then also changes in summary
descriptives from one condition to another in the same scatter plot. Like
the figure attached, but with one polygon for each subset of the data set
given by a second variable (with colours still coming from the variable
specified in
2004 Oct 28
3
Icecast 2.1RC1
Hi:
Just observing that there's been no trumpet blowing about Icecast 2.1RC1
being released, with no link on the website or nothing. For thems that
want it, go to http://svn.xiph.org/releases/icecast
Also, I presume that this release has the fallbackoverride functionality in
it. Probably good to have this in the conf file.
This release comes just at the right time for me - I will be
2013 Jun 27
3
CentOS 6 SFF motherboard or complete system
I am trying to assemble or purchase a set of CentOS 6 compatible SFF workstations, and am finding it incredibly frustrating to do so. hardware.redhat.com is so slow as to be useless and provides almost no information about each of the 1,300 or so products listed in their database; clicking through them one at a time is incredibly frustrating (and about half of them are discontinued or out of stock
2008 Dec 18
2
X11 is not availble
Hi there,
after several problems with installing R on a Debian server It now
finally works at least roughly. With roughly I mean that the 'core'
function do work properly, but I'm still having problems with the
image export. When I try to call
png(filename="my_file.png", width=800, height=300, pointsize=12, bg =
"white")
I just get the error message
2015 Jul 16
2
Building r-devel fails on Ubuntu (old and new as well)
...
making array.d from array.c
array.c:33:23: fatal error: duplicate.h: No such file or directory
compilation terminated.
...
https://travis-ci.org/metacran/r-builder/builds/71225331#L7405
fyi. Gabor
2009 Jun 22
1
Lattice group colors?
Dear list,
I have been struggling to find how I would go about changing the
bakground colors of groups in a lattice barchart in a way so that the
auto.key generated also does the right thing and pick it up for the
key.
I have used the "col" argument (which I guess is sent to par()) in a
way so that the colors are like I would want them, but now I guess I
need to know which part part of
2008 Dec 16
1
Change in Lattice bwplot?
Dear list,
Sorry for asking this question, but has something changed in the
syntax for bwplot in Lattice? In an old publication, I used
> bwplot( VOTMS ~gender |type * group,
data=merge(vot,words,by="ord"),
nint=30,
horizontal=F,
layout=c(3,3),
box.ratio=0.8)
which produced a lovelly 3x3 lattice plot with one
2009 Mar 20
1
odfWeave : change of text style of output is ignored
Dear list,
The output of my embedded code sections come out in the style "ttBlue" wich
is Times New Roman and Blue when I open document. I would like to change
this to a fixed witdth font, smaller and less blue by using style
definitions in the document, but it really does not affect the output.
I tried including
getStyleDefs() -> styl
styl$ttBlue$fontname <- "Courier"
2011 Mar 21
1
Audio Performance on solo instruments
Hello everyone, I was curious if anyone has performed any listening tests or
done work with solo instrument performances with the CELT codec?
I experience quite a bit of noise coming up with a heavily tonal stimulus,
the worst offender being a trumpet. I understand some of this behavior is to
be expected, this is a perceptual codec afterall, but was curious if anyone
was able to find an elegant
2008 Dec 18
1
R2HTML and output from a function
Dear list,
I am trying to construct a report function that would go through all
the object in the current environment and print them in HTML form.
What I have got is:
dataReport <- function(){
#First tables
tabs <- ls(sys.frame(), pattern=".*table")
for(currT in tabs){
cat("\n\n")
print(currT)
if(length(dim(get(currT))) > 2){
#We have to use ftable
2009 Sep 01
1
Best option for exporting data frame to SPSS?
Dear list,
I am leaving my old position and now need to convert my R data frames
into a format that can be used by an SPSS user replacing me, without
running into conversion problems.
The data set consists of strings in UTF8 encoding and values in double
precision floats. The data set is not terribly large, but I had bit
problems getting it into R due to the large number of unfortunate
characters
2012 Dec 12
1
ggplot: geom_line with only pairs of points connected
Dear list,
I've been using plotmeans {gplots} a lot before, and found the
"connect" argument to be quite useful.
I've moved to ggplot for several reasons, but would still like to
connect lines conditionally, somehow.
Is it possible to do?
Small example:
df <- data.frame(cat=LETTERS[1:4],num=rnorm(4))
ggplot(df, aes(x=cat, y=num)) + geom_point() +
2009 Mar 18
1
Last char of a string in a list -> list of strings
Dear list,
This seems like a very simple problem, but I am failing to loose a
dimension (I think).
I have list, like this:
...
[2072] "!H*L" "L%" "%L" "H*L" "L%" "%L" "H*L" "H*L" "L%"
"%L" "H*L" "!H*L" "L%" "%L" "%L"
2003 Oct 31
2
samba sam problem [version 2.2.3a on RH 8]
Hi folks
I'm new to this list, fresh into linux and samba. Simply love it :-)
I have a customer that have about 10 XP pro machines connected to a
linux samba server. Since there are a quite few documents that only two
of the users are going to see, I use groups and different shares.
This setup have been working for a while. Today everyone got access to
everything - not good. Actualy very
2011 Jun 10
2
How do I make proper use of the by() function?
An embedded and charset-unspecified text was scrubbed...
Name: inte tillg?nglig
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110610/b259a660/attachment.pl>