Displaying 20 results from an estimated 729 matches for "lengthy".
Did you mean:
length
2006 Mar 04
0
Best way to perform lengthy operations?
What is the best way to handle lengthy operations with Rails (lengthy in
this case could be a minute or even more)? I want to give response to
the user about what is happening so I guess polling the server with ajax
is one way to get data to the browser.
But what do I do with the lengthy operation? I mean, the best as I see
it woul...
2008 Jun 06
0
Startup speed for a lengthy script
Colleagues,
Several days ago, I wrote to the list about a lengthy delay in startup
of a a script. I will start with a brief summary of that email. I
have a 10,000 line script of which the final 3000 lines constitute a
function. The script contains time-markers (cat(date()) to that I can
determine how fast it was read. When I invoke the script from the...
2009 Mar 13
1
Hierarchical Bayesian Modeling in R
Hi Friends,
I'm trying to model the consumer decisions (Click-Through Rate and
Conversion) in Search Engine Advertising using a hierarchical Bayesian
binary logit. The input data is the weekly CTRs and Avg. Position for each
search keyword.
CTR is modeled as (for each keyword i and week j):
Pij = exp(C + Bi x Positionij + A1 x Lengthi + A2 x Brandi + A3 x
ProductSpecifici) / [1 + exp(C +
2009 Feb 08
6
real SATA RAID
Hi
Last week I had a lengthy thread in which someone indicated the my SIL
card is a FRAID (don't know if F stands for the F word or Fake, though it
doesn't really matter). I want to replace the controller with a controller
that Linux will see the RAID1 group as a single HD and not multiple HDs as
it happens with the SI...
2016 Apr 15
0
R stops responding/communicating in for loop (lengthy description of issue)
Yeah, this is a bit lengthy, but it's a vexing problem.
First, I'm working on learning R, mainly by using it and coming more
from a programming aspect (I have the books and have gone through them,
but learn best by doing). I have multiple projects going where R is
almost necessary. I learned C a few years ago, b...
2008 Jun 02
1
Lengthy delay in sourcing a large function
Colleagues,
I have a script that contains ~ 10,000 lines of code. Most of it is
written as small functions. However, for various reasons, the final
function is ~1500 lines of code. I realize that this may not be
optimal but the code evolved that way and breaking it into smaller
pieces is complicated because of the passing of arguments. I have
"cat(date())" statements at
1999 Apr 22
0
Samba and NIS+ (lengthy desperate plea)
Hi everyone,
Let me briefly describe my setup. I work at a small university and we are
setting up 3 labs. 2 are filled with Ultra Sparc 5's, and the 3rd will be
filled with PCs running NT4 workstation. We have an Enterprise Server
3500 running NIS+ to authenticate the Unix labs (or rather we will, once
I get it working), and I'd like to set up Samba to authenticate the NT
labs using
2004 Mar 29
6
How to purchase R on CD
My organization has a policy against "installing software downloaded from
the Internet." There is a waiver procedure, but it is difficult and
lengthy. It is much easier to get approval to purchase software, even if
it is a CD copy of open-source.
However, a search on r-project.org didn't seem to show any way of obtaining
the distribution in this way.
Any clues would be appreciated!
<>=<>=<>=<>=<>=<>=<...
2004 Mar 29
6
How to purchase R on CD
My organization has a policy against "installing software downloaded from
the Internet." There is a waiver procedure, but it is difficult and
lengthy. It is much easier to get approval to purchase software, even if
it is a CD copy of open-source.
However, a search on r-project.org didn't seem to show any way of obtaining
the distribution in this way.
Any clues would be appreciated!
<>=<>=<>=<>=<>=<>=<...
2002 Sep 27
1
ugh, continued ldap madness, cont'd
...Problem during the LDAP search: No such
>>> object
>>
>> show me some more log.
>> i can't see a problem here...
>
> OK, I upped the debug level to "9", the output is at:
> http://www.megacity.org/~dredd/log.dhcp142
>
> (figured it was fairly lengthy, not gonna shove it in e-mail)
There's a lengthy smb.log at that URL that shows the
NT_STATUS_LOGON_FAILURE, but it's fairly cryptic to me and I can't
really figure out why it's not seeing my user (who does have the
sambaAccount object class, has had the password set for him via...
2009 Dec 29
2
My previous post (lengthy, lots of tarace output)
Ping?
--
Cheers, Gene
"There are four boxes to be used in defense of liberty:
soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
What does "it" mean in the sentence "What time is it?"?
2003 Jul 11
3
postscript/eps label clipping
The following code produces an eps file with the tops of each of the ylabs
clipped off.
par(mfrow=c(2,2))
plot(runif(10),
ylab="Function(Lengthy Expression)",xlab="Prediction")
plot(runif(10),
ylab=expression(Delta * Beta^2),xlab="Prediction")
plot(runif(10),
ylab="Function(Lengthy Expression)",xlab="Prediction")
plot(runif(10),
ylab=expression(Delta * Beta^2),xlab="Pred...
2016 Nov 15
2
Centos 7 Boot Partition
What size is recommended for the /boot partition? After doing a fresh
install and lengthy backup restore I realized I only made it 200M. Is
this going to be a problem?
2017 Aug 22
2
user data transfer when migrating to new server
I;m setting up new server, what are the options for transferring user's
mail ?
I've tried imapsync, that seems to work well, but, what options do I have
for doing accounts or domains where I don't know user's password ?
last time I've done, some users had lengthy period of re downloading 'old'
mails from new server, is there a way to overcome this ?
thanks, V
2024 Mar 13
2
refresh.console() function?
Hi,
I run a lengthy for loop and I want to display loop status for each
step in my loop.
I previously heard of a R function namely refresh.console() which
would print the status within the loop as it progresses.
However I see this
> help.search("refresh.console")
No vignettes or demos or help files fo...
2008 Mar 27
2
indexing
Is there an on-line source that explains index vectors? I used 'strsplit' to generate a lengthy list of pairs of character vectors. I only want the first of each pair. Brackets, double brackets, and '$' operator don't work
[[alternative HTML version deleted]]
2011 May 11
1
foreach(): how to do calculations "between" two foreach loops?
..., you want to carry out calcuations not depending on the inner
loop only once and not for each iteration of the innermost loop.
Cheers,
Marius
library(foreach)
foreach(i=1:3) %:%
foreach(j=1:2) %do% {
i <- i+1
print(paste(i,j))
}
foreach(i=1:3) %:%
i <- i+1 # lengthy calculation which has to be done only once, not for each j
foreach(j=1:2) %do% {
print(paste(i,j))
}
2009 Sep 14
3
Teaching material for children...
Wondering if anyone is aware of resources appropriate for home
schooled pre-teen/teen relatives?
Before anyone suggests, a lengthy google search was unsuccessful.
TIA, V.
--
Vince Fulco, CFA, CAIA
612.424.5477 (universal)
vfulco1 at gmail.com
A posse ad esse non valet consequentia
?the possibility does not necessarily lead to materialization?
2005 Mar 09
3
Decimal point as a comma in postcript and pdf graphics
Hi,
after a lengthy but unsuccessfull search I couldn't come up with a solution to
the following problem:
I would like to have a "comma" instead of a "point" as the decimal point in my
graphics, i.e. postscript and pdf files, for I write my thesis in German. My
system is:
OS: Debian Unstab...
2008 May 16
2
heatmap on pre-established hclust output?
Hi,
Can someone please guide me towards how to produce "heatmap" output from the
output of "hclust" run prior to the actual "heatmap" call? I have some
rather lengthy clustering going on and tweeking the visual output
with "heatmap" recalculating the clustering every time is not feasible.
Thanks, Joh