Displaying 20 results from an estimated 116 matches for "stipulate".
Did you mean:
stipulated
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...
2004 Feb 02
3
sorting by date
.../1/2001 9/1/2002 9/1/2003 9/2/2001 ...
5.6 7.5 6.4 7.0 ...
Instead of:
9/1/2001 9/2/2001 9/3/2001 9/4/2001 ...
5.6 6.1 7.2 6.8 ...
I would greatly appreciate any help in sorting chronologically. Do I need
to create separate columns for month, day, and year, and then use order()
and then stipulate the hierarchy for which to sort the output? Or, is
there some other more efficient way?
Thanks,
Jeff
2009 Dec 04
2
[LLVMdev] r72619
...s
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 the `_S_construct' variable is
created. However, C++ rules stipulate that it shouldn't be, because of
explicit & implicit template instantiation rules that Doug knows about
but which makes my head spin.
I'm going to need to revert at least some of these changes. Could you
take a look at this and let me know your thoughts on it?
-bw
2006 Mar 26
2
Bug#355949: run-parts vs. find
The changelog for version 1.2.43 says the reason for switching to
'find' from 'run-parts':
* Use 'find' instead of 'run-parts' to list the contents of
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.
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
...so, 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 -c dovecot # to create the dovecot instance
>
> before updating the schema.xml .
>
> Also, schema.xml is in /opt/solr/server/solr/dovecot/conf for archlinux users
>
> Additionaly, the ur...
2018 Dec 05
3
Solr
...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 -c dovecot # to create the dovecot instance
>
> before updating the schema.xml .
>
> Also, schema.xml is in /opt/solr/server/solr/dovecot/conf for archlinux users
>
> Additionaly, the ur...
2013 May 19
2
locking down R
...fine from within R, but we think this may have escaped
their notice ...) The workstations have no access to external networks,
nor to external media (thumb drives etc.) [information transfer to the
outside world is via shared drives that can be accessed by
administrators with network access].
* I stipulate that (1) the security policies don't make sense, (2)
allowing users access to arbitrary shell commands should _not_ represent
a security risk on a well-administered, modern operating system (they're
running WinXP), (3) R probably offers many other avenues for system
access to a malicious us...
2014 Jun 24
2
Join AD fails DNS update
..._INVALID_MESSAGE
DNS update failed!
root at samba4:/# host samba4.ad.microsult.de
Host samba4.ad.microsult.de not found: 3(NXDOMAIN)
root at samba4:/# net --version
Version 3.6.6
The old discussion (e.g.
http://www.spinics.net/lists/samba/msg102650.html) recommended to ignore
the message, but it stipulates that at least sometimes the client entry
was added. I didn't see any DNS update so far. I use DLZ like them.
Any idea how to troubleshoot this situation?
Kind regards,
- lars.
2007 May 31
2
Ferret.donate(Money.aus_dollar(200))
...nsFAQ
We can also buy the Ferret Shortcut pdf/book from O''Reilly, also written
by Dave Balmain. It''s awesome good:
http://www.oreilly.com/catalog/9780596527853/index.html
Many of us probably use Ferret via the acts_as_ferret Rails plugin by
Jens Kraemer. He doesn''t stipulate how he''d like to be supported, so
until he chooses to clarify otherwise, I''d recommend that if you see him
in the street buy him lunch[1]. He looks like this:
http://www.xing.com/profile/Jens_Kraemer2
Keep a close eye out for him.
Happy Ferreting,
John[2].
[1] Check his diet...
2006 Dec 06
2
vcd package, assoc()
Hello,
I am trying to use the extended assocplot() function: assoc(), from vcd
package. Trouble is that it cannot even run its own examples on my
installation. I get this output:
$> example(assoc)
assoc> data("HairEyeColor")
assoc> (x <- margin.table(HairEyeColor, c(1, 2)))
Eye
Hair Brown Blue Hazel Green
Black 68 20 15 5
Brown 119 84 54
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 htt...
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 target, but the transfer actually goes to real_destination
Maybe even deliver to b...
2007 Jul 09
1
packages using UTF-8 encoding
Hi,
During a 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
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 <http://test.host/intranet/my/page>
/intranet being the prefix in this case ..
many thanks for your suggestions
erwin
--
Post...
2007 Sep 06
1
Problem with Defaulting Groups and AD
...ly exist in any of the file permissions. I've tried setting group
= %G and force group = %G but neither one is working. If anyone knows
how to suppress this, I'd be greatly appreciative. As things stand,
users can map the share but now everything is write only, despite
specifically being stipulated at writeable.
TIA,
Ms. Jimi Thompson, CISSP
Manager of Web Operations
SMU Cox School of Business
"Contemplate the mangled bodies of your countrymen and then ask
yourself, What should be the reward of such sacrifices... If ye love
wealth better than freedom, the tranq...
2009 Dec 04
0
[LLVMdev] r72619
...tdexcept>
>
> 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 the `_S_construct' variable is created.
> However, C++ rules stipulate that it shouldn't be, because of explicit &
> implicit template instantiation rules that Doug knows about but which
> makes my head spin.
I can't reproduce this on x86-64 linux (but maybe I misunderstood what the
problem is?). I've attached the bitcode I get at -O4.
>...
2008 Oct 22
1
plotting matrix
a <- c(1:26)
b <- rnorm(25)
e <- rnorm(25)
f <- rnorm(25)
g <- data.frame(b,e, a,f)
I would like to plot a agianst all possibilities and then shoot it out
to a pdf one graph per page. I think it would be okay to have this as
a lattice plot or a ggplot with many graphs per page. I can figure
all of that out I think, but I need something like
r <- as.matrix(g)
plot(.~a, data=r)