Displaying 20 results from an estimated 21 matches for "appraoch".
2006 Jul 21
5
Reports in Rails
Hi,
In my rails application I want to include a reporting mechanism that will
allow the users of application to view statistics of various operations
graphically.
Does rails provide inbuilt reporting capabilities? what are different
appraoches I can follow to achieve reporting in rails?
On googling I found following as some of the options,
1.Gruff Graphs for Ruby
2.SVG
3. using Apache FOP.
pros/cons for above approaches?
Regards,
Jatinder
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rub...
2006 May 30
3
Help about CMS - newbie in RoR
Hi team, I''m a very newbie RoR user from Spain and I''m developing a
blog''s CMS. Why RoR?, coz I think it''s an amazing framework with many
posibilities, portable and really powerful, with a young and optimist
community, and taking my project I''ve prefered his structure in front of
LAMP. Another thing is that I''ve liked to surprise my masters
2004 Dec 14
1
Multiple options for a package
...e=NULL,pathToValue) and
getPkgOption(pkg,pathToValue)
But I wonder if this wont be easier / more efficient at the C level. Sorry:
I dont propose myself to make it, as my C skills are nearly null.
To recap:
- I need a way to set/get a lot of options for a package
- I am ready to go on with my appraoch, delivering at the end some R functions
- Seeing the way options() are handled with the internal call, I wonder if
my idea is the better one
- Specifically, I think someone with greater C skills should be able to set
up functions like PkgOptions
- I would like to hear about any other idea that wo...
2010 Aug 19
0
[LLVMdev] Upstream PTX backend that uses target independent code generator if possible
...t. That said, the source code from above
link
* is not guarantee to be compilable on other machines,
* is not stable or bug-free, and
* should not be considered as the final version for upstream.
I decided to take the code generator approach (referred to as codegen
approach) rather than C backend appraoch (referred to as cbe approach)
for the following reasons (in fact, I had my first prototype in cbe
approach, but later I abandoned it and rewrote in codegen approach).
This would partly answer previous questions about comparison between
two approaches.
* LLVM should not rely on nVidia's design...
2010 Aug 11
2
[LLVMdev] Upstream PTX backend that uses target independent code generator if possible
Che-Liang Chiou <clchiou at gmail.com> writes:
> My implementation of predicated instructions is similar to ARM
> backend. I traced ARM and PowerPC backend for reference.
Cool.
> If, David, you were saying a implementation of predication in LLVM IR,
> I didn't do that. It was partly because I was not (and is still not)
> very familiar with LLVM's design; so I
2010 Aug 23
2
[LLVMdev] Upstream PTX backend that uses target independent code generator if possible
...ng the patch. Here is the link to the
> source code of the PTX backend; it would help Nick review the patch.
> http://lime.csie.ntu.edu.tw/~clchiou/llvm-ptx-backend.tar.gz
Great!
> I decided to take the code generator approach (referred to as codegen
> approach) rather than C backend appraoch (referred to as cbe approach)
> for the following reasons (in fact, I had my first prototype in cbe
> approach, but later I abandoned it and rewrote in codegen approach).
> This would partly answer previous questions about comparison between
> two approaches.
I think the codegen approa...
2006 Aug 09
0
Sum/Aggregate at database level or in rails controller?
...e queries.
In second approach I have to write a lot of code inside my controller the
extarct the data from one query and perform aggregations and transformation
to get what I want.
Stored procedures.. DHH has few words of wisdom,
http://www.loudthinking.com/arc/000516.html
What do you think, which appraoch is better and why?
Regards,
Jatinder
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060809/da57a392/attachment.html
2006 Feb 27
1
Models and Inheritance
...why the child just doesn''t inherit the parent method,
and why a class method should - I''ve read it''s used when you want it
to apply the same to all object instances ie
count_the_number of companies
Can anyone explain what I''ve obviously misunderstook, is my appraoch
using inheritance in this manner inappropriate ?
_tony
--
Posted via http://www.ruby-forum.com/.
2010 Apr 30
2
Flattening and unflattening symmetric matrices
Here's an easy question: I'd like to convert a symmetric matrix to a
vector composed of the upper.tri() part of it plus the diagonal, and
convert it back again. What's the best way to achieve this? I'm
wondering if there are some built in functions to do this easily. I
can encode fine:
v <- c(diag(A),A[upper.tri(A)])
but I don't see an easy way to recover A from v
2004 Jul 13
0
Odd "Access Denied" which does not get logged even at log level 100
...ranked up the server logging to 100 and do not catch a think when I run the
utility, nadda!
Simply adding the ports and restarting the spooler before AddPrinterA is a lot better than the extent I have had to code to... AddPrinterA to LPT1: and then hack the settings of each printer... yuck!
Am I appraoching time for a sniffer to debug this one, or should I set additional logging somehow?
Also, when I add the port and successfully then use AddPrinterA, I do not get anything in the log for porinting a printer at the network printer. So, error or successful, nothing logged at log level 100.
--
Mich...
2013 Sep 30
1
Problem SIP
Good afternoon Tom, okay?
See if you can help me ...
I have some users that connect via Softphone (SIP) outside my network.
I''ve done a DNAT rule correctly.
When these users connect, they can hear, but the other side can not hear.
My telephony server receives connections by an alias eth0: 4 which is the
same IP output.
See my rules file and my nat file:
rules:
DNAT net
2023 Oct 02
1
rpc_pipe_open_ncalrpc: connect(/run/samba/ncalrpc/EPMAPPER) failed: No such file or directory
02.10.2023 15:22, Norbert Hanke via samba:
> on two of my DCs:
>
> > samba -V
> Version 4.17.10-Debian
> > file /run/samba/ncalrpc/EPMAPPER
> /run/samba/ncalrpc/EPMAPPER: socket
Yes, this socket does exist on a DC. It is being listened
by "samba: task[rpc] pre-forked worker(0)".
It does not exist on a member server, where I observe these
log messages.
Here,
2009 Mar 17
2
Upload image to MySQL
Need simple sample, how to upload image in to MySQL database (in BLOB)
Rails 2.2.2
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
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-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To
2002 Jan 30
1
Hi,
...s variables.
>
> A second problem is that my f(x,y) is not f(x, df), i.e., I'd
> like to have a sum of *two* dimensional smoothers interacted
> with other variables.
>
> After my first post I did find a discussion of this problem on the
> S archive, which suggested the same appraoch as Vito did. S can
> fit 2-d smooths, but still can't handle the interaction terms.
I think you need to define carefully what you mean. I had no idea what
z ~ f(x,y):w1 + g(x,y):w2 + e
is about, and now you tell me w1 and w2 are continuous I have even
less
idea. What is the interaction...
2007 Jan 30
3
How to find series of small numbers in a big vector?
Hello:
I have a vector with 120,000 reals
between 0.00000 and 0.9999
They are not sorted but the vector index is the
time-order of my measurements, and therefore
cannot be lost.
How do I use R to find the starting and ending
index of ANY and ALL the "series" or "sequences"
in that vector where ever there are 5 or more
members in a row between 0.021 and 0.029 ?
For
2010 Aug 26
0
[LLVMdev] Upstream PTX backend that uses target independent code generator if possible
...nk to the
>> source code of the PTX backend; it would help Nick review the patch.
>> http://lime.csie.ntu.edu.tw/~clchiou/llvm-ptx-backend.tar.gz
>
> Great!
>
>> I decided to take the code generator approach (referred to as codegen
>> approach) rather than C backend appraoch (referred to as cbe approach)
>> for the following reasons (in fact, I had my first prototype in cbe
>> approach, but later I abandoned it and rewrote in codegen approach).
>> This would partly answer previous questions about comparison between
>> two approaches.
>
> I...
2018 Aug 06
2
vctrs: a type system for the tidyverse
Hi all,
I wanted to share with you an experimental package that I?m currently
working on: vctrs, <https://github.com/r-lib/vctrs>. The motivation for
vctrs is to think deeply about the output ?type? of functions like
`c()`, `ifelse()`, and `rbind()`, with an eye to implementing one
strategy throughout the tidyverse (i.e. all the functions listed at
2018 Aug 06
0
vctrs: a type system for the tidyverse
...h includes all columns that appear in any input.
>
I must admit I'm a bit surprised here. rbind is one of the few places that
immediately come to mind where R takes a fail early and loud approach to
likely errors (as opposed to the more permissive do soemthing that could
be what they meant appraoch of, e.g., out-of-bounds indexing). Are we sure
we want rbind to get less strict with respect to compatibility of the
data.frames being combined? Another "permissive" option would be to return
a data.frame which has only the intersection of the columns. There are
certainly times when that...
2002 Jan 28
6
Almost a GAM?
Hello:
I sent this question the other day with the wrong subject
heading and couple typos, with no response. So,
here I go again, having made those corrections.
I would like to estimate, for lack of a better description,
a partially additive non-parametric model with the following
structure:
z~ f(x,y):w1 + g(x,y):w2 + e
In other words, I'd like to estimate the marginals with
respect to
2006 Sep 09
13
best way to add "created_by" entries to all tables???
...k to an appropriate method
I''m assuming that, assuming the DB table has the columns (e.g.
created_by) in place, that you just need to effectively get the model
class to have a "self.created_by=xxx" piece of ruby code run to set it
prior to the save (e.g. use of a before_save appraoch perhaps)
Any ideas/guidance welcomed
Tks
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
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 rubyon...