Displaying 14 results from an estimated 14 matches for "chopin".
Did you mean:
hopin
2002 Jun 06
4
Linux and Printing via smbprint
...now/tried:
wagner:~ # smbclient -L //PS652D8F -N
added interface ip=10.0.0.10 bcast=10.0.0.255 nmask=255.255.255.0
Got a positive name query response from 10.0.0.40 ( 10.0.0.40 )
Sharename Type Comment
--------- ---- -------
Printer1 Printer SZH-Chopin
Printer2 Printer SZH-Chopin 3
IPC$ IPC
wagner:~ # echo -en "\rHallo\r\f" | smbclient "//PS652D8F/Printer1" "" -c
'print -' -N
added interface ip=10.0.0.10 bcast=10.0.0.255 nmask=255.255.255.0
Got a positive name query response...
2009 Sep 16
3
Music on Hold
Hi,
I have trouble getting MOH to work after an upgrade from asterisk 1.4 to
1.6.1.4. The call goes on hold, MOH is started, and then stops right away.
Here are the files both of type .raw:
Tsunami*CLI> moh show files
Class: default
File: /etc/asterisk/musiconhold/Fr?d?ric Chopin - Polonaises Op. 40-2
File: /etc/asterisk/musiconhold/Fr?d?ric Chopin - Polonaises Op. 40-1
These files were generated by SoX:
Channels : 1
Sample Rate : 8000
Precision : 16-bit
Sample Encoding: 16-bit Signed Integer PCM
Endian Type : little
Reverse Nibbles: no
Reverse Bits...
2001 Jul 04
3
a little probleme
Hi all,
i would like to find the best way to resolve the following problem.
Suppoose i have a vector x of length N with k different elements.
length(x)=N
u<-unique(x)
length(u)=k
I would like to get a matrix M with k rows and N columns such that:
in each line i (i=1,...,k), which(x%in%u[i]) is equal to 1 and 0 else.
Thanks for your help.
Olivier
--
1998 Dec 01
2
read.table
Sorry to all bothering you with a trivial question:
I am using R (rw0630 for Win32) and am simply unable to read-in the *.txt data.
I've tried to copy the file (prum.txt) to different directories of rw0630 but get
uniformly the answer "object "prum.txt" not found". Which is the default
directory for read.table() ??
Thanks!
Z. Skala
++++++++++++++++++++++
Zdenek Skala
1999 Nov 09
2
Problems with read.table
Hi I am using R65.1 in Windows 95
I have a CSV file from Excell
>
a<-read.table("c:/heberto/mgc/tst.csv",header=T,sep=",")
> attach(a)
> a
manolo fvcpp fevpp fvvcpp tlcpp rvpp rvtlpp plmaxpp
1 1 99.28 97.67 98.38 91.14 102.9 111.25 117.64
2 1 86.97 68.56 78.89 94.60 112.34 118.53 159.20
3 1 81.12 71.76 88.37 89.16
2003 Apr 03
2
new downloads
Neal O'Doan plays 4 piano concerti: Chopin#2, Grieg, Moszkowski#1 and
Rachmaninoff#1
Neal and Nancy O'Doan play St-Saens Carnival of the Animals together
with pieces by Poulenc, Korsakov, Warner and Tufts. Pan116e.
<p><p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http:/...
2003 Sep 18
5
[Bug 679] fatal: buffer_append_space with compression enabled in putty
...putty
Product: Portable OpenSSH
Version: 3.7.1p1
Platform: Sparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P3
Component: sshd
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: chopin+sshzilla at sgh.waw.pl
When compression is enabled in Putty (0.53b), sshd accepts the keys, username,
password and then exits, leaving in logs:
fatal: buffer_append_space: alloc 10506240 not supported
Turning off compression in Putty allows to login normally.
It used to work at least with 3.1p1...
2006 Sep 20
1
how to create "burst traffic"
some body can advise me about
how to create burst traffic two type is
1. ICMP burst traffic (i need to create general and normal data burst traffic but i don''t have any idea to do it)
2. Real time traffic (i think may create by open real-time streaming with a big file from real-time server but i don''t sure it will work!)
thank you
raku
2007 Nov 27
1
Read Write Permission
Hi Everyone,
I've setup file server for my client with these schemes :
1. Samba server is on CentOS box
2. Every user has their Unix accounts
3. Every Unix accounts have their mapped Samba users/accounts with same name
4. They can get access to some shares, eg :
[Accounting]
path = /public/accounting
valid users = alexander, bernard, charlie, david, eugene
admin users
2006 Dec 13
1
Bug#402974: xen-utils-common: xen domain do not always shutdown
Package: xen-utils-common
Version: 3.0.3-0-2
Severity: normal
Tags: patch
When shutting down xen domains with '/etc/init.d/xendomains stop' most
of the time not all domains are stopped when the script finishes.
As it turns out the xendomains-script queries running domains by
executing 'xm list', this command replies its usage info sometimes
instead of giving proper output. I
2007 Sep 10
0
ADS and GDM
Hi Everyone,
How can I integrate Samba & GDM when I need to login against WIN2K
Active Directory Server ?
Thanks,
Dino
2009 Jul 20
1
Re gression for loop test HELP! URGENT!
Hi everyone!
I'm new to R, and I'm stuck on a problem I don't know how to approach.
I have calculated a regression in the form of M ~ D + O + S, and I would
like to take this regression and test it with other samples, 5 at a time(5
meaning 5 set, each consisting M, D, O, and S of a specific date). I assume
I'll need a for loop. Right now, My data of M, D, O, and S are all stored in
2009 Jul 20
2
Regression for loop test HELP! URGENT!
Hi everyone!
I'm new to R, and I've sent this message as a non-member, but since it's
pretty urgent, I'm sending it again now I'm on the mailing list (Thanks
Daniel for your suggestion nevertheless).
I have calculated a regression in the form of M ~ D + O + S, and I would
like to take this regression and test it with other samples, 5 sets of M, D,
O, and S at a time(I actually
2009 Jul 23
4
simple question about exporting data...
I just have a simple question. I'm using the predict function, and I get
about 1000 values. Now, how would I make it into a data frame or a list so
that I can easily use Excel to graph the data? Right now, it's in horizontal
lines, and it would be a pain to copy and paste and make it into a vertical
column.
Thanks!
--
View this message in context: