Displaying 20 results from an estimated 137 matches for "kosher".
Did you mean:
koser
2006 Jun 22
2
id column for join table... kosher?
I''ve got two tables, bookmarks & tags. Using a
has_and_belongs_to_many association, I can do lookups using a join
table called bookmarks_tags. Two questions:
1. Can I have a migration for my join tables? Rails seems to "know"
about join tables implicitly from the associations, but if I do a
rake migrate the join tables won''t be built. I''ve been
2010 Oct 25
2
[LLVMdev] LLVMdev Digest, Vol 76, Issue 43
...plement the
necessary restrictions
required by the former, so who is to say that the implementation must
dictate the definition ?
The documentation is simply telling you what a lazy implementation
might do, not what
a system is required to do.
Your objection is like saying that it isn't kosher to ignore the
"register" keyword, because
"I know what I am doing and you don't.....".
-Peter Lawrence.
2010 Oct 26
1
[LLVMdev] LLVMdev Digest, Vol 76, Issue 44
>>
>> Your objection is like saying that it isn't kosher to ignore the
>> "register" keyword, because
>> "I know what I am doing and you don't.....".
> What isn't kosher, is making side effects disappear from a C program.
>
> Kenneth
>
Ken,
to have a valid complaint you have to demonstrate a...
2000 Oct 26
0
RE: Maxis/Vorbis
>>What Paul wants to do is kosher. If Maxis
>>decides the LGPL is in the way, we'll remove
>>it. (although i honestly think in his
>>circumstances things are kosher under the license).
I really doubt there are going to be any issues. What we (Maxis) want to do
with Vorbis really isn't any dif...
2010 Oct 26
0
[LLVMdev] LLVMdev Digest, Vol 76, Issue 43
...ns
> required by the former, so who is to say that the implementation must
> dictate the definition ?
>
> The documentation is simply telling you what a lazy implementation
> might do, not what
> a system is required to do.
>
> Your objection is like saying that it isn't kosher to ignore the
> "register" keyword, because
> "I know what I am doing and you don't.....".
What isn't kosher, is making side effects disappear from a C program.
I'm not going to bother quoting C99 5.1.2.3/2,3 verbatim, as we already
have Word of God (Duncan S...
2010 Oct 26
2
[LLVMdev] LLVMdev Digest, Vol 76, Issue 43
On Oct 25, 2010, at 5:13 PMPDT, Kenneth Boyd wrote:
> On 10/25/2010 6:31 PM, Peter Lawrence wrote:
>>
>> Your objection is like saying that it isn't kosher to ignore the
>> "register" keyword, because
>> "I know what I am doing and you don't.....".
> What isn't kosher, is making side effects disappear from a C program.
>
> I'm not going to bother quoting C99 5.1.2.3/2,3 verbatim, as we already
>...
1995 Jun 04
2
DES, eBones and crypt availble for non-US!
...ouside the USA and Canada)
I have (with official sanction of the organisation concerned)
a LEGAL site for the distribution of crypt and Kerberos code.
The secure code (crypt) is _identical_ to the US code. It originated in
South Africa and Australia, and has never been to the US, so it is totally
kosher. The Kerberos (eBones actually) code stared out life like the secure
stuff, but as the US code was worked on, the changes were tracked with
code legally available outside the US, so that too is kosher. There are
minor differences between the US and the "foreign" eBones, but it is
ALL in...
2007 Nov 20
2
Incorporating code from sftp-glob.c into lftp
...some of the knowledge [like oddball systems glob()
handling] and some of the code from sftp-glob.c for this tool to add
this capability. I do, however, have some questions about license
issues before I submit the patch to the lftp developers. LFTP is GPL
licensed, and openssh is BSD licensed. Is it kosher to incorporate the
code into lftp or should I start over from a clean room
implementation?
Any help is appreciated,
-Warren
2010 Nov 04
2
Copying root partition
...erred the / partition on my CentOS server
from a small disk to a large disk, using "rsync -auvz".
This works fine, except that I get dozens of selinux warnings
when I re-boot.
I'm running selinux in permissive mode.
Is there any way to make sure that all the files in a partition
are kosher as far as selinux is concerned?
--
Timothy Murphy
e-mail: gayleard /at/ eircom.net
tel: +353-86-2336090, +353-1-2842366
s-mail: School of Mathematics, Trinity College, Dublin 2, Ireland
2010 Feb 26
2
[LLVMdev] VIM mode line comments
Is it kosher to include vim mode line comments inside of LLVM source files? I would like to do this inside of the MicroBlaze backend to ensure that tabs are expanded into exactly two spaces. I see that right now the following files have these vim mode line comments:
include/llvm/ADT/SetVector.h
lib/Archive/Ar...
2008 Apr 04
2
[LLVMdev] InstCombine Question
...srcLine 41
%r63 = load double* %r62 ; <double> [#uses=1] ; srcLine 41
So we're loading a vector of pointers and then using getelementptr as
basically a reg-reg copy with a cast (I think). Yes, it's a little weird, but
legal AFAICS.
I'm not sure if the above code is really kosher. It is very strange to see
the typing of the extractelement and GEP here.
But instcombine only looks at the first operand to GEP, sees it's null and
just assumes it's useless code. Not the case in this example.
So I think this is actually a bug in instcombine and maybe elsewhere as
we...
2003 Oct 20
2
win.metafile and Linux
...e have been discussing the win.metafile device
on the list since before 2000.
Yet I have never seen this on a Linux distribution of R.
Is this because the device works by making calls (GPL calls of
course!) to a proprietary Windows library?
In that case I can understand that it would be far from kosher to
implement it on Linux. But I'd like confirmation.
I must say that being able to produce Windows metafiles on Linux
would help to bridge the gap between Linux and Windows: often one
needs to produce a graphic which will be imported into a Windows
application, but while PNG and the like are q...
2007 Jul 31
9
Any liberally-licensed open source projects out there that make good use of RSpec?
I''m trolling for example RSpec code. Any pointers appreciated.
Cheers,
Obie
2012 Jun 06
3
Sobel's test for mediation and lme4/nlme
...object. I can follow the same
procedure with "lme4" (even though it uses S4 classes) but am not sure
whether this violates any assumptions made by the Sobel test. Also, I wish
to include a matrix of predictors as opposed to a single vector "pred" -
trivial to implement but is it kosher?
sobel.lme<-function (pred, med, out, grpid)
{
NEWDAT <- data.frame(pred = pred, med = med, out = out, grpid=grpid)
NEWDAT <- na.exclude(NEWDAT)
model1 <- lme(out ~ pred, random=~1|grpid,data = NEWDAT)
model2 <- lme(out ~ pred + med, random=~1|grpid, data = NEWDAT)...
2003 Oct 21
0
lme mildly blowing up
...3471
BUT the intervals around the random effects are
sd((Intercept)) 2.440728e-08 0.01543434 9760.155
Which is obviously nonsense.
Now, I know some of what's going on here. The model is overparameterized,
and I should be dropping some group-level variables. And if I do that,
everything is kosher, and none of these variables matter there either.
OTOH, I can also get everything to come out apparently-kosher if I
estimate on a theoretically-relevant reduced dataset -- that is, if I drop
some observations (for committees nobody would ever care about), it
behaves again.
What I'm wondering...
2010 Aug 19
1
Adding lines to xyplot with abline
Is it kosher to add, say, horizontal lines to a lattice xyplot using
abline(h=xxx)? The lines don't appear at the right value, that is, if
h=150, the line might appear at h=140?
Jeff
This communication, including any attachments, is intended solely for the use of the addressee and may contain informati...
2006 Mar 15
1
Rsync, solaris 8, and live file systems
...ssh --numeric-ids root@somehost:/srcdir /destdir
or locally
rsync -av --numeric-ids /srcdir /destdir
rsync will transfer a 'partial' file (which was probably the 'whole' file at
the second that rsync examined the file) and transfer that portion of the
file and exit as if all is kosher.
Is it not possible to use rsync to copy files from an live/in-use
filesystem?
Any suggestions on other methods/means/products of how to do something like
this if it is not possible with rsync?
Thanks in advance.
-b
_________________________________________________________________
FREE pop-u...
2008 Mar 27
1
smb.conf(5) and winbind nss info
...retrieving
UID and GID from your ADS-Server requires to use
idmap backend = idmap_ad as well.
Default: winbind nss info = template
Example: winbind nss info = template sfu
--->8---
However, it appears that 'rfc2307' is a kosher value, too. [1] Is
the smb.conf man page incorrect?
-David
[1] http://us1.samba.org/samba/security/CVE-2007-4138.html
2008 Apr 04
0
[LLVMdev] InstCombine Question
...uble* %r62 ; <double> [#uses=1] ; srcLine 41
>
> So we're loading a vector of pointers and then using getelementptr as
> basically a reg-reg copy with a cast (I think). Yes, it's a little weird,
> but legal AFAICS.
>
> I'm not sure if the above code is really kosher. It is very strange to see
> the typing of the extractelement and GEP here.
Actually, there are multiple problems. The first zero index on the GEP is
wrong. I believe that it should be the following:
%r62 = getelementptr <2 x double>* null, i64 %r61
This is essentially the equiva...
2011 Dec 01
2
R code
Hi everybody,
I am unable to resolve this error using the following for loop. Would
appreciate help. The same loop works with for(i in 1:92) strangely. I
checked the .raw input file and everything is kosher, even Line 547
mentioned in the error message.
I wonder if there is any problem with the paste function.
Thanks very much in advance.
**********************
for(i in 1:93)
{
inputdta<- read.table(file=gsub(" ","",paste("JSR_network_[",i,"].RAW"),
fixed...