Displaying 20 results from an estimated 130 matches for "intricacy".
Did you mean:
intimacy
2006 Jun 08
3
Macros and stuff
I was looking at my controller code and the edit/create/update/new for
each are practically identical. So first I DRY''d the four methods in
each controller to just one and then I decided to write a single macro
for all my controllers.
This is the macro:
def self.edit_action_for(model, options = {})
model_class = Object.const_get(model)
define_method(:edit) do
2007 Aug 20
3
Quick DUNDi Poll Questions, For All Asterisk, Users, Please Give Feedback
> Questions:
>
> 1. Is the wiki DUNDi example and the dundi.conf file too difficult to
> follow for new users?
>
I wouldn't exactly say that it is too difficult but that the target
audience for the default examples is not the average person/entity
that could make use of the power inherent with DUNDi. When an
average * user/admin wants to use DUNDi they will want to start out
2013 Jun 06
1
[LLVMdev] Fwd: LLVM generates broken debug info on Windows
Hi,
I 'm trying to figure out why LLVM emits broken DWARF debug info on
Windows. When I load executable in gdb it says "DW_FORM_strp pointing
outside of .debug_str section [in module ... ]" It looks like this issue
had been previously reported here
[1]<http://lists.cs.uiuc.edu/pipermail/cfe-dev/2012-October/025291.html>,
[2]
2002 Jul 05
1
balance in AoV (was aov() and NaN)
<ripley at stats.ox.ac.uk> wrote:
> Hint 2: in the absence of balance, ...., and lme can do that
Would it be possible to make aov like wrappers to the various special lm variants
allowing for a uniform syntax for anova?
aov(resp~f1*f2+Error(S/(f1*f2))) ## uses lm
aov.lme(resp~f1*f2+Error(S/(f1*f2))) ## uses lme
aov.rlm(resp~f1*f2+Error(S/(f1*f2))) ## uses rlm
...
I'd do it, but I
2007 Jan 10
1
roc and lattice
Hello, I am afraid I do not fully understand all intricacies of
programming in lattice plots. In the code below I try to plot an ROC
curve, following R-news 4(1). When I condition on the variable 'group' I
get the error message below, when I plot the curve for all data (i.e., y
~ pred.prob), I get the plot I want. Can someone point out why
conditioning gives that message? Thanks, Ruud
2007 Jul 11
1
Drawing rectangles in multiple panels
Hi folks,
I'm having some trouble understanding the intricacies of panel
functions. I wish to create three side-by-side graphs, each with
different data-- so far, so good: I rbind() the data, add a column of
subscripts as a conditioning variable, load up the lattice package,
specify either a c(3,1) 'layout' or work through 'allow.multiple' and
'outer' and I'm
2010 Sep 22
2
plot.ts versus plot.zoo
plot.ts has an argument yax.flip, plot.zoo does not.
Is there a way to make the yaxis flip in plot.zoo?
I tried using a custom panel function:
panel.yaxis<-function(...) {
npnl<-parent.frame$panel.number
if (npnl %% 2 == 0) {
axis(side=3)
} else {
axis(side=2)
}
}
This leads to a blank window. I am stuck with the intricacies of the
plotting and axis
2010 Jul 15
1
Proper use of grep
...ot; or may appear as "CR_P;CRT;CollapsedSteps" as you can see above. I'm using grep as follows:
all[grep('CollapsedSteps', all$Classical.Statistic),]
to find any row in which the term "'CollapsedSteps" appears. Is this certain to catch all cases, or is there an intricacy that I may have missed.
Thank you
Harold
> sessionInfo()
R version 2.10.1 (2009-12-14)
i386-pc-mingw32
locale:
[1] LC_COLLATE=English_United States.1252 LC_CTYPE=English_United States.1252 LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C LC_TIME=English_...
2007 May 03
1
cbios disk read problems
Hey folks,
I am seeing this issue with machines on which I do I/O ops thru cbios
mode. I noticed some of the reads at high sectors seem to be returning
the wrong data even though the op itself succeds. The output of the
int 13 call returns EFLAGS: 0x246 (CF is 0) and EAX is 0x1, which
indicates success according to ralph brown's int13/02h page.
The I/O code is exactly the same as the one in
2010 May 01
1
how to build a centos kernel?
a couple folks on the local mailing list were asking about the
mechanics of building a kernel for a centos system, and they seemed to
suggest that there were some intricacies involved as opposed to other
distros. i've never tried it -- is there a trick or something? got a
pointer to the canonical web page that has the directions? thanks.
rday
--
2001 Mar 02
2
Wine Starcraft slowness
I am running Starcraft under Wine on RH 7.0 with Stock XF86 server. I
got OpenGL to work with my NVidia GEForce 2 MX card (hence, DRI works),
because I have installed the Linux version of Unreal Tournament and it
works beautifully. Unfortunately, that is much more than I can say
about Starcraft under Wine. I understand that there is an X extension
called DGA that I can use to speed things
2008 Feb 22
2
How to Disable PAM in Centos 5.1
Hello all
I would like to disable PAM authentication in my test server running Centos5.1.
Currently I get an error that states:
"Feb 22 02:01:31 localhost login: pam_securetty(login:auth): access
denied: tty 'tty1' is not secure !"
I would like to DISABLE the PAM authentication; am unable to get the
answer after googl'ing for hours; if anyone is familiar on how to do
2001 Mar 22
1
Multiple User Data Access
I've noticed a few people posting to the list with problems accessing
Access files and or Accouting Database files with Multiple Users.
Ruben for one, not to name names :)
I've often found in the past that such problems are related to file
locking. Oportunistic locking, for one, is evil. (I haven't had
any problems with Samba, but have certainly corrupted more than a few
databases
2006 Oct 17
2
RODBC and NULL values
Dear All,
Writing sooner than I thought I'd need to.
I'm using R 2.4 on Mac OS X, with RODBC, PostgreSQL 8.1 and Actual's
ODBC driver. I have all my data in Filemaker 8.5, but it is
automatically exported into PostgreSQL for analysis as Filemaker's ODBC
and JDBC access is awful, slow and has a tendency to crash.
I have disability data where for each patient there is a survival
2006 Nov 06
2
Shouldn't ranges work for datetime fields
...Every "created_at" field resolve to the else case.
I also tried it with if statements and Time.now...24.hours.ago ===
item.created at boolean expressions. In that case, every single if
statement was successful, regardless of the range.
I''m sure I''m simply missing some intricacy with date handling. Every
language seems to have its gotchas in this realm.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-tal...
2009 Mar 23
1
performance: zoo's rollapply() vs inline
zoo's rollapply() function appears to be extremely useful for plugging in a
function on-the-fly to run over a window. With inline, there is a lot more
coding and room for error, and the code is less portable because the user
has to have R compiling set up or it won't work.
However, rollapply() seems to be really slow. Several orders of magnitude
slower than inline, in fact. I don't
2003 Jun 11
1
Palm m50x & the USB stack
[It seems the last time this came up was in march, under the heading of "Sony
Cybershot should be in hardware notes". This message is intended mainly to
document what I've managed to track down.]
The m500s still will not sync with pilot-link 0.11.7 in -STABLE. An easily
triggerable panic is another issue [1]. The pilot-link code first opens
/dev/ugenX and then switches to
2009 Mar 11
1
Easy "Recall" to get ls(..., all.names=TRUE)?
Dear useRs,
I have a utility function which is meant to be a clone of ls(), except
with the option all.names=TRUE. Currently however, the function merely
consists of a copy of the source code of ls(), except the default value
of all.names is different. That approach has the drawback of future
inconsistency if the code for ls() ever changes. No comment on whether
that is likely or not; I would
2008 Jun 15
1
recursive beta with cutoffs on large data set
dear R experts: I have an academic question that borders on asking
for consulting help, so I hope I am not too imposing. If I am, please
ignore me.
My data set has 100MB data set of daily stock returns. I want to
compute rolling (recursive?) betas---either bivariate or
multivariate---with respect to some other data time series. Many of
these regressions are "take away the first
2009 Mar 22
3
[LLVMdev] Flags/ConditionCode Model is broken
Hi all,
I've spent the day trying to understand setcc/select_cc intricacies,
and I thought I should mention that so far as I can tell, the modeling
of CPU flags, condition codes and therefore conditional instructions
seems pretty broken.
On the one hand there are the SDNPInFlag/SDNPOutFlag node properties
which allow you to mark an instruction as using or def-ing the CPU
flags