Displaying 8 results from an estimated 8 matches for "effectiv".
Did you mean:
effective
2011 May 19
1
vectorial search for elements with certain attributes
I have 2 vectors A and B. For each element of B I'd like to find the index of the next higher or equal element in A. And I'd like to store it effectiv. E.g.:
A <- c(1,3,7,8,10)
B <- c(5,8)
result: 3, 4
I have a possibility but for long vectors it works not very effectiv:
ans <- sapply(B, function(x) which.max(A[A < x]) )
as.integer(ans + 1)
Is there anyone how has a better idea?
Thank you for your help,
Thomas.
--
2005 Mar 07
2
Bandwidth Meter/monitoring
Hi to all. I would to ask if there''s way in shorewall that I can be able to check my bandwidth, if im really getting what I paid for. Second, Is there a fast and effective way to implement traffic shaping with shorewall. Many thanks
Jan
---------------------------------
Yahoo! Messenger - Communicate instantly..."Ping" your friends today! Download Messenger Now
2013 Sep 16
2
passwd-file and MySQL
Speaking about multiple DB ...
A my customer has a server (CentOS 6.x, dovecot 2.0.x, postfix,
Squirrel+RoundCube with vacation and password plug-in), with about 3.000
users (about 200 different domains), all defined as system users and home
as /home/mail/%user%
The system works fine. Its only additional interest is authenticating
users like user at domain.tld / password (maintaining also
2004 Mar 15
0
[ExiSpam] Please Confirm / Confirmez SVP
...iere fois quoi vous me contactez par mail a cette
adresse, et j'ai un systeme pour me proteger des mails publicitaires
et autres spams. C'est pourquoi le programme ExiSpam a repousse la
livraison du message jusqu'a ce qu'il recoive une confirmation de
votre part qu'il s'agit effectivement d'un message de votre part.
Mon adresse: mcvs@canl.nc
Votre adresse mail: r-devel@lists.r-project.org
Pour confirmer cela, veuillez simplement repondre a ce message
automatique, en faisant bien attention d'utiliser l'adresse suivante
pour votre reponse:
exisp...
2005 Apr 06
7
Can really anyone help ?
I know that it is the right way to use this ML but as nobody answered me, i repost this help ...
in fact, it is quite hurry, and i want to understand ...
Why do the mount -t smbfs just halfWork ?? can see some directories, but see no file ! :o ...
Hello everyone,
I'm having such a strange problem and i hope you'll understand the situation.
I want to access files that are shared by
2006 Jan 14
2
Using AutoComplete(script.aculo.us) with DB-Query
Hi,
I''m using AutoComplete from script.aculo.us and want to combine this
with a call to a database. Is there any work done so far or do I have to
implement all on my own. The only thing I have seen is using results
from a file on the server. But that is not very handy.
Some words to my background. I''m programming for a project at my
university. Our aim is to combine the
2008 Jan 30
0
Besoin d'un Financement rapide ?
...gif]
[11][email-noel_10.gif]
(1) La R?serve d?argent Disponis est un cr?dit renouvelable d'une dur?e de 1
an reconductible sur proposition du pr?teur. Le co?t total du cr?dit d?pend
de son utilisation, il varie en fonction du montant et de la dur?e du cr?dit
effectivement utilis? et rembours?. Votre ouverture de cr?dit se reconstitue
au fur et ? mesure de vos remboursements. Sous r?serve d?acceptation de
votre cr?dit par Disponis (562 047 902 RCS Roubaix Tourcoing) et apr?s
v?rification des pi?ces justificatives demand?es devant ?tre jointes ? votre...
2003 Dec 01
0
No subject
...gt;
> a))).single user database access - works
>
> b)))multi user single shared database - works
>
> c)))single user(machine) open data table twice, either 2 instances of the
> same app, or 2 different apps that access the same data table - does not
> work from 98se- appears to effectively lock any further file access for any
> user. (BIG problem for us)
>
>
> samba 2.0.7
>
> a)))works
> b)))works
> c)))works
>
> appears to work fine on 2.0.7
>
>
> ***Troubleshooting so far:
>
> move binaries from 1 machine to another.
> I ran both...