Displaying 20 results from an estimated 64 matches for "testi".
Did you mean:
test
2011 May 04
2
speexenc/speexdec doubles file size
this is not really a development question, but i didn't find another
mailing list to ask it.
any idea why size of wav file doubles when it is encoded to speex and
back to wav:
$ ls -ls testi.wav
40 -rw-r--r-- 1 foo foo 40674 May 4 14:38 testi.wav
$ speexenc --denoise --agc --quality 10 testi.wav testi.spx
Encoding 8000 Hz audio using narrowband mode (mono)
$ ls -ls testi.spx
20 -rw-r--r-- 1 foo foo 16405 May 4 14:46 testi.spx
$ speexdec --mono --rate 8000 testi.spx testi.wav
Deco...
2011 May 04
0
speexenc/speexdec doubles file size
Juha Heinanen writes:
> any idea why size of wav file doubles when it is encoded to speex and
> back to wav:
>
> $ ls -ls testi.wav
> 40 -rw-r--r-- 1 foo foo 40674 May 4 14:38 testi.wav
>
> $ speexenc --denoise --agc --quality 10 testi.wav testi.spx
> Encoding 8000 Hz audio using narrowband mode (mono)
>
> $ ls -ls testi.spx
> 20 -rw-r--r-- 1 foo foo 16405 May 4 14:46 testi.spx
>
> $ speexde...
2017 Dec 29
3
Writing text files out of a dataset
Hello,
I am trying to run the following syntax for all cases within the dataframe
"data"
d1 <- data[1,c("material")]
fileConn<-file("TESTI/d1.txt")
writeLines(d1, fileConn)
close(fileConn)
I am trying to use the for function:
for (i in 1:nrow(data)){
d[i] <- data[i,c("material")]
fileConn<-file("TESTI/d[i].txt")
writeLines(d[i], fileConn)
close(fileConn)
}
but I get the error:
Object "d...
2019 Apr 16
2
Sieve operation "send copy" not working since upgrade from dovecot 2.2.31-1 to 2.3.5.1-1
...e here.
Software: CentOS 7.6.1810, dovecot-2.3.5.1, dovecot-pigeonhole-2.3.5.1, exim
4.91-1
Example filter:
# rule:[test]
if header :contains "subject" "meow"
{
redirect :copy "ks at ratiokontakt.de";
}
Mail log:
Apr 16 11:29:02 frontend-17 dovecot:
lmtp(testi at mrhoang.de)<25201><QPgZHF6gtVxxYgAARS1pjg>: sieve:
msgid=<311099964.O2fbMfmo3K at ws-ks.intern.ratiokontakt.de>: failed to redirect
message to <ks at ratiokontakt.de>: smtp(localhost): DATA failed: 552 Message
header not CRLF terminated (permanent failure)
Apr 16 11:29...
2017 Dec 29
0
Writing text files out of a dataset
...nly then comes the loop.
Hope this helps,
Rui Barradas
On 12/29/2017 2:31 PM, Luca Meyer wrote:
> Hello,
>
> I am trying to run the following syntax for all cases within the dataframe
> "data"
>
> d1 <- data[1,c("material")]
> fileConn<-file("TESTI/d1.txt")
> writeLines(d1, fileConn)
> close(fileConn)
>
> I am trying to use the for function:
>
> for (i in 1:nrow(data)){
> d[i] <- data[i,c("material")]
> fileConn<-file("TESTI/d[i].txt")
> writeLines(d[i], fileConn)
>...
2009 Jun 08
3
caret package
Hi all
I am using the caret package and having difficulty in obtaining the results
using regression, I used the glmnet to model and trying to get the
coefficients and the model parameters I am trying to use the
extractPrediction to obtain a confusion matrix and it seems to be giving me
errors.
x<-read.csv("x.csv", header=TRUE);
y<-read.csv("y.csv", header=TRUE);
2019 Apr 16
0
Sieve operation "send copy" not working since upgrade from dovecot 2.2.31-1 to 2.3.5.1-1
...nhole-2.3.5.1, exim
> 4.91-1
>
> Example filter:
>
> # rule:[test]
> if header :contains "subject" "meow"
> {
> redirect :copy "ks at ratiokontakt.de";
> }
>
> Mail log:
>
> Apr 16 11:29:02 frontend-17 dovecot:
> lmtp(testi at mrhoang.de)<25201><QPgZHF6gtVxxYgAARS1pjg>: sieve:
> msgid=<311099964.O2fbMfmo3K at ws-ks.intern.ratiokontakt.de>: failed to redirect
> message to <ks at ratiokontakt.de>: smtp(localhost): DATA failed: 552 Message
> header not CRLF terminated (permanent failur...
2006 Dec 13
2
persp() problem
Dear list,
I have a problem on persp()
x <- u1data #first coloum in attached data
y <- u2data #second coloum in attached data
f <- function(x,y){qgev(pnorm(rhoF*qnorm(pnorm((qnorm(y)-rho2*qnorm(x)/sqrt(1-rho2^2))))
+sqrt(1-rhoF^2)*qnorm(0.95)),-0.3935119, 0.4227890,
0.2701648)}
z <- outer(x,y,f)
persp(x,y,z)
The R will display:
"Error in persp.default(x, y,
2001 Oct 23
3
Did I read correctly?
Is it possible to run MS Word on a LInux box without Windows installed?
If so, would someone be willing to help me get it running?
I would like to use MS Word ver 7, but want nothing to do with Windoze.
Word Perfect 8 for Linux can get testy at times.
cedric
2013 Nov 26
0
Budete mit erekci, kdy se Vam zachce
Nav?tivte na?e webov? str?nky infotigra
a objevte, jak JEDNA jedin? mal? modr? pilulka m??e do?ivotn? zm?nit VA?I sexu?ln? v?konnost!
?
V??en? z?kazn?k! V?deck? testy prok?zaly, ?e TIGRA funguje l?pe ne? jak?koli jin? pilulka. Test na 800 mu??ch ve v?ku 21 a? 80 let prok?zal ohromuj?c? v?sledky:
?
1. A? o 71 % siln?j?? touha
2013 Nov 08
1
Different output from lm() and lmPerm lmp() if categorical variables are included in the analysis
I've found a problem when using
categorical variables in lmp() from package lmPerm
According to help(lmp): "This function will behave identically to lm()
if the following parameters are set: perm="", seq=TRUE,
center=FALSE.")
But not in the case of including categorical variables:
require(lmPerm)
set.seed(42)
testx1 <- rnorm(100,10,5)
testx2 <-
2016 Sep 18
2
Problem Samba 4.5
thanks for your attention.
temporarily with the following script I'm looking at myself.
#!/bin/bash INTERVAL=180 LOG=true function log { if $LOG; then echo $1 fi }
while true; do testx=`ps -auxw | grep "smbd" | wc -l` testy=`netstat -ap |
grep samba | grep sock | wc -l` if test "$testx" -gt "50" -a "$testy" -gt
"50" ;then echo "samba
2008 Jul 17
2
problems with validation on STI
...ave a :desc
field that is properly spelled, a numerical :param1, and a unique
:dist_name. The message is:
1) Failure:
test_params_exp(DistributionTest)
[test/unit/distribution_test.rb:35:in `test_params_exp''
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/testi
ng/setup_and_teardown.rb:33:in `__send__''
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/testi
ng/setup_and_teardown.rb:33:in `run'']:
<false> is not true.
What am I doing wrong?
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~...
2013 Feb 18
2
mtext unicode failure
Readers,
How to solve this unicode input error please?
> postscript("~/tmp/test.eps",width=100/25.4,height=100/25.4,horizontal=FALSE,onefile=TRUE,paper="special")
> testx<-seq(1:5)
> testy<-seq(1:5)
> plot(testy~testx)
> mtext('text (O?)\n more text',side=3,line=1)
Warning messages:
1: In mtext("text (O?)\n more text", side = 3, line =
2005 Feb 01
2
assign connections automatically
Hi all,
I am trying to create a function that will open connections to all
files of
one type within the working directory.
I've got the function to open the connections, but I am having a
bugger of a
time trying to get these connections named as objects in the workspace.
I am at the point where I can do it outside of the function, but not
inside, using assign. I'm sure I'm
2006 Jul 23
1
Complex MySQL query in dovecot-sql.conf
...T user, password FROM users
WHERE user='%u' AND active=@yes
(results in log:)
Password query failed: You have an error in your SQL syntax; check the
manual that corresponds to your MySQL server version for the right syntax to
use near '; SELECT user, password FROM users WHERE user='testi'
AND active=@yes' at line 1
Anyway, a similar one-line construct works from the MySQL command line:
SET @yes='Y'; SELECT user, password FROM users WHERE user='testi'
AND active=@yes;
(reults the following:)
+-------+----------+
| user | password |
+-------+----------+
| te...
2018 Aug 29
2
Setting up port forwarding to guests on nat network
Hello all,
I’m currently trying to figure out how to forward ports to guests that are on a NAT Network. I have followed the directions on https://wiki.libvirt.org/page/Networking under the “Forwarding Incoming Connections” Section and get connection refused when attempting to connect.
System: Ubuntu Server 18.04.1
Virsh / LibVirtd Version: 4.0.0
Here’s the contents of /etc/libvirt/hooks/qemu
2024 Jan 21
1
Running VMware ESXi network installer via syslinux/menu
...gt;> """
>> Loading mboot.efi... ok
>> Invalid Boot signature 0x2, bailing out
>> Booting kernel failed: Bad file number
>> """
> Which syslinux version?
I use syslinux 6.03
> What is the APPEND for mboot.efi ?
Full statement is
label testi
? kernel mboot.efi
? append -c /pxelinux.cfg/templates/esxi80/ESX8TEST.cfg
But looking at the tftp logs it never tries to load anything related to
ESX8TEST.cfg, I guess that's because it errors out before even looking
at the append command
Marki
>
> (In order to boot The Hurd on...
2005 Jun 11
2
multiple authentication mechanisms, many problems
dovecot: Jun 11 23:57:56 Info: auth(default):
pam(testi at irkkaa.net,83.145.196.129): pam_authenticate() failed:
Authentication failure
tried also debugging whats wrong with it, it queries ok, the password in
the query is ok and everything. but it never replies +OK.
that connection just halts after PASS command. Tried IMAP, same result.
config: (d...
2008 Aug 13
2
Tiny help for tiny function
...simplify=FALSE)
but now I try to solve the problem of having NA in the matrix.
I tried like that:
extract.values<-function (x)
{
if(x>=0.8|x<=-0.8|x==NA)x
else("low corr.")
}
woks not:
x<-c(0.5,0.3,0.9,-0.9,-0.7,0.3)
y<-c(0.1,0.2,NA,-0.8,-0.4,0.9)
XY<-rbind(x,y)
Testi<-sapply(XY,extract.values,simplify=FALSE)
Fehler in if (x >= 0.8 | x <= -0.8 | x == NA) x else ("low corr.") :
Fehlender Wert, wo TRUE/FALSE n?tig ist
Error in if (x >= 0.8 | x <= -0.8 | x == NA) x else ("low corr.") :
Missing value, where TRUE/FALSE is ne...