Displaying 19 results from an estimated 19 matches for "metode".
Did you mean:
metods
2003 Aug 26
1
Interlaed video encoding.
I like the posibiliti to add a metode for compress interlaced video in theora, and I think three metodes and are this:
1. compres the filed at separates frane streams, is the worst metode.
2. assort the first field of the frame to display in the top of the frane and the other in the boton for obtain one frame and make a frame whithot...
2006 Jan 15
1
Powell's Metod
Folks,
Has anyone implemented Powell's Method for minimisation in R ?
Many thanks,
Tolga
2007 Dec 24
3
Affy Package
Dear R Users,
In the expresso function, which combination of these methods for data pre-processing (when using affymetrix oligo arrays) is the best:
bgcorrect.metod = rma rma2 mas
normalize.method = qspline quantiles loess
pmcorrect.method = pmonly subtractmm mas
summary.method = liwong avgdiff medianpolish mas
There are many options within each method. I would appreciate a hint on the best
2006 Mar 17
2
ajax exception
Hello!
This is my first post so hello to the ROR community :)
I am implementing an online editor using the prototype.js lib.
On one of the ajax.request calls I make something weird happens. In the debugger I get this output:
===================
10:36:04:796 [DEBUG] FileBrowser.onServiceResult > inResult = success
10:36:04:812 [DEBUG] FileBrowser.onServiceResult > inResult = exception |
2006 Apr 03
1
attribute select problem
Hi,
I''m searching a metod to do a selection suck as:
Select attribute1,attribute2
from table
where conditions
I know that the "find()" and "find_by_sql" methods takes all the
attribute...But i want only attribute1 and attribute2...Can someone tell
me if there''s a method that give me this opportunity?
Thanks,Ivan.
--
Posted via
2009 Jan 17
1
PSF Clustering Method
Does R implements Pseudo-F-Statistics Clustering ?
Vogel and Wong derived a formula to evaluate the best clusters number through such a method.
Silhouette metod only provides an average evaluation.
Thank you very much.
Maura
tutti i telefonini TIM!
[[alternative HTML version deleted]]
2004 Jun 12
1
password and mysql ?
Hello
i am postfix and dovecot with the authentication with the password file of system
is possible added virtual domains with mysql? with the two metods?
regards
dakota at dakotabcn.net
Administrador Servidor dakotabcn.net
LINUX Registrered USER 93707 :)
P.o Box 579
08913 Badalona (Barcelona) SPAIN
firmas GnuPG en http://pgp.escomposlinux.org/
dakota at menta.net || dakota at escomposlinux.org
2007 May 08
1
load modules
Hello again,
I have a little problem, every time I switch on the Asterisk server I must load two modules: modprobe zaptel and modprobe wctdm
Is there any way to load there automatically when the server start?
I have a Debian Etch.
One more cuestion, it's posible to start Asterisk (asterisk -vvvc)as well?
What metod do you prefer? "asterisk" or "asterisk -vvvc"?
Thanks
2005 Nov 15
1
Roaming profiles migration
Hi!!
I'm going to migrate from an old debian machine to a new one. This new machine has installed debian sarge 3.1 and samba 2.2. (old has samba 2 too).
I need an *easy* method to migrate my roaming users profiles to my new samba server. I heard about some metod to change the sid, but only incomplete information.
Thanks.
2004 Jan 18
2
HTB + ESFQ in nat router for shape incoming by ip
Hi, i´ve read about this problem but i didn´t find any solution.
I have a router with nat like that:
internet - eth0 - Router - eth1 - Lan
I made a htb script for shaping outgoing in eth0 and it works great. The
problem begin with the incoming traffic... Like other people said, when
somebody in the lan uses the tipical download accelerator, the line is
out because the bandwidth is divided by
2004 Jul 12
0
IP Soft Phone with FAX
Hi,
I need to send and receive faxes over VoIP in realtime.
I mean: user ? calls from VoIP network to fax machine on PSTN, but
starts voice conversation with user B on that fax machine. Then users
agree to send a fax (any direction), pressed "start", completed fax
transmission and then continue a voice conversation.
This is one of generic ways to use analog fax machine.
As I understand
2005 Sep 29
0
Encoding
Hi !
Before sending bugs report, I would like to known,
if someone can explain me how to obtain, if it's
possible, an ogg file with these param:
A)ffmpeg2theora -fps12.5 -o output.ogg -x 176 -y 144
-V 40 -A10 -H 8000 -c1 xxx.avi
it seems me that -fps12.5 doesn't work as a metod to
create a 12.5fps for modem
also
B) ffmpeg2theora -o xxx.ogg -x 320 -y 240 -V 110 -A32
-H 32000
2006 Nov 06
21
acts_as_ferret and associations
I have the following models:
class Book < ActiveRecord::Base
acts_as_ferret
belongs_to :author
end
class Author < ActiveRecord::Base
has_many :books
end
and in the controller:
def search
if params[:query]
@query = params[:query]
@total, @books = Book.full_text_search(@query, :page =>
(params[:page]||1))
@pages =
2004 Jun 18
5
Another NEWBIE
Hi,
I'm a very fresh newbie to R.
My first main question is, what the limitations of R are, what methods can R
NOT do, esp. compared to (a) SPSS and (b) SAS?
The second question is, how do you handle the data entry, data management
and data manipulation in R, to me it seems to be really complicated and
confusing?! Are there a kind of "helping tools"?
The third question: are
2013 May 08
2
[Bug 2099] New: SshClient.connect() failure on port 22
https://bugzilla.mindrot.org/show_bug.cgi?id=2099
Bug ID: 2099
Summary: SshClient.connect() failure on port 22
Classification: Unclassified
Product: Portable OpenSSH
Version: -current
Hardware: Sparc
OS: SunOS
Status: NEW
Severity: critical
Priority: P5
Component: ssh
2016 Jan 07
2
Asterisk 11 and old Thomson 2030S Hardphone => SIP Register/Auth Problem against V11
Am 07.01.2016 um 10:55 schrieb Frank:
> On Wed, 2016-01-06 at 17:03 +0100, Juergen Sauer wrote:
Thx, 4answer. :)
>> with in my sip.conf, I have got for this hardphone:
>> [...]
>> [hard1]
>> username=hard1
>> secret=correct-and-three-times-checked-4-digit-pin
>
> In most cases, there is no need to set the "username=" option. The
2007 Mar 09
2
understanding print.summary.lm and perhaps print/show in general
I'm trying to understand how R prints summary.lm objects and
trying to change it slightly for a summary function that
calculates standard errors using an alternative method.
I've found that I can modify a summary.lm object and then it
prints the modified way but I want to change a few things in
the print method that I think I might just be able to do. One
is that I want the coefficients
2010 Jul 27
6
Xen vnc on pv domU
I want use xen vnc also on pv domU linux, i have try with this 2 domU without
result:
- Lenny created with xen-tools 4.2 beta 1
- Lucid created with new metod similar to cd
DomO is:
Lenny with Xen 4.0.1-rc3-pre (changeset 21209) and kernel
xen/stable-2.6.32.x (commit 01d9fbca207ec232c758d991d66466fc6e38349e)
Someone can help me please?
--
View this message in context:
2014 Mar 22
16
[Bug 76475] New: Nouveau fails to load due to unknown opcode 0x80
https://bugs.freedesktop.org/show_bug.cgi?id=76475
Priority: medium
Bug ID: 76475
Assignee: nouveau at lists.freedesktop.org
Summary: Nouveau fails to load due to unknown opcode 0x80
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: patrick.clara at