Displaying 6 results from an estimated 6 matches for "allstar".
2011 Sep 09
3
Read a list of files into named R data.frames
I have a collection of .csv files in a directory, and want to read them
into R data.frames whose names
are the same as the file names, without the .csv extension
e.g., from
> (files <- list.files(pattern="*.csv"))
[1] "Allstar.csv" "AllstarFull.csv"
[3] "Appearances.csv" "AwardsManagers.csv"
[5] "AwardsPlayers.csv" "AwardsShareManagers.csv"
[7] "AwardsSharePlayers.csv" "Batting.csv"
[9] "BattingPost.csv"...
2011 Sep 06
2
subsetting tables
Hi guys,
one of the questions where you need a real human instead of a search engine,
so it would be great if you could help.
I have a matrix of z-scores which I would like to filter, sometimes
columnwise, sometimes rowwise. Data looks like this:
Allstar hsa.let.7a hsa.let.7a.1 hsa.let.7a.2
2 0.87 0.79 -0.57 1.07
3 0.67 -1.14 -0.78 -0.95
4 -0.46 -0.30 -0.36 1.14
Now I want to find all elements which are below/above some threshold. Subset
works fine with the columns:
> subset(r...
2023 May 23
3
Problems with inbound connection and registering phone
...try Zoiper, but none of the download buttons at
https://www.zoiper.com/en/voip-softphone/download/current did anything
when clicked, so I set up a spare line on a Yealink TA33 phone that is
connected to another much much older Asterisk implementation running a
piece of amateur radio gear called Allstar. The version of Asterisk used
in the Allstar project is ancient--like 1.4 or 1.6--and the
configuration syntax and options are quite different, so I didn't get
lulled into thinking I'd just clone that configuration on my newer
Asterisk implementation.
The "Definitive Guide"...
2009 Oct 25
1
chan_echolink
Greetings,
Where can I get the chan_echolink channel driver from? I've seen reference
to it, but have yet to find a place to download/compile it. It is part of
the app_rpt.so module... I am told, but do not see the source with app_rpt.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Jun 23
2
dovecot-1.0_beta9 : (auth) killed with signal 11
...ual/users/%u
auth default {
mechanisms = plain digest-md5 cram-md5
userdb passwd-file {
args = /etc/imap.passwd
}
passdb passwd-file {
args = /etc/imap.passwd
}
}
namespace private {
separator = .
prefix = Inbox.
inbox = yes
}
namespace public {
separator = .
prefix = Allstar.
location = maildir:/var/spool/mail/virtual/users/shared::CONTROL=/var/spool/mail/virtual/control/%u:INDEX=/var/spool/mail/virtual/control/%u
}
==================================================================
All users use UID/GID 5000.
/etc/imap.passwd contains enteries such as:-
paul:rMP...
2005 Feb 24
0
Re: Radio over *
...go,
Me too. But separate IRLP (Dave Cameron's project) from IRLP (the concept). There's nothing preventing someone from using the idea for a non-ham network, in fact there are several already (eQSO for PMR446, the European equivalent of FRS). And Jim Dixon has made a parallel effort "AllStar" using Asterisk. I'm sure there are more. Once again, go look at the app_rpt documentation at http://www.zapatatelephony.org/app_rpt.html and look at the app_rpt right their in your Asterisk distro.
DingoTel is the same sort of thing but with a voice recognition front end and voice activa...