Displaying 16 results from an estimated 16 matches for "adivces".
Did you mean:
adivices
2009 Dec 31
3
upgrade adivce
I have a new client that is running a fedora 4 system. Can i upgrade
that box to centos 5 with a reasonable expectation of success or should
i just back it up and do it from scratch? Also will the samba version
in centos 5 natively support windows 7 clients?
Links to tips and tricks are appreciated..:)
Sincerely,
William Warren
2011 Jun 10
1
Help with Median test and Coxon-Mann-Whittney test
Hi All,
I have the following dataset (triplicates values of 5 independent
measurements and duplicate vaues of a control):
1 2 3 4 5 C
181.8 58.2 288.9 273.2 290.9 53.9
120.3 116.8 108.9 281.3 446 39.6
86.1 148.5 52.9 126 150.3
My aim was to find if mean values of Samples 1 - 5 are
2005 Apr 26
2
C++ <-> R mapping
Following my previous post and the intuitive adivces of Duncan Murdoch, I
would like to ask some questions regarding C++ to R mapping.
Initially, it appeared to me that in order to perform this mapping, the
existing object-oriented design of R would be a good choice. This could
include both the S3 and S4 classes approaches. However, there were re...
2016 Mar 31
2
infer correct types from the pattern
>
> You can use a cast, and force one type in the pattern, then use the other
> one in a Pat:
>
> def VGETITEM:
> [(set GPR:$rD, (extractelt (v4i32 VR:$rA), GPR:$rB))]
>
> def: Pat<(extractelt (v4f32 VR:$rA), GPR:$rB)),
> (VGETITEM VR:$rA, GPR:$rB)>;
>
> -Krzysztof
>
>
> --
> Qualcomm Innovation Center, Inc. is a member of Code Aurora
2009 Mar 27
0
Efficiency: speeding up unlist that is currently running by row
Hello everyone!
I have a piece of code that works and does what I need but...:
# I have 3 slots:
nr.of.slots<-3
# My data frame is "new.a":
new.a<-data.frame(x=c("john",
"mary"),y=c("pete","john"),z=c("mary","pete"),stringsAsFactors=FALSE)
print(new.a)
# Creating all possible combinations of the rows of
2016 Mar 31
0
infer correct types from the pattern
On 3/31/2016 11:53 AM, Rail Shafigulin wrote:
>
> I'm curious how do you know LLVM so well? Most of the times your answers
> are exactly what I need. I was recommended to read code (as usual),
> however it is challenging without knowing what the code is trying to
> express. IMHO it is better to have a concept first and then express it
> in code. I've been trying to find
2016 Sep 23
4
Install Mariadb on Centos 7 fails
Folks
I'm having problems installing Mariadb in Centos 7.
Here's what I did:
0) Become root
1) Make sure that mariadb and mysql are NOT installed.
2) Delete residual libs
rm -rf /var/lib/mysq*
3) yum install -y mariadb-server
installed mariadb-5.5.50-1.el7_2.x86_64 from the Centos
'updates' repository
4) systemctl start mariadb
5) systemctl status mariadb
2005 Jan 01
1
Multiple partitions in a Guest OS
Hi,
I was trying to run a guest OS with multiple partitions. I added a line like
disk=[''phy:hda6,hda6,w'']
in the configuration file. The disk was not mounted in the host OS.
However, the kernel refuses to boot with an error message which says
"kernel not syncing... attempted to kill init... rebooting...".
When I remove that line, everything works. Is there
2010 Jan 13
1
using dovecot deliver
Hi all!
This is my first posting to the list and I really could use some help
in getting postfix using dovecot as virtual_transport. I get an error
in dovecot-deliver.log that says "Can't connect to auth server at
/var/spool/postfix/private/dovecot: Permission denied" Im using
postfix as MTA with two virtual domains and virtual users. This is my
dovecot -n output:
# 1.1.11:
2010 Jan 13
1
Fwd: Re: Fixed Point on wideband-mode: Single Frame loss on 2000 Hz sine causes "freak off"
<body bgcolor="#ffffff" background="https://img.web.de/v/p.gif" class="bgRepeatYes" style="background-repeat: repeat; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); font-size: 9pt; padding-left: 0px;" ><p>Hi Jean-Marc,</p>
<p> </p>
<p>yes, I tested with floating point. It is only a fixed point
2010 Jan 14
2
Fwd: Re: Fixed Point on wideband-mode: Single Frame loss on 2000 Hz sine causes "freak off"
Hi Jean-Marc,
yes, problem exists in narrowband-mode, too.
I already twiddled with max_gain, but did not have real success. I changed line 337 of ltp.c (function pitch_gain_search_3tap_vq)
if (sum>best_sum && gain_sum<=max_gain) {
to
if (sum>best_sum && gain_sum<max_gain) {
-- that stabilizes speex for 2000 Hz and 2200 Hz input on quality setting 7 (23800
2016 Mar 30
3
infer correct types from the pattern
i'm getting a
Could not infer all types in pattern!
error in my backend. it is happening on the following instruction:
VGETITEM: (set GPR:{i32:f32}:$rD, (extractelt:{i32:f32}
VR:{v4i32:v4f32}:$rA, GPR:i32:$rB)).
how do i make it use appropriate types? in other words if it is f32 then
use v4v32 and if it is i32 then use v4f32. i'm not sure even where to start?
any help is appreciated.
2006 Feb 16
4
Problems to test controllers which require login
Hi there,
I have a quite stupid problem with my testing environment. I''m trying to
test my controllers but every controller with a login rewuirement will
fail (because there is no logged in user in the session). I realized the
conceptual problem behind this, but I''m not able to solve it.
What I have done so far:
* Login in the test class as described in the Agile Rails Book.
2010 Jan 14
0
Fwd: Re: Fixed Point on wideband-mode: Single Frame loss on 2000 Hz sine causes "freak off"
What happens if you change that line:
if (cumul_gain > 262144)
to use a smaller value? What value works OK (if any)?
One more thing, when things go wrong, do they eventually go back to
normal or does the codec never recover? It's unavoidable that the audio
goes bad for a short period of time because of the long-term predictor.
Jean-Marc
On 2010-01-14 05:57, Frank Lorenz wrote:
>
2018 Jan 26
6
Adding Share Windows ACL
Hello,
im trying to setup a share using windows acls. I followed the step ins
https://wiki.samba.org/index.php/Setting_up_a_Share_Using_Windows_ACLs
but hanging at "Adding a Share"
# mkdir -p /srv/samba/Demo/
# chown root:"Domain Admins" /srv/samba/Demo/
*--> chown: ungültige Gruppe: »root:Domain Admins“*
# net rpc rights list privileges SeDiskOperatorPrivilege -U
2005 Dec 26
3
factorial anova
Hello every body, I am trying to do a factorial anova analysis
following this model:
model<-anova(lm(responsevariable~factorA*factorB))
model<-anova(lm(luz$dosel~luz$estado*luz$Bosque))
Df Sum Sq Mean Sq F value Pr(>F)
estado 1 6931.1 6931.1 41.6455 7.974e-06 ***
Bosque 1 36.6 36.6 0.2197 0.6456
estado:Bosque 1 36.6 36.6 0.2197 0.6456
Residuals