Displaying 9 results from an estimated 9 matches for "nonsens".
Did you mean:
nonsense
2010 Jan 30
3
Video Comparison
Hey all,
I have followed a thread on golem.de, which was about an article regarding mozillas reasons, not to include h264 and to prefere theora instead.
In the forum there was much talking about a lot of nonsens (as usual). But there is still a huge and loud number of people believing that theora has a significant worse quality compared to h264. Most test material I found does not focus real live videos, so the comparison does not reflect the user experiences. So I decided to use good quality web videos. T...
2003 Sep 10
1
ADSI & Vista/Aastra 350
I have ADSI working on my Aastra (Vista/Nortel) 350 phone and everything is
working fine.
However, I want the asterisk.adsi to load into the 'self-load' slot but
can't figure out what the correct FDN for doing this is. Does anyone know
the right FDN for the SL slot on these phones?
Also, does anyone have any cool/interesting ADSI scripts they wouldn't mind
sharing? I'm
1999 Oct 27
0
NT_STATUS_WRONG_PASSWORD
...domain_client_validate: unable to validate password for user ziemann in domain KHSWNT01 to Domain controller DOZITS06. Error was NT_STATUS_WRONG_PASSWORD.
The first warning is ok, because the user does not exists, but who cares, when the user
is forced to lp? But the second and third log must be nonsens, because I did not changed
anything on the PDC.
So my question: Why do I need the user in /etc/passwd and why are the error messages
completely wrong?
Sascha
2000 Nov 10
1
Modification to cov and cor
Can I suggest that in cov and cor the lines
if (is.data.frame(x))
x <- as.matrix(x)
if (is.data.frame(y))
y <- as.matrix(y)
be replaced by
if (is.data.frame(x))
x <- data.matrix(x) # coerce logical and factors
if (is.data.frame(y))
y <- data.matrix(y) # likewise
This would allow things like
> data(iris)
> cor(iris)
which
2004 Sep 22
6
login scripts do not run
I have a simple script that sets the time on a Windows client at
startup.
The one-line script:
net time \\myhost /set /yes
Works perfectly well when I double-click it from Windows Explorer, so I
don't think the problem lies there.
The relevant lines in my smb.conf file:
[global]
time server = yes
logon script = smbtimeset.BAT
[netlogon]
comment = shared scripts
path =
2002 Feb 17
5
Horizontal Boxplot
Hello all.
I'm just a beginner trying to draw a boxplot and I don't know why every time
I try to make it horizontal I receive the error message "parameter
'horizontal' couldn't be set in high-level plot() function". Can anybody give
me an advice?
Here is the code:
opar <- par(ask = interactive() && (.Device == "X11" || .Device ==
2001 Aug 15
8
Serious GCC/EGCS 2.91 bug found (bites rc2)
Hi folks,
The folks on RedHat who have been complaining of poor-quality encodes
prompted us to track down the trouble, and it's a compiler bug. We
have the asm .s files to prove it :-)
The summary: EGCS (gcc) versions through March 1999, including up to
at least gcc/egcs 2.91.66 have a serious floating point optimization
bug that hits Vorbis. This is a fairly old gcc version, but RedHat
2001 Aug 15
8
Serious GCC/EGCS 2.91 bug found (bites rc2)
Hi folks,
The folks on RedHat who have been complaining of poor-quality encodes
prompted us to track down the trouble, and it's a compiler bug. We
have the asm .s files to prove it :-)
The summary: EGCS (gcc) versions through March 1999, including up to
at least gcc/egcs 2.91.66 have a serious floating point optimization
bug that hits Vorbis. This is a fairly old gcc version, but RedHat