Displaying 20 results from an estimated 116 matches for "stipulation".
Did you mean:
stipulations
2012 May 25
4
PCI/DSS compliance on CentOS
I have a client project to implement PCI/DSS compliance.
The PCI/DSS auditor has stipulated that the web server, application
middleware (tomcat), the db server have to be on different systems.
In addition the auditor has also stipulated that there be a NTP
server, a "patch" server,
The Host OS on all of the above nodes will be CentOS 6.2.
Below is a list of things that would be
2004 Feb 02
3
sorting by date
Hello,
I have set up a data.frame and one of the columns contains a date of the
form (with slashes as separators):
mm/dd/yyyy
I would like to use formulas on other columns in the data.frame organized
by date, for example:
tapply(var1, sort(date), mean)
However, when I try sort(date) it sorts based on the first two entries in
the date field:
9/1/2001 9/1/2002 9/1/2003 9/2/2001 ...
5.6 7.5
2009 Dec 04
2
[LLVMdev] r72619
Hi Duncan,
There's a problem with your check-in for r72619 is causing "weak
external" symbols to appear in C++ code when it shouldn't. Take this
code for example,
#include <stdexcept>
void dummysymbol() {
throw(std::runtime_error("string"));
}
The c'tor for std::string is emitted as code from llvm-gcc. It is then
inlined. And a weak external for
2006 Mar 26
2
Bug#355949: run-parts vs. find
...directories since 'run-parts' cannot handle filenames with periods.
Update control to depend on findutils.
It seems like not processing rule files with dots in them would be a
feaure, not a bug. Reverting back to run-parts would fix bugs 355383
and 353793 as well as this one. The only stipulation would be not being
able to use dots (or some other characters) in rule files you want to
use, but some sites depend on rule files with those characters to not
be processed. Can't logcheck just go back to using run-parts?
2006 Jan 11
5
Noob - Associated Tables Find Query
I''m trying to write a football prediction game.
I have a Matches table and a Predictions table.
Each Match :has_many Predictions, and each Prediction :belongs_to a
Match
Each Match has (amongst other things) a Match.match_date field.
Each Prediction has (amongst other things) a User_id field
I''m trying to get a list of all Predictions a particular User has made
which
2018 Dec 04
3
Solr
Hi
I am giving Solr another try.
Using Solr 7.5 (from Archlinux AUR), I do not see anymore
the"solr/conf/schema.xml" neither the "managed-schema" folder. (as per
https://wiki.dovecot.org/Plugins/FTS/Solr)
Maybe some things have moved ?
Thank you so much
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2018 Dec 04
2
Solr
also, the value "break-imap-search" is not supported in fts_solr
parameter, contrary to the wiki
and not sure then how to enable full text search in BODY
On 2018-12-04 19:40, Joan Moreau via dovecot wrote:
> In the Wiki, ( https://wiki.dovecot.org/Plugins/FTS/Solr ), it would nice to stipulate to the reader to type the command :
>
> sudo -u solr /opt/solr/bin/solr create
2018 Dec 05
3
Solr
Well, "break-imap-search" option prevent dovecot from starting.
I used solr on one server since yesterday.
First feedback is that
* BODY search is not working
* FTS is not really working in headers : For instance, if you search
"kliinik" but you type "kliini" (missing one k), the search does not
return anything , whereas it shall return more results (as the
2013 May 19
2
locking down R
Is anyone on this list aware of discussions about locking down/securing R?
My colleagues and I are working with health statistics in an office
that disallows many useful tools (e.g. emacs, vim, perl, make) on the
grounds that they represent a security risk. We are considering pushing
back, but we are worried that if we attract the attention of the Powers
That Be to the reality that R allows
2014 Jun 24
2
Join AD fails DNS update
This topic has been on the list two years ago, already, but apparently
to no conclusion.
I'm trying to join a Debian Wheezy machine (Samba 3.6.6) to my freshly
made backports AD (Samba 4.1.7). This is what I see:
root at samba4:/# net ads join -U Administrator at AD.MICROSULT.DE
Enter Administrator at AD.MICROSULT.DE's password:
Using short domain name -- AD
Joined 'SAMBA4' to
2007 May 31
2
Ferret.donate(Money.aus_dollar(200))
Remember folks, we can support the Ferret project by donating warm soft
electronic cash to the author, Dave Balmain, using the paypal buttons on
the website:
http://ferret.davebalmain.com/trac
http://ferret.davebalmain.com/trac/wiki/DonationsFAQ
We can also buy the Ferret Shortcut pdf/book from O''Reilly, also written
by Dave Balmain. It''s awesome good:
2006 Dec 06
2
vcd package, assoc()
...ks for any help.
--
Nicolas Mazziotta
The contents of this e-mail, including any attachments, are confidential and
are intended for the sole use of the individual or entity to which it is
addressed. Any distribution, copying or dissemination of this message is
expected to conform to all legal stipulations governing the use of
information.
2011 Oct 26
1
Want to exclude axis numbering in plot.ca
plot.ca gives numbers on each axis. How do I stipulate to exclude these.
Have read the R Documentation plot.ca but see no option to exclude axis
numbers.
Any suggestions?
--
Mark Webb
Line +27 (21) 786 4379
Cell +27 (72) 199 1000 [Poor reception]
Fax +27 (86) 260 1946
Skype tomarkwebb
Email targetlinkmark at gmail.com
Client ftp http://targetlinkresearch.co.za/cftp/
2001 Dec 15
1
Newbe....
I'm just starting out with rsync and having the following problems: I'm
getting autorization errors when I try to fire up a transfer between two
e250's. I would like to basically mirror users between two systems.
I've used the basic format that has been stipulated in the doc's still
having problems
Joe Despres
jdespres@csc.com
2002 Apr 12
1
is there a `newer' function
Hope I haven't just blindly overlooked this in man rsync:
1)
Some way to run rsync with any of the usual command lines but only
applicable to files newer than some stipulated date.(on the source)
2)
Some tricky way to redirect where the transferred files go.
Example:
rsync -avv source target real_destination
Where all rsync computations are done comparing files in source to
files in
2007 Jul 09
1
packages using UTF-8 encoding
...recent CRAN upload procedure, I was reminded of the following
regarding R-devel:
o R CMD check now warns on non-ASCII .Rd files without an
\encoding field, rather than just on ones that are definitely
not from an ISO-8859 encoding. This agrees with the
long-standing stipulation in 'Writing R Extensions', and
catches some packages with UTF-8 man pages.
o R CMD check now warns on DESCRIPTION files with a non-portable
Encoding field, or with non-ASCII data and no Encoding field.
So if we need UTF-8 encoding for the DESCRIPTION and *.Rd files,...
2009 Jan 19
1
in functional test, assert_redirected_to w prefix
I had to use sub-URI deployment (could not use subdomains..), and when
running my functional tests, I the redirected_to assertion embed the
prefix.. quite normal ;-))
is there a way to stipulate this prefix in the test setup to avoid
hard-coding in all the tests ?
Expected response to be a redirect to <http://test.host/my/page>
but was a redirect to
2007 Sep 06
1
Problem with Defaulting Groups and AD
Vital Stats - AMD 64-bit CPU, Ubuntu 7.0.4 (Feisty Fawn), Samba 3.0.24,
Win2003 AD Domain
I'm not sure how to make it stop doing it. When a user "logs in" they
get an automatically assigned group of "domain users" which doesn't
actually exist in any of the file permissions. I've tried setting group
= %G and force group = %G but neither one is working. If
2009 Dec 04
0
[LLVMdev] r72619
Hi Bill,
> There's a problem with your check-in for r72619 is causing "weak
> external" symbols to appear in C++ code when it shouldn't. Take this
> code for example,
>
> #include <stdexcept>
>
> void dummysymbol() {
> throw(std::runtime_error("string"));
> }
>
> The c'tor for std::string is emitted as code from
2008 Oct 22
1
plotting matrix
...much larger data frame
with named columns and I would like the name of the column to be the
name on the y-axis or the main label... On top of this I would like
to add a smooth into the mix loess.
something like this maybe
library(ggplot2)
qplot(a, b, data=g)+geom_smooth()
but with the previous stipulations
thanks for all of your help - I looked at the mail archives and tried
plotmat, but this didn't seem to do whaqt I wanted.
thanks
stephen
--
Stephen Sefick
Research Scientist
Southeastern Natural Sciences Academy
Let's not spend our time and resources thinking about things that are
so...