Displaying 20 results from an estimated 59 matches for "mello".
Did you mean:
hello
2011 Sep 26
1
compute probabilities on a Bayesian Network
Deal R Users,
I'm trying to find out how can I compute probabilities on a Bayesian
Network using R. The Bayesian Network I modelled is shown at
http://www.dsr.inpe.br/~mello/1727/BNgrapmodel.png and I'd like to know
how can I proceed (commands on R) to answer questions like: (1) what is
the probability of S=T given C=T, L=T, R=F, H=F and D=F; or (2) what is
the probability of S=T given C=F, L=F, R=T, H=T, and D=T; or even (3)
what is the probability of S=T when...
2012 Jun 17
3
[LLVMdev] Building lld with Visual Studio 2012 RC
...earn.
Maybe this is the funniest place to start assessing my possibilities of
contributing to llvm in the free time:
Writer* createWriterPECOFF(const WriterOptionsPECOFF &options) {
assert(0 && "PE/COFF support not implemented yet");
return nullptr;
}
:-)
Best regards!
Mello
On Sat, Jun 16, 2012 at 10:22 PM, Michael Spencer <bigcheesegs at gmail.com>wrote:
> On Sat, Jun 16, 2012 at 4:15 PM, Cesar Mello <cmello at gmail.com> wrote:
> > Hi!
> >
> > I'm trying to build lld Microsoft Visual Studio 2012 RC, but it seems the
> >...
2012 Jun 16
3
[LLVMdev] Building lld with Visual Studio 2012 RC
...;to[12], _name.data(), _name.size());
::bzero(&to[12+_name.size()], cmdsize-(12+_name.size()));
The bzero line could be changed to:
::memset(&to[12+_name.size()], 0, cmdsize-(12+_name.size()));
Thanks a lot for the attention and congratulations for the great work!!!
Best regards
Mello
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120616/45ffc5f1/attachment.html>
2012 Jun 17
0
[LLVMdev] Building lld with Visual Studio 2012 RC
On Sat, Jun 16, 2012 at 4:15 PM, Cesar Mello <cmello at gmail.com> wrote:
> Hi!
>
> I'm trying to build lld Microsoft Visual Studio 2012 RC, but it seems the
> bzero function is not available.
>
> Could memset be used instead of bzero? Or maybe define a bzero for msvc
> using memset.
>
> For example:
>...
2011 Sep 28
1
how to solve a simple discrete Bayesian Belief Network?
...ns like:
#what is the probability of a="1" given that c="1"? i.e. P(a="1"|c="1")?
#or what is the probability of a="1" given that b="2" and c="1"? i.e.
P(a="1"|b="2",c="1")?
#END
--
Marcio Pupin Mello
Survey Engineer
PhD candidate in Remote Sensing
National Institute for Space Research (INPE) - Brazil
Laboratory of Remote Sensing in Agriculture and Forestry (LAF)
www.dsr.inpe.br/~mello
2011 Apr 07
1
How can I include a new book on the "Books" link at R-project.org ?
...o R: uma vis?o estat?stica" (something like "Knowing R: an
statistical approach"). I'd like to include it on the list "Books" at
R-project.org. How can I do it?
More informations about the book at
http://www.editoraufv.com.br/produtos/conhecendo-o-r
--
Marcio Pupin Mello
Survey Engineer
Ph.D student in Remote Sensing
National Institute for Space Research (INPE) - Brazil
Laboratory of Remote Sensing in Agriculture and Forestry (LAF)
www.dsr.inpe.br/~mello
2001 Nov 27
1
Winbind slow to authenticate
...BDCs and PCD but it didn't
change performance. And in pam.d/samba I have only auth and account required
pam_winbind.so
One more thing, does anybody have any hints on how to have Apache
authenticate against samba? I installed mod_auth_pam but all users get
denied.
Thanks again!
Luiz-Robertto Mello
2023 Apr 14
2
gpo client linux sssd does not apply
On 14/04/2023 09:23, Anderson Sampaio Mello via samba wrote:
> Hello Samba Team, how are you?
>
> I'm joining linux clients in the company's environment and I would like to
> apply GPOs to linux clients, I'm in the testing phase.
>
> I'm testing with ubuntu clients version 22.04 and the software I used to...
2012 Oct 04
1
problem with the installation of r commander on a mac
...the latest version (2.15.1 signed) and all packages, and following the same official steps again. It didn’t work neither.
Could you please help me? R Commander always worked fine on my iMac, until I updated to Mountain Lion.
Best regards,
Marco
************************
Prof. Dr. Marco A. R. Mello
Universidade Federal de Minas Gerais
ICB - Depto. Biologia Geral
http://marcomello.casadosmorcegos.org
marmello@gmail.com
************************
[[alternative HTML version deleted]]
2004 Nov 27
3
newbie problem
...I'm in brazil, can this be some problem with the telephone line? I
changed the setting to use loadzone and defaultzone "br", but this not
worked either.
Can I execute something at the CLI to hear it at the phone, just to see
if everything is ok?
[]s, gandhi
--
Ricardo Andere de Mello
Presidente do Quilombo Digital
55 11 3271-7928
2023 Apr 03
2
Inconsistent SYSVOL ACLs
03.04.2023 02:53, Anderson Sampaio Mello via samba ?????:
> First of all thank you all for the answers and for trying to help me.
>
> I agree with you michael regarding the parameters passed in the ./configure
> command, the location is not part of the problem.
>
> The file system used is XFS. and the strace command lo...
2006 Aug 04
3
OCFS2 and ASM Question
Ok guys & gals here is the scenario:
1.) Host RHEL 4 U3 2.6.9-34.0.2.EL
2.) OCFS2 latest version
3.) Successfully formatted & mounted OCFS2 filesystems on 2 nodes
/dev/sdb1 /u02/oradata/usdev/voting
/dev/sdc1 /u02/oradata/usdev/data01
/dev/sdd1 /u02/oradata/usdev/data02
/dev/sde1 /u02/oradata/usdev/data03
4.) Downloaded & installed ASMLib 2.0 on both nodes
5.) Ran
2023 Apr 14
4
gpo client linux sssd does not apply
Hello Samba Team, how are you?
I'm joining linux clients in the company's environment and I would like to
apply GPOs to linux clients, I'm in the testing phase.
I'm testing with ubuntu clients version 22.04 and the software I used to
join the samba AD was sssd.
The 22.04 ubuntu client has joined and everything is working fine except
for the GPOs for linux clients.
I compiled
2023 Apr 02
1
Inconsistent SYSVOL ACLs
On 02/04/2023 06:02, Anderson Sampaio Mello via samba wrote:
> I have two domain controller servers, with samba in version 4.18
>
> On both DCs both the Sysvol share and the subdirectories (including GPOs)
> have the same permission:
>
> getfacl /usr/local/samba/var/lib/samba/sysvol
You should be using samba-tool to chec...
2023 Apr 02
1
Inconsistent SYSVOL ACLs
On 02/04/2023 08:05, Anderson Sampaio Mello via samba wrote:
> Thanks for the answer.
>
> The path for the two DCs is correct yes, and yes I compiled it for the two
> DC servers like this:
>
> ./configure --with-systemd --prefix=/usr/local/samba --enable-fhs
And that is possibly your problem:
--with-systemd is the defaul...
2011 Apr 07
2
Time series of spatial data
Hi guys,
I'm really new in R.
Trying to analyze series of spatial datasets (365 satellite images) in order
to find the best model that fit the data.
Any suggestion which package that could help me?
Thanks in advance.
Cheers
--
View this message in context: http://r.789695.n4.nabble.com/Time-series-of-spatial-data-tp3432979p3432979.html
Sent from the R help mailing list archive at
2001 Nov 05
1
Winbind crashing PDC
...to do it is with the PWR button.
> If I try to join the domain using samba that was not compiled with winbind
> it joins fine.
>
> Has someone has success in having samba authenticate with a NT4 PDC using
> winbind? What could be going on?
>
> Thanks!
>
> Luiz-Robertto Mello
> LAN Administrator
>
2001 Nov 09
1
Winbind & NT SP5
...cting to
shares.
My question is does anybody have winbind talking with a NT4 PDC running SP
5, or do I have to upgrade NT to SP 6a?
If I do need 6a could you point me to some docs containing what was fixed
with 6a? I've looked at MS knowledge base with no luck.
Thanks a bunch!
Luiz-Robertto Mello
2010 Apr 23
3
Ptalarbvorm ffmpeg2theora Windows binary
ffmpeg2theora nightly builds found at http://firefogg.org/nightly/
still uses Thusnelda. Where can I get a Ptalarbvorm version for
Windows?
Regards
2023 Apr 02
1
Inconsistent SYSVOL ACLs
...lso created sysvol in the same location.
But why samba-tool ntacl sysvolreset cannot restore permissions and these
BUFFER messages appear?
Em dom., 2 de abr. de 2023 ?s 03:44, Rowland Penny via samba <
samba at lists.samba.org> escreveu:
>
>
> On 02/04/2023 06:02, Anderson Sampaio Mello via samba wrote:
> > I have two domain controller servers, with samba in version 4.18
> >
> > On both DCs both the Sysvol share and the subdirectories (including GPOs)
> > have the same permission:
> >
> > getfacl /usr/local/samba/var/lib/samba/sysvol
>
> Y...