Displaying 20 results from an estimated 1182 matches for "superior".
2008 Apr 18
2
has_one self reference
Imagine the following situation:
model Person, with the default name, address, location data.
Person has either one or no superior which in turn is also a Person
model instance.
I would expect something like
has_one :superior, :class_name => "Person"
but where would I place the belongs_to line that goes with it and what
arguments do I need to supply? And what kind of foreign keys do I need
to specify in my migra...
2016 Mar 21
1
Existing studies on the benefits of pointer analysis
...roaches that
> are orders of magnitude faster often change the calculus of what
> people do. For example, before hardekopf's work, andersens was
> considered too slow to be practical in a real compiler.
>
> Now, GCC does it by default.
>
> So i would call that approach a superior approach :)
>
> So saying that CFL-AA offers nothing superior in terms of approach,
> IMHO, misunderstands the nature of the problem. If your goal is to get
> precision at all costs, then yes, it's not superior. If your goal is
> to get something into a production compiler, t...
2012 Jul 29
2
Error in for-loop
...t;Santiago" "Sergude" "Rio.Do.Sol"
You find in the first column the date and in the second only the month. The
other columns contain the temperature of the respective weather stations.
2. My aim is to calculate thresholds for each weather station.
superior <- NULL
inferior <- NULL
LC <- NULL
LF <- NULL
for (i in 3:6){
superior[i] <- 23+(datos.mx1[i]-23)*0.33;
inferior[i] <- 18+(datos.min[i]-18)*0.33;
}
#Until here everything is ok, but the next loop issues an error. I must
multiply the results of each weather station with a const...
2016 Mar 21
2
Existing studies on the benefits of pointer analysis
...atever-sensitive pointer analysis?
>
>
> CFL, at least when I ran the numbers, was faster at all pairs than
> existing analysis.
There could be many reasons for it, e.g. better implementations. Again,
my point is that cfl-aa is more of an implementation strategy than a
fundamentally superior approach.
>
>
> Great! Are they published somewhere? Can the data be shared somehow?
>
>
> No, and sadly, no
:(
> I'm talking about infrastructure wise, nothing in llvm can take
> advantage because the APIs don't exist.
>
> . Flow sensitivity is helpfu...
2009 Mar 18
2
run r scripts (tinn) via command
Hello, I am working on a project consisting of several r-scripts written in
the tinn editor. Is it possible to create a superior r script containing
commands to run the sub-scripts one by one?
-----
Tamara Hoebinger
University of Vienna
--
View this message in context: http://www.nabble.com/run-r-scripts-%28tinn%29-via-command-tp22580362p22580362.html
Sent from the R help mailing list archive at Nabble.com.
2006 Feb 27
7
TDM400P digium card
Okay everyone -
I'm moving away from using sipura 841 phones. I'm starting to test with
Polycom IP 501 phones. We plan to upgrade our server to a dual t1 but,
for now we have a digium tdm400P with 4 analog lines coming into it. So
my question is will upgrading the IP phones with my existing digium
tdm400 card be enough to satisfy my users ? or is it really a combo
deal needing to
2003 Sep 04
7
Comparison of SAS & R/Splus
I am one of only 5 or 6 people in my organization making the
effort to include R/Splus as an analysis tool in everyday work -
the rest of my colleagues use SAS exclusively.
Today, one of them made the assertion that he believes the
numerical algorithms in SAS are superior to those in Splus
and R -- ie, optimization routines are faster in SAS, the SAS
Institute has teams of excellent numerical analysts that
ensure its superiority to anything freely available, PROC
NLMIXED is more flexible than nlme( ) in the sense that it
allows a much wider array of error structur...
2004 Dec 06
4
Are there any digital phones that run on asterisk yet?
Are there any digital phones that run on asterisk yet? I'm talking about
non-IP phones here...
John
2003 Jul 10
1
How to let one node superior?
Hello all,
This is a newbie question and it is very simple. In my local network of 10M bandwidth. I'd like to allow my PC to have a 9M bandwidth. While all the other PCs share the rest 1M bandwidth. Suppose my pc 192.168.3.2 gateway 192.168.3.1.
Then, how could I set it in my gateway linux box? I think I should use tbf. Maybe, I need a cbq, but how to do it? The tc does not surport !
2005 Jan 10
0
[LLVMdev] Fwd: "LLVM: A superior Lisp compiler framework?"
Hi guys,
there was a topic crossposted to comp.lang.scheme and comp.lang.lisp
(started 18 Dec 2004) about usability of LLVM for Scheme and Lisp.
Schemers gave some replies.
sorry for long link:
http://groups.google.de/groups?start=25&hl=de&lr=&group=comp.lang.scheme&selm=pan.2004.12.18.11.29.33.33249%40consulting.net.nz
if link is skewed for you, just use google's group
2009 May 16
6
Modificando heatmaps
...',1:8,sep="")
# Mapa
require(gplots)
heatmap.2(x, key=TRUE, symkey=TRUE, keysize = 0.9, col=
rev(heat.colors(30)),
density.info="none", trace="none",
cexCol=1, cexRow=.7, xlab=''Muestra'')
Cómo podrán ver, en la parte superior izquierda hay un recuadro con los
textos "Color Key" y "Value". Alguien sabe cómo eliminarlos?
Muchas gracias por su ayuda,
Jorge Ivan Velez
PS: No necesariamente el heatmap debe realizarse con la función mencionada
anteriormente. Si conocen otras funciones / librerías que...
2004 Jun 01
5
Some (lack of) answers regarding the wakeup call application...
...AGI scripts, or should
my (impending) next rewrite maintain the current architecture?
Anyone with specific questions about using my wakeup app, please email
me directly.
Rob
--
Rob Fugina, Systems Guy
robf@geekthing.com -- http://www.geekthing.com
My firewall filters MS Office attachments.
The superior pilot uses his superior talent and superior judgment to avoid
getting into situations where he needs to use his superior skill.
2008 Oct 20
7
How Secure Is Asterisk
I am sure this has been discussed prior, however, I am sitting here and
being asked this very question by my superiors. They are loving what I have
done with our two Asterisk servers here; however, they keep asking me if it
is secure or not. Of course, as with anything, I suspect that on a secure
network they can be reasonably safe. However, realistically if I am using
the asterisk server to make internal calls...
2004 Jun 01
1
Making a ranking algorithm more efficient
...which are "dominated" by no
others have rank 1, those which are dominated by one other point
have rank 2, etc. In the example with two dimensions below, objective
functions 1 and 2 are to be minimized. Points a-e are non-dominated,
rank 1 points. Point f is rank 2 because point b is superior, and
point g is rank 2 because point d is superior. Point h is rank 3
because points c and d are both superior.
| a
| f
| b
| h (figure requires monospaced, plain-text
display)
Obj 1 | c
| g
| d
|...
2005 Apr 05
2
how to automatically create user homedir
...d openldap.
I need a way to auto create my users home when they connect to their HOME share.
How can i do that?!
PS: i tried the preexec directive but it didnt work! :o|
Thanks!
+----------------------------------------
| Lu?s Miguel Ferreira da Silva
| Network Administrator @ISPGaya
| Instituto Superior Polit?cnico Gaya
| Rua Ant?nio Rodrigues da Rocha, 291/341
| Sto. Ov?dio ? 4400-025 V. N. de Gaia
| Tel: +351 223745730/3/5
| GSM: +351 912671471 +351 936371253
+----------------------------------------
----------------------------------------------------------------
Este email foi enviado via o...
2017 Mar 31
4
Sendmail is considered deprecated
On 3/31/2017 2:15 PM, Valeri Galtsev wrote:
> Well, it sounds like you are one of the companies with whose effort I have
> to fight constantly in my own effort to protect our users from spam...
What makes Postfix superior in fighting spam?
How do I integrate MIMEDefang, SpamAssassin, and ClamAV with Postfix?
Are there migration guides for moving one's Sendmail anti-spam and AV
configurations to Postfix?
---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus
2003 Jun 16
1
RE: CBQ-wondershaper superior over HTB-wondershaper?
Hello Thilo,
What did you find superior with CBQ-wondershaper over HTB-wondershaper? We have not been using wondershaper specifically but our simple tests so far seem to show that htb is much easier to configure for a given target shape (i.,e accurate) compared to CBQ.
Torsten
-----Original Message-----
From: Thilo Schulz [mailto:arny@...
2010 Dec 21
5
lsbmajdistrelease fact
Hi all,
I''ve noticed that facter version superior from epel do not
display lsbmajdistrelease fact:
# facter lsbmajdistrelease
5
# rpm -qa|grep facter
facter-1.5.5-1.el5
# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 5.5 (Tikanga)
# facter lsbmajdistrelease
# cat /etc/redhat-release
Red Hat Enterprise Linux Server release...
2008 Sep 26
6
[LLVMdev] mem2reg optimization
...g information about the
> loads and stores. RewriteSingleStoreAlloca then queries that information
> to determine if a load appears before the single store.
>
> I like your approach of using the use lists but I'm not sure the ordering
> is guaranteed. If it is, your approach is superior.
I got my patch updated to work with TOT. Here it is. Comments welcome.
I still prefer Nicolas' solution if his use list ordering assumption is valid.
-Dave
-------------- next part --------------
A non-text attachment was scrubbed...
N...
2017 Mar 31
2
Sendmail is considered deprecated
...M, Kenneth Porter wrote:
>> On 3/31/2017 2:15 PM, Valeri Galtsev wrote:
>>> Well, it sounds like you are one of the companies with whose effort I
>>> have
>>> to fight constantly in my own effort to protect our users from spam...
>>
>> What makes Postfix superior in fighting spam?
I actually made two independent statements:
1. That I use postfix forever (postfix was written by Wietse Venema with
security in mind).
2. That the company the OP works for judging from my reading of OP's post
makes money by facilitating the creation of spam (by their custo...