search for: manifesto

Displaying 20 results from an estimated 23 matches for "manifesto".

Did you mean: manifest
2010 Dec 01
6
GPL and R Community Policies (Rcpp)
...not on the protection of intellectual property or professional reputations. It serves the useful purpose of making great software more widely available, but it does not dictate how people should behave and should not be used as a moral compass. (See recent book titled "You are not a gadget: a manifesto", a rejoinder to the GNU manifesto.) As a counterbalance I think the community of developers and users need to play a more active role in the evolution of shared values and expectations. In this spirit I respectfully request that the R community consider the following. The author line of the...
2007 May 18
3
Fixtures considered harmful?
I''m trying to get really serious about doing true BDD for a new Rails project, and I note that at <http://rspec.rubyforge.org/documentation/ rails/index.html> it says: "we really don?t recommend the use of rails fixtures" On the same page it also says (about Model specs): "these are the only specs that we feel should actually interact with the database"
2006 Sep 18
3
(slightly O/T) Agile dev. contract form for clients?
Apologies for cross-posting. We''ve been asked to do a job for a client who wants to embrace agile development methodologies. Hurrah! However, our standard contract was written for the 1980s. It is full of phrases like "agreed specification" and "change request procedure" and so on. I was wondering, how do other people get around this in contract forms with
2009 Jan 23
5
cpu load monitoring
...load. I can not be at the server during the test and am interested in knowing if there is logging of cpu load available. Anyone have experience with this? Recommendations? Dave -- Canada must refuse to be entangled in any more wars fought to make the world safe for capitalism. -- The Regina Manifesto, 1933
2020 Jul 02
3
LLVM Incubator + new projects draft
...s the opposite of inclusivity, so I feel very strongly that the expectation should be having at least _some_ basic artefacts here. There might be the rare legitimate exception to this rule, but that is nicely captured by making it a "Should" rule. Along similar lines, having some sort of manifesto / development plan / whatever really should be a Must. Writing something like that up is an incredibly low bar, and if people can't even be bothered to do *that*, well... Having that Must next to "there Should be a prototype" also helps clarify the expectations. > > As I menti...
2008 Jan 23
13
DRYing up stories
I''m finding that I''m writing sets of very similar scenarios to check access permissions for each of my actions. Does anyone have suggestions on how to dry this up: Given an existing Account And a logged in Admin When the user visits account/manage Then he should get access Given an existing Account And a logged in Manager When the user visits account/manage Then he should get
2020 Jul 08
2
[RFC] Proposal for CIRCT incubator project
...ontributions are currently ApacheV2 licensed and we have adopted the general structure of the LLVM developer policies already, to the extent that we can as an external project. - Must have a documented charter and development plan, e.g. in the form of a README file, mission statement, and/or manifesto. See https://github.com/circt/circt and https://github.com/circt/circt/blob/master/docs/Charter.md - Should conform to coding standards, incremental development process, and other expectations. The project mostly consists of MLIR dialects and transformations following the MLIR standalone...
2017 May 09
2
source(), parse(), and foreign UTF-8 characters
...sing <U+xxxx> escapes) - I/O is centered around the native encoding, e.g., writeLines() always reencodes to the native encoding - There is the "bytes" encoding which avoids reencoding. I haven't looked into serialization or plot devices yet. The conclusion to the "UTF-8 manifesto" [1] suggests "... to use UTF-8 narrow strings everywhere and convert them back and forth when using platform APIs that don?t support UTF-8 ...". (It is written in the context of the UTF-16 encoding used internally on Windows, but seems to apply just the same here for the native...
2006 Feb 11
0
Creative Commons Music Torrents at Ogg Frog
...mmer. It will of course support Ogg Vorbis and FLAC. I have written an essay as to why I'm doing all this that is available in rough draft form. I'm not completely happy with it yet, and value any suggestions you may have for how I can improve it: Why Ogg Frog? http://www.oggfrog.com/manifesto/ Enjoy! Rippit the Ogg Frog rippit@oggfrog.com http://www.oggfrog.com/ Software isn't the only thing that should be free. Music should be too, as it once was.
2009 Jan 12
1
anyone using an ATI card and fglrx with 5.2?
And does it work ok? any special use cases or installation issues? I'm thinking of a 64 bit installation with an RV530 chipset. Dave -- Canada must refuse to be entangled in any more wars fought to make the world safe for capitalism. -- The Regina Manifesto, 1933
2000 Mar 27
0
Project Proposal: The Gestalt System
...propose to use R to provide most of the non-elementary statistical analysis functions as well as some of the graphical facilities. Put another way, the Gestalt System may become a useful data management front-end for R users. Full details of the project proposal can be found in the Gestalt System Manifesto which is available at http://gestalt-system.sourceforge.net We welcome any comments or suggestions you may have on the project proposal - please send them to gestalt-system-discuss at lists.sourceforge.net You might want to subscribe to this list or to the low-volume gestalt-system-news list in o...
2006 Mar 14
1
display postal codes for Germany on a map
Hi, is there an R package with which is it possible to display postal codes for Germany on a map? Thanks, Stefan. [[alternative HTML version deleted]]
2008 Nov 06
2
mapserver experience?
I have Centos 5.2 and want to install mapserver. On my Fedora 7 box it is in the repo. Should I just enable that repo? Anyone done this? Tips/warnings? Dave -- Canada must refuse to be entangled in any more wars fought to make the world safe for capitalism. -- The Regina Manifesto, 1933
2003 Aug 23
1
mknod / rsync error
Greetings! I'm experiencing these problems as described in this mail: ------- From: Thomas Quinot (thomas@melusine.cuivre.fr.eu.org) Subject: Rsync 2.5.5: FreeBSD mknod can't create FIFO's This is the only article in this thread View: Original Format Newsgroups: mailing.unix.rsync Date: 2002-06-24 06:05:25 PST The following patch
2013 Dec 09
5
Btrfs questions
i am looking at using btrfs for a new project and i have a few questions:     * i have heard that as it currently stands Btrfs has some issues to be used as a Lustre file system; is he aware of the issues and any plans to address these and integrate Btrfs in to Lustre     * any plans to support native clustering on Btrfs     * on ZFS the ZIL is a separate device, any plans to implement a the
2008 Dec 12
1
Centos 5.2 yum check-update fails - repo change?
...: ftp.telus.net * extras: ftp.telus.net Error: Cannot retrieve repository metadata (repomd.xml) for repository: epel. Please verify its path and try again [admin at cserver ~]$ -- Canada must refuse to be entangled in any more wars fought to make the world safe for capitalism. -- The Regina Manifesto, 1933
2017 May 09
1
source(), parse(), and foreign UTF-8 characters
...und the native encoding, e.g., writeLines() always >> reencodes to the native encoding >> - There is the "bytes" encoding which avoids reencoding. >> >> I haven't looked into serialization or plot devices yet. >> >> The conclusion to the "UTF-8 manifesto" [1] suggests "... to use UTF-8 >> narrow strings everywhere and convert them back and forth when using >> platform APIs that don?t support UTF-8 ...". (It is written in the >> context of the UTF-16 encoding used internally on Windows, but seems to >> apply ju...
2008 Mar 20
1
For or Against
As a librarian and a father, I have both a professional and a parental interest in democracy and access to information. In addition to democracy, libraries and education are related to other concerns. For example, our physical and mental health is critical to our ability to learn and to process information fully. Suppose a worldwide referendum was held on a proposal for single-payer global
2017 May 09
0
source(), parse(), and foreign UTF-8 characters
...t; - I/O is centered around the native encoding, e.g., writeLines() always > reencodes to the native encoding > - There is the "bytes" encoding which avoids reencoding. > > I haven't looked into serialization or plot devices yet. > > The conclusion to the "UTF-8 manifesto" [1] suggests "... to use UTF-8 > narrow strings everywhere and convert them back and forth when using > platform APIs that don?t support UTF-8 ...". (It is written in the > context of the UTF-16 encoding used internally on Windows, but seems to > apply just the same here...
2000 Mar 01
2
Help please..
Hello R-world, I am facing a peculiar problem and hope someone out there can comment on it. In goodness-of-fit tests for evaluation of distributions, there are three well-known methods: 1. Chi-square 2. Anderson-Darling 3. Kolmogorov-Sminrov I am trying to use the second test. Many researchers have reported results using this test. I wrote programs in C and now in R to do this. I run into