Displaying 20 results from an estimated 174 matches for "mtl".
Did you mean:
mcl
2007 Jun 30
0
[idea] wavefront obj+mtl viewing inside cube plugin
...oping a separate plugin for each, allowing us to do what we do
best (programming) and the artists to do what they do best (create stunning
models). This can be accomplished if we write a model viewer that uses the
inside of the cube as its output.
A common and portable format is the Wavefront OBJ+MTL spec. A few days ago
I came across an open source library for parsing these files, as well as an
example OpenGL program that displays the textured model. If I base a new
plugin on Dennis' gears, it should be trivial to mesh the two (no pun
intended :P).
I have already compiled and tested the...
2009 Dec 30
1
Fwd: Negbin Error Warnings
...ever, the data I use doesn't have any NAs.
> Does this mean that the NBR-model is the wrong model for this data?
>
> Thanks in advance.
>
> ___________________________________________________________
> Preisknaller: WEB.DE <http://web.de/> DSL Flatrate für nur 16,99
Euro/mtl.!
> http://produkte.web.de/go/02/
>
> ______________________________________________
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-<http://www.r-project.org/posting->
>...
2009 Jan 05
1
adding a curve with xaxs="i"
...x1 <- c(1,2,3,4,5)
x2 <- c(2,4,6,8,10)
mod <- lm (x2~x1)
hm <- function (x) (mod$coe[1]+x*mod$coe[2])
plot.new()
# ...
box()
curve (hm,lty=1,add=T,xaxs="i",yaxs="i")
(R 2.8.1)
--
Sensationsangebot verl?ngert: GMX FreeDSL - Telefonanschluss + DSL
f?r nur 16,37 Euro/mtl.!* http://dsl.gmx.de/?ac=OM.AD.PD003K1308T4569a
2009 Dec 30
2
Negbin Error Warnings
...g me that the calculation rpois produced NAs. However, the data I use doesn't have any NAs.
Does this mean that the NBR-model is the wrong model for this data?
Thanks in advance.
___________________________________________________________
Preisknaller: WEB.DE DSL Flatrate f?r nur 16,99 Euro/mtl.!
http://produkte.web.de/go/02/
2019 Jul 29
3
Samba 4.11.0RC1 replication with Windows2012R2 ?
...12R2 functional level or
not.? If this is not the case, please clarify.
I want to be able to join a Windows2012R2 domain controller to a Samba4
domain (schema 67 support).
Thank You!
--
Luc Lalonde, analyste
-----------------------------
D?partement de g?nie informatique:
?cole polytechnique de MTL
(514) 340-4711 x5049
Luc.Lalonde at polymtl.ca
-----------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://lists.samba.org/pipermail/s...
2008 Dec 29
4
Merge or combine data frames with missing columns
...s all possible columns (Intercept, y1, y2, y3, y4) exist or at least have NA entries .
I cannot figure out how (e.g. with merge)...
TIA, Mark
--
Mark Heckmann (Dipl. Wirt.-Ing.)
phone +49 (0) 421/1614618
Sensationsangebot verl?ngert: GMX FreeDSL - Telefonanschluss + DSL
f?r nur 16,37 Euro/mtl.!* http://dsl.gmx.de/?ac=OM.AD.PD003K1308T4569a
2009 May 29
3
locking fails
...nt and wirtable
I`m not sure if this only affects dovecot..maybe its a issue caused of the OS.
anyone an idea?
maybe its possible to run dovecot without these locking?
thanks!!
Oskar
--
Nur bis 31.05.: GMX FreeDSL Komplettanschluss mit DSL 6.000 Flatrate und
Telefonanschluss nur 17,95 Euro/mtl.!* http://portal.gmx.net/de/go/dsl02
2009 Feb 10
2
Problem installing MASS-Package
...d the path:
> .libPaths(MASS)
Fehler in path.expand(new) : objekt "MASS" nicht gefunden
What can I do?
Thanks in advance
Kim
_______________________________________________________________________
Jetzt 1 Monat kostenlos! WEB.DE FreeDSL - Telefonanschluss + DSL
f?r nur 17,95 EURO/mtl.!* http://dsl.web.de/?ac=OM.AD.AD008K13805B7069a
2019 Apr 15
1
samba-tool backup offline not available (version 4.9.6) ?
....6 wrt SMBv1 (https://bugzilla.samba.org/show_bug.cgi?id=13676).
Otherwise, will the old 'samba_backup' script still create a 'useable'
backup with v4.9.6?
Thank You!
--
Luc Lalonde, analyste
-----------------------------
Département de génie informatique:
École polytechnique de MTL
(514) 340-4711 x5049
Luc.Lalonde at polymtl.ca
-----------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://lists.samba.org/pipermail/...
2009 Feb 04
1
Use Speex on embedded ARM-device...
...ave out the exc_*_table.c files without
getting compiler/linker warning, but possibly I made a
mistake there.
Is my assumption correct that I just need the exc_10_16_table.c
for my 6000 bps?
Best regards,
Tobias
--
Jetzt 1 Monat kostenlos! GMX FreeDSL - Telefonanschluss + DSL
f?r nur 17,95 Euro/mtl.!* http://dsl.gmx.de/?ac=OM.AD.PD003K11308T4569a
2004 May 18
0
nlme: Initial parameter estimates
...the model fit (i.e. loglikelihood, AIC and also on the significance of some parameter). Below the fit of the same model for different values of initial parameters:
1- Initial parameters = c(3, 20, -3.732865)
>summary(fm.nlme)
Nonlinear mixed-effects model fit by maximum likelihood
Model: MTL ~ SSlogis(age, Asym, xmid, scal)
Data: data
AIC BIC logLik
7.996858 33.22420 2.001571
Random effects:
Formula: list(Asym ~ 1, xmid ~ 1)
Level: optid
Structure: Diagonal
Asym xmid Residual
StdDev: 0.2577518 0.004429942...
2010 Jan 08
1
Using outer with function predict
...mbine these two commands? I hope my intention becomes clear.
I'm looking forward for any ideas or hints, that might help me.
I wish everybody a nice weekend.
Best regards
Etienne
___________________________________________________________
Preisknaller: WEB.DE DSL Flatrate f?r nur 16,99 Euro/mtl.!
http://produkte.web.de/go/02/
2009 Jan 16
1
(no subject)
...Warning: unable to access index for repository
http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/2.8"
and the updating fails.
Is it a server problem of CRAN?
Thanks for your help,
Henning
--
Sensationsangebot verlängert: GMX FreeDSL - Telefonanschluss + DSL
für nur 16,37 Euro/mtl.!* http://dsl.gmx.de/?ac=OM.AD.PD003K1308T4569a
[[alternative HTML version deleted]]
2009 Jan 29
1
Multiple tables
...able1, variable2)
table(variable1, variable3)
table(variable1, variable4)
...
table(variable2, variable3)
table(variable2, variable4)
...
It seems rather tedious.
Any better ideas around?
Thanks for any help!
Gerit
--
NUR NOCH BIS 31.01.! GMX FreeDSL - Telefonanschluss + DSL
f?r nur 16,37 EURO/mtl.!* http://dsl.gmx.de/?ac=OM.AD.PD003K11308T4569a
2009 May 29
1
Interface R <--> Processing
...processing.org) to visualize R analyses?
If so could somebody point me to relevant ressources?
If not, are there any attempts to build such an interface / package?
Best Regards,
Simon
--
Nur bis 31.05.: GMX FreeDSL Komplettanschluss mit DSL 6.000 Flatrate und
Telefonanschluss nur 17,95 Euro/mtl.!* http://portal.gmx.net/de/go/dsl02
2006 Mar 27
1
automatic callback when busy
I'm trying to set up the following application:
When a SIP extensions calls another one which is busy, the caller would be
able to ask for an automatic callback: when the callee becomes available
again, asterisk would ring both the caller's and the callee's phones and
connect them when both parties answer.
Has anybody done this before? (I tried to search the archs but couldn't
2005 Dec 29
0
Re: Samba and NUL characters
I've tried CIFS VFS with the following config in my fstab
//cdn-mtl-ms/Logs /mnt/logs cifs username=user,password=pass 0 0
And I still have the same problem. As for kernel versions, the working
one uses "linux-2.4.21-20.EL" and the non-working one uses
"linux-2.6.9-11.EL". Does this have anything to do with "oplock" being
enable...
2015 Mar 24
1
Samba server with NFSV4/kerberos
...use our Samba4/Win2k8 AD domain to authenticate all our
> Linux/Windows/OSX workstations.
>
> The home directories are mounted using CIFS in the Windows and OSX
> clients and NFS4 (krb5) in our Linux labs.
>
> Here?s our documentation (french):
>
> https://techwiki.gi.polymtl.ca/NFSv4_Kerberos
>
> If Google translate gives you something unintelligible, I?ll be glad to
> clarify the translation to english?
>
> Hope this helps!
>
> --
> Luc Lalonde, analyste
> -----------------------------
> D?partement de g?nie informatique:
> ?cole p...
2011 Apr 27
2
multiple comparisons on a between factor
...ted in and apply any method for
multiple comparison correction afterwards on the entire set of p values
obtained. is this valid (in statistical terms)? if not, could anyone refer
to a better procedure i should use instead?
Thanks in advance.
Lisa
WEB.DE DSL Doppel-Flat ab 19,99 ?/mtl.! Jetzt mit
gratis Handy-Flat! [1]http://produkte.web.de/go/DSL_Doppel_Flatrate/2
References
1. http://produkte.web.de/go/DSL_Doppel_Flatrate/2
2005 Dec 28
1
Re: Samba and NUL characters
Hi,
We have a Windows NT 4 SP5 sharing a read-only share of logs
that are constantly being written to and a Linux box running CentOS
release 4.2 (Final) that mounts this share. The share in mounted using
the following command:
smbmount //cdn-mtl-ms/Logs /mnt/logs -o
sockopt=SO_KEEPALIVE,username=user,password=pass,ro,uid=503,gid=503
smbmount -v shows --> Version 3.0.10-1.4E.2
We notice a problem when we try do a tail -f on a file through the
share. It seems that part of the lines gets replaced by ^@ or NUL
characters. We only see this...