Displaying 20 results from an estimated 70 matches similar to: "mixing strings and numeric doubles in an array"
2005 Mar 25
4
Spam to this list
Hi,
I'm not sure what the policy of this list is and I bet everyone has a spam
filter, so nobody might have noticed, but we got spammed.
Can anyone send mail to the list or do you have to subscribe first ?
-- dag wieers, dag@wieers.com, http://dag.wieers.com/ --
[all I want is a warm bed and a kind word and unlimited power]
2012 Sep 25
2
Help
Ok Thomas, I understood, it wasn't intention do like that.
The xspf file associated to each station is instead real-time updated?
Why not all the stations has got that file?
Why stations like http://212.162.68.230/1.mp3 and others are not inside
yp.xml?
PS I'm sorry but my mail client automatically answers to the sender!
2012/9/25 R?cker Thomas <thomas.ruecker at tieto.com>
>
2010 Jun 16
1
shrout & fleiss ICC´s with varying numbers of judges
Win7, R2.11.0
I am working on a report together with several co-authors. The data
concern several performance measures on a set of groups. These measures
are scored by external judges. We report findings on several datasets,
including several of the 6 ICC's discussed by Shrout & Fleiss (1979). We
determine these using the icc function from the irr package. We have
also used the ICC
2007 Aug 29
4
How to signal the end of the table?
I am using a "for" loop to read a table row by row and I have to specify how
many records are there in the table. I need to read row by row because the
table is huge and the memory not large enough for the whole table.:
number.of.records=100
fp=file("abc.csv","r")
pos=seek(fp, rw="read")
for (i in 1:number.of.record){
current.row=scan(file=fp,
2012 Nov 23
6
Summary statistics for matrix columns
Hi,
is there a way I can calculate a summary statistics for a columns matrix
let say we have this matrix
x <- matrix(sample(1:8000),nrow=100)
colnames(x)<- paste("Col",1:ncol(x),sep="")
if I used summary
summary(x)
i get the output for each column but I need the output to be in matrix with
rownames and all the columns beside it
this how I want it
2019 Apr 03
2
YP Directory Listing Concern
I can’t see your Icecast server from here, so it appears to be a port forwarding issue to me.
From: Icecast [mailto:icecast-bounces at xiph.org] On Behalf Of Prince Naryk
Sent: Thursday, 4 April 2019 12:44 a.m.
To: Icecast streaming server user discussions
Subject: Re: [Icecast] YP Directory Listing Concern
Hi there!
yes, i tried to change to localhost/127.0.0.1 when listening in my OWN network
2017 Jun 13
2
Huge number of small files performance regression from 3.5.16 to 4.6.5 with identical smb.conf
Hello Jeremy,
thanks a million for your help and interest in tracking this down! :-)
Am 13.06.2017 um 18:36 schrieb Jeremy Allison:
> Can you get comparitive wireshark traces for the two cases ?
>
> That would help discover what the bottleneck is.
I am not at all a network guy, but I hope that - maybe with a little
more help from your part once I have tried to do so in practice - I
2009 Oct 22
1
Help regarding removing Inf from dataframe, creating new dataframe with selected variables, count function
Following is my query:
1. Removing Inf from one column of dataframe.
2. out of 10 available dates, count how many times a security is present. (repeat for each security)
3. Out of dates, the security is present, I want to read latest status of market cap.
4. Change in market cap represent by 0/1 so even if market cap status changed once, take value 1.
5. create output file containing some already
2001 Nov 28
1
Help with ICC
Hello, R-folks:
Here is a statement I use to make a data frame:
iccdata <- data.frame(i=rep(1:10,rep(2,10)),j=rep(1:2,10),
x=c(0.35011,0.11989,0.13081,0.09919,0.16000,0.12000,0.00000,0.00000,
0.44023,0.32977,2.67081,2.63919,0.09050,0.03950,0.44019,0.30981,0.59000,
0.57000,4.03000,3.77000))
Then here are the data:
> iccdata
i j x
1 1 1 0.35011
2 1 2 0.11989
3 2 1 0.13081
4
2012 Oct 15
3
Referring to matrix elements by name, iteratively
#Here is a vector of IDs
> cwaves
[1] 86 90 185 196 197 209 210 215 216 217 218
#Here is a matrix. The rows and columns correspond to the IDs in cwaves, and
the matrix is populated with a coefficient
> mat
86 90 185 196 209 210 215 216 217 218
86 0 0 0 0 0 0.00000 0 0.000000 0.000000 0.000000
90 0 0 0 0 0 0.00000 0
2013 Sep 16
2
Zigor Ebro 650 compatibility - revisited (on Windows, at least)
Hi Arnaud and NUT team
You may recall some time ago, I and a few others posted questions about
the above referenced (cheap and cheerful) USB-based UPS - specifically
regarding FreeBSD USB support in NUT. The original posting was entitled
"Zigor Ebro 650 compatibility".
I've since tried the latest Windows port of NUT with my WinXP laptop
connected to the Zigor Ebro and finally
2014 Dec 29
2
Looking for company behind serverhostingcenter.com and directhostingcenter.com for causing problems on dir.xiph.org
Hi Thomas,
directhostingcenter.com:
Registrant Organization: Internet and Computer Services, LLC (LINK WhoIs)
Tim Wood = Owner - Internet and Computer Services, LLC (LINK LinkedIn)
Also: LINK, press WEBMASTER, mail address = timwood at timwood.net
Perhaps this is the one you are looking for.
Best regards, Maarten
Van: Thomas B. R?cker
Verzonden: ?maandag? ?29? ?december? ?2014
2003 Apr 26
8
blackmail attempt? Stable mailing list block?
I got some weird mail back, claiming that my e-mail was blocked, w/o
indicating what server was blocked, after the mail appeared in the
mailing list. Is this some BS shakedown? I use postfix on a DSL line
forwarding to earthlink, this is hardly something that should be rare
in the BSD world... the mail appeared to come from a web mail server
and the first link has the following lovely text:
2002 Jan 25
1
interpretation of lm
Dear statistitians / R users,
I was told to analyse the effects of the four factors
using lm or update for aov. The following is the
result from lm. As you can see that in the last few
lines enclosed coefficients.
1)Does this mean I can write a formula, like
yield =0.26 + 0.03*H + 1.48*T + 0.04*L + 0.004*C
2) in the two levels design, is there any difference
between I use (-1, 1) to
2012 Sep 25
0
Help
On 25/09/12 16:42, renato fringuello wrote:
> Ok Thomas, I understood, it wasn't intention do like that.
> The xspf file associated to each station is instead real-time updated?
The XSPF files are generated on the fly, yes.
Beware they are NOT intended for automatic processing. They are for
users to browse and click.
Also the URLs for those XSPF files are NOT stable and may change at
2017 Jun 20
0
Huge number of small files performance regression from 3.5.16 to 4.6.5 with identical smb.conf
Hello again, Jeremy,
first of all, I am terribly sorry for my late reply. I tried to send my
posting many times, but my mail has always been silently discarded by
the Samba mail servers due to my main mail provider (GMX - a very large
German mail provider with millions of customers) having been blacklisted
by SORBS.
For the time being, SORBS is still unwilling to delist them for unknown
2013 Apr 11
0
No subject
way before I was involved with Icecast. Icecast 1 was actually purely
MP3. Icecast 2 is a rewrite that targeted Ogg formats and tried to
maintain backwards compatibility with Icecast 1 and consequently
Shoutcast. As AAC, NSV and whatever else there may be uses pretty much
the same concept as MP3 that's the code we use for that. You can see
that format_mp3.c handles those things. I actually
2011 Jun 08
2
Misconfiguration of Windows MSI installer 2.6.0-1 with my Powerware 5115 connected via USB port
Hello.
I've tried to configure Windows (complete port, Beta): Windows MSI installer
2.6.0-1 with my Powerware 5115 connected via USB port but have no luck.
Here is my config files:
*nut.conf:*
MODE = netserver
*ups.conf:*
[PW5115]
driver = bcmxcp_usb
port = notUsed
desc = "PowerWare 5115"
*upsd.conf:*
LISTEN 192.168.1.12 3493
*upsd.users:*
[monuser]
2012 Sep 25
2
Help
For example, this station: http://radio.dyne.org:8000/ondarossa.mp3
has got a xspf file?
I obtain a message: Could not parse XSLT file when i try to open it
For the stations that I can't found in yp.xml
(e.g. http://212.162.68.230/1.mp3
http://212.162.68.230/2.mp3
http://212.162.68.230/3.mp3
http://stream15.top-ix.org/ondequadre )
it means they aren't on an official
2014 Nov 20
1
CentOS Digest, Vol 118, Issue 20 - Email found in subject
Received
-----Original Message-----
From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On Behalf Of centos-request at centos.org
Sent: Thursday, November 20, 2014 6:00 AM
To: centos at centos.org
Subject: CentOS Digest, Vol 118, Issue 20 - Email found in subject
Send CentOS mailing list submissions to
centos at centos.org
To subscribe or unsubscribe via the World Wide