Displaying 20 results from an estimated 640 matches for "paradigms".
Did you mean:
paradigm
2008 Jul 10
1
Non-normal data issues in PhD software engineering experiment
...very limited background in statistics - I have just completed a
postgraduate course in Statistics at TCD Dublin, Ireland.
*** Experimental setup ***
I am have conducted a software engineering experiment in which I have taken
measures of quality for a software system build using 2 different design
paradigms (1 and 2) over 10 evolutionary versions of the system (1 - 10). So
for each version I have a pair of systems identical in that they do
precisely the same thing and differ only in that they are build using 2
different design paradigms.
For each version and paradigm type I have collected a data set...
2001 May 23
2
ext3 message if FS is not ext3
Hi,
i think this message should be removed ;)
paradigm:~# umount /mnt2
paradigm:~# mkdosfs /dev/fd0
mkdosfs 2.5 (07 Jan 2000)
paradigm:~# /tmp/syslinux /dev/fd0
paradigm:~# sync
paradigm:~# mount /dev/fd0 /mnt2
VFS: Can't find an ext3 filesystem on dev fd(2,0).
Flo
--
Florian Lohoff flo@rfc822.org +49-5201-669912
Why is it called "common sense"
2007 Jan 03
2
Which programming paradigm is the most used for make R packages?
Hi wizards, does somebody know Which programming paradigm is the most
used for make R packages ? Thanks in advance.
--
personal web site:
http://www.geocities.com/ricardo_rios_sv/index.html
2010 Oct 27
0
Introducing the futile.paradigm, a package for functional dispatching in R
Hello useRs,
I'm pleased to announce the general availability of the R package
futile.paradigm, which is a language extension that implements
functional dispatching in R. This is an alternative to the current
object-oriented styles, replacing them with a functional programming
style that provides a clean, fine-grained declarative syntax for
function definitions. The core of the package
2010 Oct 27
0
Introducing the futile.paradigm, a package for functional dispatching in R
Hello useRs,
I'm pleased to announce the general availability of the R package
futile.paradigm, which is a language extension that implements
functional dispatching in R. This is an alternative to the current
object-oriented styles, replacing them with a functional programming
style that provides a clean, fine-grained declarative syntax for
function definitions. The core of the package
2005 Jan 14
2
redirect outbound port 25 ?
We have the following setup.
192.168.0.1 NAT router
192.168.0.3 eth0
192.168.0.50 eth0:0
Two postfix instances. The first bound to 192.168.0.3 and the second to
192.168.0.50.
The problem is that the NAT router can''t port forward the same port to
two IPs.
Is there any way to redirect outgoing port 25 from 192.168.0.50 to
192.168.0.3?
--
Robin Lynn Frank - Director of
2006 Dec 31
1
Which programming paradigm does R
Hi wizards, I have a question. Which programming paradigm does R
handle? . Iam looking for this information but I didn't found nothing.
Thanks in advance.
personal web site:
http://www.geocities.com/ricardo_rios_sv/index.html
--
personal web site:
http://www.geocities.com/ricardo_rios_sv/index.html
2009 Jan 30
1
OO programming & S3/S4 paradigm - General question
Hi,
Being relatively new to OO programming and not so old on R, I noticed the possibility to do OO programming in R.
But it seems there is two "paradigms" S3 that seems the old one but is the one used in the R.oo package and S4 which seems more recent
As a starting point, which one is best to use? Is R.oo useful? what are the main difference between the two?
Any feedback helpful.
Many thanks in advance & have a nice weekend!
Juli...
2016 May 18
2
Working on FP SCEV Analysis
>What situations are they common in?
ICC Vectorizer made a paradigm shift a while ago.
If there aren’t a clear reason why something can’t be vectorized, we should try our best to vectorize.
The rest is a performance modeling (and priority to implement) question, not a capability question.
We believe this is a good paradigm to follow in a vectorizer development. It was a big departure from
2011 Aug 23
1
Implementing a "plugin" paradigm with R methods
Dear list,
I was wondering how to best implement some sort of a "plugin" paradigm
using R methods and the dispatcher:
Say we have a function/method ('foo') that does something useful, but
that should be open for extension in ONE specific area by OTHERS using
my package. Of course they could go ahead and write a whole new 'foo'
method including the features they'd
2006 Dec 10
5
model-controller-paradigm: What about admin controllers?
Hi all
We all know the model-controller-paradigm: I have a model "News" which
has a corresponding CRUD-controller "NewsController".
But now I''m quite unsure about the following...
Guess we have normal visitors that visit our site www.??.com/news and we
have administrators that create and modify news items.
The admin should see an "Edit" link and a
2010 Sep 23
1
Behavior of R CMD build and library() w.r.t. setGeneric-like functions
Hello developeRs,
Apologies in advance for a rather long email, but to describe the
problem, I need to step through many details. I have been working on a
new dispatching system (futile.paradigm on CRAN) based on functional
programming concepts that is an alternative to S3 and S4 dispatching. I
use a declarative syntax using guard statements to control the
dispatching between function variants. I
2005 Mar 19
1
Re: rule isn''t permanent?
Robin Lynn Frank wrote:
>
> My question is why is the rule successful only until the shorewall box
> is rebooted?
When you re-boot, Shorewall is started with the "-f" (fast) option. This
means that if there is a restore file generated by a "shorewall save"
command (as given by the RESTOREFILE setting in shorewall.conf) then
Shorewall is restored from that file
2006 Jul 31
3
Simply_RESTful and Bulk Import URLs
Hi,
I have a people controller, and want to import bulk import multiple
people from a CSV file.
In my routes.rb file I have:
map.resource :person
Now, it''s a little unclear to me how to further configure the routes to
allow me to add the following URLs:
I need a URL to choose a file to upload, so I need an HTML ''frontend''
for it, so I figured the following URL
2009 Aug 21
2
Lightweight 'package' idea.
I'm often wanting to develop functions whilst manipulating data. But I
don't want to end up with a .RData full of functions and data. It
might be that I have functions that are re-usable but not worth
sticking in a package.
So I've tried to come up with a paradigm for function development
that more closely follows the way Matlab and Python do it (partly
inspired by a confused Matlab
2005 Mar 23
1
Push relay from nicecast with icecast2?
Darrel,
Thanks for the help. I'm presuming then that I've misunderstood what is
meant by "pull" vs. "push".
I understood, I guess erroneously, that the context of 'push' relaying
was from the perspective of the icecast2 receiving a 'pushed' stream. I
believe now that I have this backwards, and that the context is from
the part of icecast2 not being
2017 Sep 30
4
Converting SAS Code
On 9/29/2017 3:37 PM, Rolf Turner wrote:
> On 30/09/17 07:45, JLucke at ria.buffalo.edu wrote:
>
> <SNIP>
>
>>
>> The conceptual paradigm for R is only marginally commensurate with
>> that of
>> standard statistical software.
>> You must immerse yourself in R to become proficient.
>
> Fortune nomination.
For newer list members wondering what
2011 Sep 21
2
T.38 "client" for Linux?
I am looking for a simple way to send occasional faxes via the FXO
port on my SPA3102 -- without having to connect a fax modem to an
ATA. In an ideal world, this would be some sort of "softfax" that
runs on my Linux desktop and talks (via Asterisk) to the SPA3102 with
T.38.
This is one of those things that I thought would be relatively
straightforward, but a couple of hours of Googling
2004 Nov 18
5
Lexical Scoping: eval(expr,envir=)
Hi R-listers,
I am trying to better undertand what we would call "functional paradigm"
use of S/R to better map my programming activities in other languages.
This little function is aimed to create an object (at the end end, it would
have it's own class):
--
myObject =function(){
list(
a=1,
foo=function(b)
{
cat("b:",b)
2003 Jan 24
1
OT:
For the last couple of days, I''ve been seeing a bunch of these from 8
different domains from Germany to South Korea, etc. Can anyone give me an
idea as to what may be going on?
Jan 24 09:37:18 omega kernel: Shorewall:net2all:DROP:IN=ppp0 OUT= MAC=
SRC=xx.xxx.xxx.xxx DST=xxx.xxx.xxx.xxx LEN=44 TOS=0x00 PREC=0x00 TTL=49
ID=47415 DF PROTO=TCP SPT=53121 DPT=25 WINDOW=5840 RES=0x00 CWR