Displaying 20 results from an estimated 58 matches for "tit".
Did you mean:
it
2006 Jun 21
2
Mouseover Speed Issues
I''m having severe speed issues on our server (localhost is lightening
fast!).
Here''s the call:
<img src= <%= @pics[col].img_url %> height=80 width=60 onMouseover="<%=
remote_function(:update => "diag_box", :url => { :action => :preview,
:tit => @pics[col].mname, :desc => @pics[col].description })%>;">
It''s an image, that when moused-over, it calls the function :preview,
and passes :tit and :desc. The results of :preview will get rendered in
the div :update.
The preview function just does
render_text "...
2009 Aug 12
1
calling a function with dynamically generated buttons
Hallo,
I'm dynamically generating buttons depending on the number of rows of
my dataframe. Every button is supposed to call a function which
generates a plot with the values of one of my dataframe rows.
My code looks like this:
base <- tktoplevel()
plotten <- function(mat, namen, titel) {
midpts <- barplot(height=mat, names.arg = namen, main =
titel, las=2)
text(midpts, 1, mat)
mtext(text=paste("Treshold:", thresh), side=3, col="blue")
}
lb <- tklabel(base, text="Barplot:")
tkgrid(lb, row=4, column=0)...
2008 May 20
1
how to save many trees within a loop?
...cript below
Also, How can I perform multivariate trees?, that is
predicting a vector o values, not a simple scalar
observation.
Thanks in advance
Angel
for (i in 1:7){#loop para hacer arb
arb=arb[i]#contador
arb=tree(GF[,i]~Temp+Area+ISS+Zmix+Kd+Alk+DIN+SRP+RSi+CLA+Chloa,
data=GF)#
plot.tree(arb); tit=colnames(GF[i]);title(tit);
text(arb,digits =2);#dig significativos
2000 Jul 20
1
Installing R-1.1.0 (PR#612)
...check' still chokes on base and on mva. The last
lines in base-Ex.Rout are:
> x <- 0:15
> size <- (1:20)/4
> persp(x,size, dnb <- outer(x,size,function(x,s)dnbinom(x,s, pr= 0.4)),
+ xlab = "x", ylab = "s", zlab="density", theta = 150)
> title(tit <- "negative binomial density(x,s, pr = 0.4) vs. x & s")
>
> image (x,size, log10(dnb), main= paste("log [",tit,"]"))
Error in hsv(h, s, v, gamma) : invalid HSV color
Execution halted
And the last lines in mva-Ex.Rout are:
> prcomp(USArrests...
2020 Sep 27
2
GRÁFICO DE BARRAS COMPARATIVO VARIOS AÑOS
..."JUL","AGO","SEP","OCT","NOV","DIC") # VECTOR ORD BARRAS
ggplot(Diario_S2, aes(x=factor(mes_AAA, level = Orden_barras),
y=USD_HAB))+ # ASIGNAR VARIABLES
geom_bar(stat="identity", width=0.7, # ANCHO BARRAS
colour="grey", fill="darkred", # COLOR (borde relleno)
position = "dodge")+
labs(x="MESES", y="IMPORTES EN USD",color="Tipo")+ # TITULOS EJES
gg...
2005 Jul 01
0
voicemail and mysql
Dear list members,
I am trying to use mysql for the mailbox definitions of the voicemail
system. All works fine, but my asterisk does not catch the options of
the mailbox. In particular, 'attach=no' has no effect. Here is my test
table:
mysql> select * from users where email='tit@miodominio.com';
+---------+---------+----------+----------------------+-------------------+-------+--------------------+----------------+
| context | mailbox | password | fullname | email
| pager | options | stamp |
+---------+---------+----------+--------------...
2007 Nov 08
1
QueryParser : some remarks
...not OR lucene OR or OR zebra
Brackets are unmatched, which (in my opinion), should result in a 'bad
query' exception.
The resulting query is really bad for two reasons: a) the 'not' and 'or'
operators are not recognized anymore b) the mset contains lucene
documents ;-)
- tit:xapian not lucene) -> Tit=xapian OR not OR lucene
another variant of unmached brackets, same results
- tit:(xapian -> title OR xapian
(assuming that 'tit' is an existing prefix added via
qp->add_prefix('tit', 'xxx'))
Unmatched brackets again, this time, this is th...
2018 Sep 04
0
"an" to the wall, see the way... DEM OC RACY. C HAS TIT Y. ... Hancock! Tithe... hehe?
.../prolasgar.ml/lists/lt.php?id=YUgFAA9XUE9RUFMdU1wDX1cNVg>
<http://prolasgar.ml/lists/lt.php?id=YUgFAA9XUE9RUFMdU1wDX1cNVg>
it's almost like someone wants you to associate Democracy with Handcoock ..
and CK?
<http://prolasgar.ml/lists/lt.php?id=YUgFAA9XUU9RUFMdU1wDX1cNVg>
/Chastity?/
<ERROR>
<ERROR>
/to ar.... dem ... "in facultate imaginative et comutantrum humanitatis
magicae habent ad totum universum" as the end of this long night./
<ERROR>
<ERROR>
<http://prolasgar.ml/lists/lt.php?id=YUgFAA9XUk9RUFMdU1wDX1cNVg>
<ERROR>...
2000 Mar 27
1
Behavior different inside function?
...ine:
Error in count.fields(file, sep, quote, skip) :
can't open file fspci1.dat
Can anyone tell my why this should be so? Here is the program:
library(rpart)
wait <- function(str="Press a key when ready...")
readline(str)
doit <- function (fn=" ", sesnum, tit=" ", fm=" ") {
dsn <- paste(fn, sesnum, ".dat", sep="", collapse=NULL)
psn <- paste(fn, sesnum, ".ps", sep="", collapse=NULL)
fm1 <- as.formula(fm)
ds <- read.table(file=dsn, header=T)
rownames(ds) <- ds$unit
nma...
2004 May 10
2
Suse Linux OpenExchange Server (Samba 2.2.5) and XP
...amba 2.2.5*. We are also attempting
to use this as a PDC for XP clients that we are going to be rolling
out.
Now, everything seems to be going down the pan, and it looks like the
problem is that XP has dropped support for 'old style' controls and
only supports Access Control Lists - so tit seems to log in a user,
but then the permissions are all screwed as it can't get the info it
wants from the server. Reading the howtos suggests that Samba 3*
supports stuff that XP is looking for, but the guy who we've taken on
to do the XP stuff isn't convinced - suggesting that ev...
2005 Nov 07
1
repeated values, nlme, correlation structures
Dear listers,
As an exercise, I am trying to fit a logistic model with nlme. Blue tit
pulli (youngs) were weighted occasionnally (for field reasons) along
time in 17 nestboxes. Individuals where not idenfied but their age was
known. This means that for a given age several measurements were done
but individuals could not be identified from a time to the other. This
makes repeate...
2003 Jan 22
1
self-split plot on multiple device
Hello!
I would plot more than 10 (this number is always different)
graphics on a figure with layout like 'mfrow=c(4,2)'.
There is some existing function able to open the right number of
device if number of graphics is done or I have to build it myself
with some 'IF.....ELSE.....'?
Thanks.
A.S.
----------------------------
2001 Nov 13
2
NT terminal server
...py per "user" in stead of per "machine"? Am I missing the point completely?
The server is a Intel P3, 1Ghz, 512Mb RAM, SCSI Disks. The hardware seems fine. I'm using linux kernel version 2.4.2.
Any help would be highly appreciated. This is starting to make me look like a tit as I boasted that the samba server would run much more stable than NT and this is now not the case. Before I was running NT4.0 on a P2,350Mhz, 128Mb RAM and IDE disks for the same users and had no such problems.
Any Ideas?
Andre
andre1@vippayroll.co.za
-------------- next part --------------
HTM...
2006 Oct 26
4
The elephant in the room: Oracle
So what does everyone else think of Oracle's announcement? http://
developers.slashdot.org/article.pl?sid=06/10/25/2316221
I kind of think that they are going to be hurting RedHat (a valuable
partner if you believe their deployment numbers).
Oh silly, silly Larry. I guess the only hope that we have is that it
actually increases mind share of RHEL and hence broader support for
it (and
2012 Mar 10
1
Generating abnormal returns in R
..., "RNO.PA" , "VIE.PA" , "BAYN.DE" , "SAN.PA" ,
"DG.PA" , "SSE.L" , "GSK.L" , "EN.PA" , "LYB" , "MLSNP.PA" , "IBE.MC" ,
"EURS.PA" , "AH.AS" , "VIV.PA" , "TIT.MI" , "VOLV-B.ST" , "ABI.BR" ,
"LHA.DE" , "OML.L" , "CNA.L" , "CON.DE" , "PHG" , "AZN.L" , "SBRY.L" ,
"BA.L" , "BT-A.L" , "AF.PA" , "430021.VI" , "SL.L" ,...
2020 Jan 15
2
[cfe-dev] Phabricator -> GitHub PRs?
...oblem for you and why
3. You ask me to counter your argument
This is not a helpful way to conduct a fact checking exercise.
I respect the opinion of both sides, and I know some people have
gotten to like Phab and others to hate.
I ask that people refrain from attacking others for not engaging in
tit-for-tat "my fact is better than yours" discussion.
Phab is good for some things, Github is good for others. People are
allowed to like either.
> I am always in favor of improving the documentation. We need more
> concrete problem descriptions though.
More documentation or tooling...
2017 Dec 11
0
Gaussian Process Classification R packages
While a plea about struggling may seem appropriate to you, it is just as content-free as a reply telling you to use Google... and like it or not, that tit-for-tat arises due to frustration with lack of specificity as detailed by Charles. That is, if you are constructive about documenting your issue with a reproducible example and mentioning what you have tried and how it failed, you won't prompt such frustrated/unhelpful responses in the future....
2015 Apr 18
4
Como leer una BD con una estructura inadecuada
...guaDeTemu2030, citizen movement for Temuco with green city
standards for living
Nota: Las tildes se han omitido para asegurar compatibilidad con algunos
lectores de correo.
------------ próxima parte ------------
ID Number Name Fed Sex Tit WTit OTit SRtng SGm SK RRtng RGm Rk BRtng BGm BK B-day Flag
14319110 Van Der Walt, Dina RSA F 0000 w
10218181 (mastar Marine), Asaduzzaman...
2006 Apr 12
11
validate_presence_of not working for me
...cording to the book (i believe),
and after 3 hours of googling, reading docs, making sure i did
everything correctly i can not make the validate_presence_of() to work -
at least not as it looks in the book. My Product model looks like:
class Product < ActiveRecord::Base
validates_presence_of :title
end
however, if i leave the title field empty, and push create, the newly
created product is added to the list of products without any error
message. What''s wrong?
thanks,
Peter
2007 Feb 13
10
Is there a limit on the size of a template?
Hello,
I have recently run across the following error:
/usr/lib/ruby/1.8/yaml/rubytypes.rb:315: [BUG] Segmentation fault
This has happened after adding a particularly large template file with ruby 1.8.1.
Thank you,
-- Rob --
____________________________________________________________________________________
Be a PS3 game guru.
Get your game face on with the latest PS3 news and previews