Displaying 20 results from an estimated 400 matches similar to: "Re: problems with'#' transfer after hold"
2004 Sep 22
4
Softphone for PocketPC or iPaq
Is there a soft phone for PocketPC or iPaq? If not, is someone working
on it? I will be more than willing to contribute my mite if needed.
Thanks,
-- sudhir
2011 Feb 03
2
R-help
Hi,
I have data like this....
print(x)
ID VAL1 VAL2
1 B A
2 P Q
3 T S
What I would like is data like this...
ID VAL1 VAL2
1 A B
2 P Q
3 S T
So that VAL1 and VAL2 are alphabetically ordered.
Any advice is welcome!
San.
[[alternative HTML version deleted]]
2013 Apr 21
1
cluster gene list
Hi,
I have created a heatmap using heatmap.2 having 7 clusters. I would like
to extract the list of genes that are in these 7 clusters.
Is there any function that can be used to extract genes for each cluster?
Cheers,
Sudhir
--
__________________________________________________________
SAVE PAPER - Please do not print this e-mail unless absolutely necessary
Being happy doesn't mean
2007 Jul 14
2
eac and flac
am a NEW user to flac.installed flac on eac.tried to rip a cd using eac with flac as external compression.tried the 'wav' icontried the 'mp3' iconboth options saves the file as 'wav'thought eac will rip the cd in the 'flac' file format.is this a 2-step procedure?wherein eac to 'wav' and re-ripped on flac frontend?or is there a ripper with flac in it that
2003 Nov 20
2
What is vuid?
I'm getting the following errors in my error logs:
ERROR! vuid 100 did not map to a valid vuser struct!
At the time this error was being created I was trying to add a domain user as
a local admin. I was trying to get the browse list of domain users up, but
being denied.
Cheers
Jeff
--
Jeff Gardiner [ gardiner@nospam.imaging.robarts.ca ]
System Administrator - Imaging Research
2009 Apr 13
5
HP Laserjet Printer Installation
Hi all,
I have a very good query related to printer sharing using samba. Following
is the scenario...
I had installed HP laserjet 9040Dn printer on redhat Enterprise linux 5.
Shared it using samba. Used winbind protocol to integrate linux with
windows AD 2003. Now i am able to see printer in Active directory as well
as linux computer account in AD. But unable to set option
lpadmin -p printer
2015 Mar 10
2
aio_pthread on Debian?
Hello list,
I am looking to enable samba aio on my Wheezy test box (I have version 4.1.17 from back ports).
The output of smbd -b shows that the stable packages for my distro are not compiled using --with-aio-support. It appears that without recompiling I can use vfs objects = aio_pthread to achieve a similar effect?
I'm aware that this somewhat dips into Debian specifics, but I figured
2003 Dec 03
1
logon path question
This link:
http://us3.samba.org/samba/docs/man/smb.conf.5.html#LOGONPATH
States that:
"Windows clients can sometimes maintain a connection to the [homes] share,
even though there is no user logged in. Therefore, it is vital that the logon
path does not include a reference to the homes share (i.e. setting this
parameter to \%N\%U\profile_path will cause problems)."
I am still
2004 Oct 06
2
Issue with the channel drivers
Hi, No one seems to have any issue with the following
posting. Can any one suggest how to install/configure
channel drivers to work.
Basically I am trying to send the SIP calls
to GNUGK but Asterisk reports the error "No channel
driver found".
>>>
I was trying to compile the oh323 channel driver but
unable to compile the openh323_1_13_5 (which is the
only required version as
2014 Sep 09
3
[LLVMdev] Machine Code for different architectures
Hi Johnny,
Thanks for this - particularly the tip about cfe-dev. I'm currently
trying to coerce lldb to debug these type of architectures (our
current toolchain already outputs good dwarf info). However, I'm
struggling since lldb has just assumes that the size of a byte is
universally 8-bits. At some stage, I *think* at some stage we'd like to
derive a compiler, from the "same
2007 Aug 16
4
residual plots for lmer in lme4 package
Hi,
I was wondering if I might be able to ask some advice about doing residual
plots for the lmer function in the lme4 package.
Our group's aim is to find if the expression staining of a particular gene
in a sample (or "core") is related to the pathology of the core.
To do this, we used the lmer function to perform a logistic mixed model
below. I apologise in advance
2003 Nov 18
3
Samba PDC - Solaris 8 or 9??
If anyone has Samba setup to run as a PDC with Solaris 8 or 9 could you
drop me a line? I have a few questions I would like ask. Our shop is
looking at trying to implement this option with our SMB master. I didnt
want to clutter up the list with more than one request.
--
Thank you
Todd Johnson
==============================================
= Steven ?Todd? Johnson =
=
2011 Feb 04
2
Avoiding two loops
Hello,
I have a R code for doing convolution of two functions:
convolveSlow <- function(x, y) {
nx <- length(x); ny <- length(y)
xy <- numeric(nx + ny - 1)
for(i in seq(length = nx)) {
xi <- x[[i]]
for(j in seq(length = ny)) {
ij <- i+j-1
xy[[ij]] <- xy[[ij]] + xi * y[[j]]
}
}
xy
}
How do I reduce the 2
2014 Sep 10
2
[LLVMdev] Machine Code for different architectures
Hi Patrik,
Thanks for this note. It's encouraging to read there has been some
provision made for non-8-bit bytes. I'm not a compiler/backend expert,
(although maybe I'll need to be soon!), so I won't look at the patches
right now, however may at some stage in the future myself or colleague
may request these patches from yourself.
Yes, our 24-bit architectures have non-power-of-2
2003 Nov 17
2
UNIX paths vs UNC names in [profile]
Alright, I can be a bit thick sometimes, but by RTFM or other documentation
I've solved a problem.
ISSUE
I had been having problems with profiles, I use using the following profile:
<edited>
[global]
preferred master = yes
domain master = yes
local master = yes
security = user
domain logons = yes
logon path = \\%N\%u\profiles
logon drive = H:
logon home = \\%L\%U
logon script =
2015 Mar 10
1
aio_pthread on Debian?
Hello Volker,
Thank you for the reply.
I've seen your name mentioned several times against this topic :-)
>What effect do you have in mind exactly? Read/write is done
>asynchronously these days without that module as long as the
>build detected pthreads.
This is the thing... it looks like the Debian packages (stable + back port) are built without the --with-aio-support (at least
2005 May 04
1
lmer error:flist must be a non-empty list
Hi,
I was wondering if anyone could give me advice regarding using the lmer
command in lme4 package to do logistic regression (mixed effects model).
I use the following command
lmer(ISH ~ArrayPathology2, random=~1|PatientID, data=HSDB4.noNA,
family="binomial")
where ISH is outcome(0 or 1), ArrayPathology2 is the variable of
interest(factor), PatientID is random effect(factor), and
2003 Nov 15
1
Profile Funniness on a Solaris 9 PDC
I'm running Samba 3 as a PDC on a Solaris 9 box. I am able to create profiles
and add stuff to the profile (by logging in for the first time), however
nothing ever seems to get deleted from the profile.
For example, if I remove both the local profile and the profile as it exists
on the PDC, and then login the new profile gets created perfectly. If I then
add a "Temporary
2004 Jul 13
1
Re: Applications of TDMoE "critch"
Juan,
I dont see people here with "attitude" or any need to shut down this
list as you suggested. Contrary to your experience, I find people to be
quite helpful here.
Steven's comment "Start here and then ask a real question" is definitely
not arrogant IMHO. He is just trying to knock some etiquette on Luan.
Besides, he did give him all the answer Luan was looking for.
2004 Apr 05
4
Redhat 9 OVER, Fidora Support, comments please.
Hi *ers,
I recently got an Email from Redhat about the dropping of support for Redhat
9 on the 30 of April and that Fedora Project is the recommended future,
otherwise, RedHat enterprise ($$$).
Considering this, I would like some feed back on the Fedora Project from
users who may be using it, and how its going with Asterisk? Are there any
problems?
Is the Asterisk development team got Fedora