Displaying 20 results from an estimated 641 matches for "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 se...
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...
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 consi...
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 consi...
2005 Jan 14
2
redirect outbound port 25 ?
...ostfix 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 Operations - Paradigm-Omega, LLC
Website: http://www.paradigm-omega.com/
RSS: http://paradigm-omega.blogspot.com/atom.xml
Spamtraps: http://paradigm-omega.net/cgi-bin/custmail.cgi
=====================================================================
Signature terminated by sigfault.
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!
Jul...
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...
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 th...
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...
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 also provide post assertions
via an 'ensure' command that programatically behave simil...
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
...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 fits into the REST/CRUD paradigm:
/people;bulk_import (using a GET method)
Once I have picked my CSV file, I need to do a POST to perform the
actual bulk import.
Here I was thinking of either:
/people/;bulk_import (using a POST method)
or
/people/bulk_import (using a POST method).
I''m getting a bit confused on how...
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 convert over on R-help).
My requirements were thus:
* .R files as the master source for R functions
* Don't see the functions in ls()
* After editing R, make it easy to...
2005 Mar 23
1
Push relay from nicecast with icecast2?
...om
the part of icecast2 not being set up to 'push' a stream (broadcast as
per nicecast or shoutcast client tools) to another icecast2 server (or
icecast1, shoutcast, or whatever).
If such is the case, then I am still confused by the context of the
"Specific Mountpoint Relay" paradigm and how to setup a mountpoint for
the 'listening' icecast2 server at the datacenter which would be
receiving a 'pushed' stream from the nicecast client/server at my
customer's studio.
Or do I is the "Specific Mountpoint Relay" paradigm *not* applicable
here, and w...
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 Rolf is talking about try:
library(fortunes) fortune() to get a fla...
2011 Sep 21
2
T.38 "client" for Linux?
...e that there is a (fairly) simple way to
do this, and someone can point me in the right direction.
Thanks!
--
========================================================================
Ian Pilcher arequipeno at gmail.com
"If you're going to shift my paradigm ... at least buy me dinner first."
========================================================================
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:
...mail
from and the rest are from TLDs of countries we block mail from. Even more
curious is that we are on a dialup so our IP moves around.
--
Sed quis custodiet ipsos custodes?
==========================================================================
Robin Lynn Frank - Director of Operations - Paradigm-Omega, LLC
Copyright and PGP/GPG info in mail or message headers.
Email acceptance policy at http://paradigm-omega.com/email_policy.html
==========================================================================