Displaying 20 results from an estimated 2000 matches similar to: "PDC announces two netbios names?"
2002 Aug 07
2
Constructing titles from list of expressions
Hello!
I have the following problem:
I have a function to construct three surfaceplots with a marker for an optimum,
each of the plots has as title paste("Estimated ",pred.var.lab," for
",var.lab[1]," vs. ",var.lab[2],sep="") with different var.lab[1,2] each time.
My problem is now that I need to allow for plotmath expressions in the
variables pred.var.lab
2016 Jun 03
5
centos7, samba, winbind, ad 2012, NT_STATUS_IO_TIMEOUT
Hello all,
Im on the latest fresh installed centos7 with samba / winbind
samba:
Architektur : x86_64
Version : 4.2.10
Ausgabe : 6.el7_2
Name : samba-winbind
Architektur : x86_64
Version : 4.2.10
Ausgabe : 6.el7_2
doing wbinfo -i user is working
doing wbinfo -g is working
doing wbinfo -u is not working and I get in winbind log:
NT_STATUS_IO_TIMEOUT
and Im not able to access
2016 Dec 19
2
visitShiftByConstant of DAGCombiner
Thanks very much, Renato!
I looked into the regressions, there're many cases have similar context as
the case I mentioned but N just has only one use.
In this case, the canonicalisation won't make it more profitable, will only
prevent the possible folding or
make the sequence is not expected.
The regressions be eliminated, after I limit the expanding to not
"N->hasOneUse()".
2007 Jan 26
1
Bayesian inference: Poisson distribution with normal (!) prior
Hello,
for a frequency modelling problem I want to combine expert knowledge with
incoming real-life data (which is not available up to now). The frequency
has to be modelled with a poisson distribution. The parameter lambda has to
be normal distributed (for certain reasons we did not NOT choose gamma
althoug it would make everything easier).
I've started with the subsequent two functions to
2006 Jun 07
6
I want to stick my models in a module
I''ve got enough models now that I''d like to separate them into
modules. For example, I have the class Player that I want to stick in
the Trainer module. I''ve changed the definition to
class Trainer::Player
I''ve created a models/trainer dir, test/unit/trainer, and
test/fixtures/trainer. Change the PlayerTest class to be
Trainer::PlayerTest. I get the
2016 Dec 19
0
visitShiftByConstant of DAGCombiner
On 19 December 2016 at 09:58, Jojo Ma <jojo.ma at linaro.org> wrote:
> /home/likewise-open/SPREADTRUM/jojo.ma/jojoma/source/llvm/llvm-linaro/llvm/llvm/test/CodeGen/Thumb2/machine-licm.ll:88:10:
> error: expected string not found in input
> ; CHECK: movw {{(r[0-9])|(lr)}}, #32768
> ^
> <stdin>:56:2: note: scanning from here
> movw r12, #32768
> ^
Hi
2007 Dec 20
1
auto named savings (pngs & data-frames)
Hello, i only got a small problem.
i try to create automatic new dataframes, or png?s. the main problem i
got is:
how can i create automatic a new name for a file (read out by simply
"for") -
i tried to use "(paste...) but theres an errormessage, about a wrong
declination. R told it is as.character, but need as.Real.
Should i use another method than "paste"?
i tried as
2006 Jan 26
0
Fw: SAMBA on AIX 5.1
forwarding this for AIX people...forgot to CC list.... D'oh!
----- Original Message -----
From: Antonio Sosa
To: William Jojo
Sent: Thursday, January 26, 2006 12:05 PM
Subject: RE: SAMBA on AIX 5.1
Thanks William - I'll try it out.
Antonio Sosa
C.E.O.
Ansotech Inc.
"We Design Technology Around You"
Tel: 877-389-8728
Cell: 773-406-3663
2016 Dec 15
0
visitShiftByConstant of DAGCombiner
On 8 December 2016 at 02:34, Jojo Ma <jojo.ma at linaro.org> wrote:
> It would be profitable as well if we could enable the canonicalisation on
> it.
> sequence before this canonicalisation (ARM):
> test:
> .fnstart
> @ BB#0: @ %entry
> movw r1, #65534
> and r1, r0, r1
> ubfx r0, r0, #1, #15
> add r0, r0, r1, lsr #1
> bx lr
2016 Jun 25
2
Postfix and Dovecot LDA vs. LMTP
Thanks again Jan.
I appear to have basic LMTP working now (messages are delivered to virtual
mailboxes of valid recipients and non-existent recipients are rejected).
Cool. Still lots more work to do.
But I think I could really use the Dovecot book. I find the wiki to be
lacking in explanation. So, too often I'm just copying without knowing the
reason why or how some things fit together.
2000 Apr 21
0
(no subject)
Monty lost this one. :)
---------- Forwarded message ----------
Date: Fri, 21 Apr 2000 09:30:31 -0700
From: Monty <xiphmont@xiph.org>
To: Gregory Maxwell <greg@linuxpower.cx>
Subject: Re: Branch: residue codebook trainer.
>
> I was looking at the residue trainer in the branch, and I noticed:
>
> " /* seed the inputs to input points, but points on unit
2007 Feb 17
2
Serial Woes
I have been trying to throw away my dependence on Windoz since the early
Pentium era, but there always seems to be some essential application
that can't be replaced. Currently it is the programs that read my blood
glucose meeter and an athletic trainer system. Both of them communicate
through a serial port. I am currently working on getting the trainer
going. It loads fine and has no
2016 May 09
2
LLVM issuse:AArch64 TargetParser
Hi all,
Actually,I found there is a same problem for arm.For this case,I think
> maybe we can play a trick in the clang.
> Checking whether the given arch valid or not,before we throw it to the
> parser,which can be used for both arm
> and aarch64.
For the actions I mentioned above,I wrote a check function as below, basing
on the naming rules of the arm architecture.
+//Only if
2003 May 05
2
New Printing Howto collection is soooo good!!! (I learn a lot from theory)
Hi, I must say that i admire very much the printing documentation written by
one of your samba team. I wish
every documentations is like this! -- It explains to a newbie like me what
I need to know. It is amazing: i read
it and in my head a few questions start to go round. I read 1 page more and
the questions are answered. It is not
good that the other documentation pages of the howto
2006 Aug 18
9
Rails is doing what I want - but I don''t understand how.
Hi guys, I have the strangest thing happening. The funny part is its
doing exactly what I want to do, I just don''t understand how.
Basically here is my model.
class Role < ActiveRecord::Base
has_and_belongs_to_many :users
has_and_belongs_to_many :rights
def self.names
names = Array.new()
for role in Role.find :all
names << role.name
end
return
2016 Jun 25
3
Postfix and Dovecot LDA vs. LMTP
Thanks Jan.
I've been trying to obtain an English copy of the Dovecot book for months,
prior to starting this project. So far, I just can't find a copy. It's too
bad that the author/publisher won't do a second printing or, if they're not
interested in making any more money, then release it to the public domain as
a PDF. Very frustrating.
Michael
> -----Original
2002 Nov 21
2
Problems with samba pdc and windows 2000 client
Hi all!
I've got a Linux samba server and win 95/98 clients without problems.
I've just installed 2 windows 2000 clients and I have a problem with one of
them.
One of w2000 works fine, and it logs on samba domain, but the other it
doesn't log on.
The account of this machine was created , but when I attemp to log on,
windows 2000 says to me "Cannot join domain, the credentials
2016 May 18
2
LLVM issuse:AArch64 TargetParser
Hi,
A64 versus A32/T32 code generation is controlled by the -target option which I don’t believe is under discussion here.
James
On 18 May 2016, at 13:17, Bruce Hoult <bruce at hoult.org<mailto:bruce at hoult.org>> wrote:
Note that armv8a modifies the A32 and T32 instruction sets, and is therefore an important -march option for 32 bit code. Therefore armv8a can not be used to imply
2010 Feb 26
0
[Announce] Samba 3.3.11 Available for Download
===================================================================
"I'm very serious about no alcohol,
no drugs. Life is too beautiful."
Jim Carrey
===================================================================
Release Announcements
=====================
This is the latest bugfix release of the Samba 3.3 series.
Major enhancements in Samba 3.3.11 include:
2010 Feb 26
0
[Announce] Samba 3.3.11 Available for Download
===================================================================
"I'm very serious about no alcohol,
no drugs. Life is too beautiful."
Jim Carrey
===================================================================
Release Announcements
=====================
This is the latest bugfix release of the Samba 3.3 series.
Major enhancements in Samba 3.3.11 include: