Displaying 20 results from an estimated 23 matches for "relativ".
Did you mean:
relative
2008 Sep 21
1
Searching a relativ maximum of a matrix
Hello R users,
is there a possibility to get the relativ maximum of a matrix?
To get the absolut maximum I use max(matrix)
For example:
The absolut maximum of this matrix is 6[3,6], but the relativ maximum is
6[3,6] and 4[7,6], because both values are the highest value in comparison
to their eight neighbours values.
[,1] [,2] [,3] [,4] [,5] [,6]...
2004 May 03
2
tincd.exe -K (sorry if present twice)
Hello,
can one specify the priv/pub key filepath without
the -c switch. I need some more controll over where
the keys get stored. tincd.exe, without the -n switch
stores it's keys in a static path. Relativ pathes
would help.
thx, Axel
2019 Jan 21
3
samba group root:"domain users" not found
getent group ROBINOOD\\'Domain Users'
ROBINOOD\domain users:x:10513:
but if i insert winbind use default domain = yes in my smb.con and i
tent ssh puma(local account) witch relatived password the system waits
without getting the command prompt
Il 21/01/2019 11:07, Rowland Penny via samba ha scritto:
> On Mon, 21 Jan 2019 10:37:32 +0100getent group ROBINOOD\\'Domain Users'
> ROBINOOD\domain users:x:10513:
>
>> Debian streatch, package installated: samb...
2009 Dec 31
1
readCitationFile encoding
...nforce a certain encoding for
readCitationFile()? Haven't found any usable documentation for this :(
E.g.:
basecit <- system.file("CITATION", package="base")
source(basecit, echo=TRUE, encoding="8859-1")
readCitationFile(basecit)
BTW: 'make check' is a relativ long running task and if one changes
a source file, all checks are ran again til it gets to the code in
question (in my case tests/Examples/utils-Ex.Rout.fail). Is there
a shortcut to jump immediately to the utils tests?
Regards,
jel.
--
Otto-von-Guericke University http://www.cs.uni-magdebu...
2011 Jul 14
2
Add a density line to a cumulative histogram - second try
...he histograms here:
http://www.jochen-bauer.net/downloads/histo-cumulative-density.png
Source:
# Histogramm
histo <- hist( hgd$V1, freq=FALSE )
# Dichte-Sch?tzer-Funktion reinzeichnen
denspoints <- density( hgd$V1 )
lines( denspoints, col="GREEN", lwd=2 )
# Kumulative Verteilung relativer H?ufigkeiten
relcum <- cumsum( histo$counts ) / sum(histo$counts)
barplot( relcum, names.arg=round( histo$mids, 2), col="green",
ylab="Wahrscheinlichkeit")
# Kumulative Dichtefunktion ?
Thanks in advance - Jochen
--
View this message in context: http://r.789695.n4.nabble...
2019 Jan 21
0
samba group root:"domain users" not found
...21 Jan 2019 11:27:04 +0100
marco pirola via samba <samba at lists.samba.org> wrote:
> getent group ROBINOOD\\'Domain Users'
> ROBINOOD\domain users:x:10513:
>
> but if i insert winbind use default domain = yes in my smb.con and i
> tent ssh puma(local account) witch relatived password the system
> waits without getting the command prompt
>
Have you run 'net cache flush' ?
this should work:
rowland at devstation:~$ ssh adminuser at Computer4
adminuser at computer4's password:
Linux Computer4 4.9.0-6-amd64 x86_64 GNU/Linux
The programs included w...
2007 Aug 20
0
IE7 invalid argument
I am getting invalid argument from inside Position.relavitize on IE7.
Using 1.5.1.1 of Prototype.
relativize: function(element) {
element = $(element);
if (element.style.position == ''relative'') return;
Position.prepare();
element.style.position = ''relative'';
var top = parseFloat(element.style.top || 0) -
(element._originalTop || 0);
var lef...
2006 Feb 18
0
Move element into view
...Position.deltaY;
var offsets = Position.cumulativeOffset(this.element);
var rand = 0;
if(this.options.offset) rand = this.options.offset;
var element_kante_oben = offsets[1];
var element_hoehe = this.element.offsetHeight;
// Länge und Position des dargestellten Ausschnitts relativ zum
gesamten Dokument
var screen_bottom, screen_height, screen_scrolled;
if (isIE){
screen_height = document.documentElement.clientHeight;
screen_scrolled = document.documentElement.scrollTop;
} else {
screen_height = window.innerHeight;
screen_scrolled = window....
2005 Dec 03
0
dragdrop patch that enables dragging from and to divs with overflow:scroll
...one.parentNode.insertBefore(this.element,this._clone);
< this.element.style.left=this._clone.offsetLeft+"px";
< this.element.style.top=(this._clone.offsetTop-this._clone.parentNode.scrollTop)+"px";
<
< Position.relativize(this.element);
<
< if(this.options.ghosting) {
<
< Element.remove(this._clone);
< this._clone = null;
< }
<
< }
<
< }).bind(this)
< });
<...
2012 Mar 05
1
If function error: missing value where TRUE/FALSE needed
Hello!
I am trying to get a logic estatement in R using the if function, but it is all the time comming and error, I have tryied different methods but nothing is working
the sentence is the following:
dispersal[1] <- if (any (relativenes[1] < cost)) ((relativenes[1]- cost)/(relativenes[1]- cost*cost)) else 0
for (i in 2: time){
dispersal[i] <- if (any (relativenes[i] < cost)) ((relativenes[i]- cost)/(relativenes[i]- cost*cost)) else 0 }
dispersal[1] <- if (relativenes[1] < cost) dis...
2008 Mar 16
8
include a page in another
Hi,
for my isbn plugin, I''m wishing to incldue generated isbn pages in
caller pages (the ones with <isbn value=""> tags).
But I want my isbn page to be processed before for its tags to be
transformed (like the relocatable or other ones). Besides, i do not
want its header to be included.
Is there an easy solution for that, or should I do the work myself ?
--
Nicolas
2019 Jan 21
2
samba group root:"domain users" not found
Debian streatch, package installated: samba winbind smbclient
libpam-winbind libnss-winbind libpam-krb5 acl attr krb5-config krb5-user ntp
net ads testjoin: Join is OK
getent group 'Domain Users' it does not return anything
What OS ? debian streatch
Il 21/01/2019 10:22, Rowland Penny via samba ha scritto:
> On Mon, 21 Jan 2019 08:37:43 +0100
> marco pirola <mapirola81 at
2019 Jun 03
3
Difficulty with samba after updating from 3.6.6 to 4.9.0.0
...présente communication, y compris toute pièce qui y a été jointe, est destinée uniquement à la personne ou à l’entité à laquelle elle a été adressée, et contient des renseignements à caractère confidentiel et personnel. Toute diffusion ou reproduction non autorisée ou toute intervention entreprise relativement à son contenu est strictement interdite. Si vous avez reçu ce message par erreur, veuillez nous le signaler immédiatement afin que nous puissions effectuer la correction à nos dossiers. Veuillez par la suite supprimer ou détruire le contenu de la transmission originale ainsi que toute réponse...
2005 Feb 18
3
MultiLine Sip Phones
Sorry Newbie asking everyones option.
I am setting up a couple of small asterisk phone systems for my work, I
started using some snom 190 and bt102 sip phones (the bt102 works really
well with iLBC), but the complaint from my workmates is there is no way
to see if other people are on there phone or not, or what lines are
being used.
The snom 190 only has 5 function keys, the snom 220 seems a bit
2000 Feb 02
1
Large data sets and aggregation
I've noticed quite a few messages relating to large data sets bedeviling
R users, and having just had to program my way through one that actually
caused a "Bus error" when I tried to read it in, I'd like to ask two
questions.
1) Are there any facilities for aggregation of data in R?
( I admit that this will not do much for the large data set problem
immediately)
2) Is there any
2023 Feb 28
2
add user failed check log
...ou got this block from.
Generally the htpasswd type takes an option with the filename. From the
2.4.4 example:
<authentication type="htpasswd">
<option name="filename" value="myauth"/>
</authentication>
The filename is relativ to Icecast's cwd (after chroot if any). So
depending on your setup you might want to set it absolute.
> <http-headers>
> <header name="Access-Control-Allow-Origin" value="*" />
> <header name="X-Robots-Tag" value="ind...
2007 Jul 31
6
Using Effect.Move() while maintaining the elements DOM order
Hi there,
is it possible to maintain the elements order in DOM when using
Effect.Move()? Currently the Move effect will
change the element position (using top and left style attrs), this
works quite well too, but what I''d like is
to change the elements position as well.
Consider the following example:
html:
...
<div id="a">First</div>
<div
2005 Nov 04
19
Drag & Scroll
When using drag and drop, the browser window will not scroll if you move the mouse off the page. This makes it very difficult, if not impossible to create certain types of web applications.
I know this has been mentioned before and is on the Wish List, but it''s very frustrating.
If you look at this other Javascript library called "Drag''nDrop & DHTML Library"
2023 Feb 28
1
add user failed check log
i'm trying to config the usr authentication
but when i goto add myself into the admin part
i get add user failed check log?
so i did and i'm getting this
[2023-02-28 00:46:16] INFO admin/admin.c Received admin command
manageauth.xsl on mount "/live.mp3"
[2023-02-28 00:46:16] EROR auth_htpasswd/auth_htpasswd.c No filename given
in options for authenticator.
[2023-02-28
2009 May 12
7
Trying to install windows as guest
Hello everyone,
I am trying to install windows xp as a guest OS. It runs through the
installer just fine, but every time I reboot, it keeps booting back to
the installer.
Here is my config:
------------<code>---------------------------------------
kernel="/usr/lib/xen/boot/hvmloader"
builder="hvm"
memory=512
device_model=''/usr/lib/xen/bin/qemu-dm''