similar to: security = domain

Displaying 20 results from an estimated 1000 matches similar to: "security = domain"

2013 Jul 23
3
[LLVMdev] Vector DAG Patterns
Hi All, Been having a problem constructing a suitable pattern to represent some vector operations in the DAG. Stuff like andx/orx operations where elements of a vector are anded/ored together. My approach thus far has been to extract the sub elements of the vector and and/or those elements. This is ok for 4 vectors of i32s, but becomes cumbersome for v16i8s. Example instruction: andx $dst
2006 May 16
25
Ruby on Rails Searchable and Annotatable Docs
I recently updated my Rannotate application. The interface has been completely redone and there are lots of new features. The basic idea is to create searchable and user annotatable documentation for the Ruby on Rails API (think php.net). Check it out at - http://rails.outertrack.com * What is Rannotate? Rannotate is a Rails application and RDoc YAML generator that work together to provide
2013 Jul 26
0
[LLVMdev] Vector DAG Patterns
To elaborate, it is not only cumbersome writing these patterns for vectors of 16 characters (v16i8), it does not work. When I compile with this pattern for an andx operation on v16i8: /[(set RC:$dst,// // (and (i8 (vector_extract(vt VC:$src), 0 ) ), // // (and (i8 (vector_extract(vt VC:$src), 1 ) ),// // (and (i8 (vector_extract(vt VC:$src), 2 ) ),// ////(and (i8 (vector_extract(vt
2000 Mar 01
4
Using DDNS as a backend for WINS?
Hi, We've just added a dynamic subdomain on our DNS servers for W2K's Active Directory stuff. While I can't comment on the AD stuff, the DDNS (on BIND 8) seems to work nicely (so far - fingers crossed!) and replicates well between our DNS servers. Has anyone done any work on turning WINS lookups (of all record types) into DNS lookups, and WINS [de]registrations into DNS updates?
2006 May 28
9
Railsmanual.org
Did anyone else catch the redesign? I don''t know who''s responsible, but it''s lookin better! Good job... -- seth at subimage interactive http://www.subimage.com/sublog/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060528/f9f92618/attachment.html
2010 Feb 04
1
Changing fonts of axis labels in Histogram() function
Dear All I am using the histogram() function to plot two subsets from my data on the same output display, i.e. there are two histogram plots My code is: histogram( ~ Age | Date, layout = c(1, 2), xlab = "Age (years)", strip = FALSE, strip.left = TRUE, col = "black", border = "white", cex.axis = 1.1, family = "serif", cex.lab =
2007 Aug 01
1
new user question on dataframe comparisons and plots
I'm coming from the scipy community and have been using R on and for the past week or so. I'm still feeling out the language structure, but so far so good. I apologize in advance if I pose any obvious questions, due to my current lack of diction when searching for my issue, or recognizing it if I did see it. Question 1, plots: I have a data frame with 4 type factor columns, also in the
2010 Aug 13
10
:limit text mysql
I have a rails 3.rc app that I''m developing. I have a text entry in one my models that can sometimes be quite big. I tried setting :limit => 4294967296 on the text column in my migration file but this doesn''t seem to have any effect. The column is till created as a TEXT column rather than MEDIUMTEXT or LONGTEXT. Does anyone have any idea why this might be happening? Is there
2023 Feb 27
2
Missing Files/Missing Folders from an NFS Share
I think it has a lot to do with telldir on an NFS share returning a cookie that is supposed to be unique rather than an actual offset. Problem is, that cookie is stored as a 31bit hash which can then end up as a negative signed offset in Samba which is not handled correctly. The cookies are not necessarily consecutive as you move through a directory. On Mon, 27 Feb 2023 at 19:00, Jeremy Allison
2007 Mar 05
2
patches against 2.6.18 ?
Hi, I'm rebuilding my kernel image on etch, and want to patch the kernel with the xen patches. But I can't find any linux-patch-xen . Where do I find the source patches that are used to create linux-image-2.6.18-4-xen-amd64 ? Thanks, -- Conor -------------- next part -------------- An HTML attachment was scrubbed... URL:
2002 Mar 16
1
promax (PR#1389)
Full_Name: conor dolan Version: 1.4.0 OS: windows98 Submission from: (NULL) (146.50.170.247) On the basis of Lawley and Maxwell's explanation in Factor Analysis as a Statistical Method (London: Butterworth, 1971), the following line in the promax routine (library, mva): attr(z, "covariance") <- crossprod(U) should be attr(z, "covariance") <- solve(crossprod(U))
2010 Aug 02
2
Including a text file (JAGS model) in an R package
Hello, I can`t figure out how to include a text file for use in an example in the .Rd help files of an R package I am writing. I want the examples section of one help file to look like this: \examples{ # Load the JAGS model mod <- jags.model("model.txt") } The function jags.model tries to read in the file model.txt. So far every time I run R CMD check, I get an error message:
2010 Nov 10
3
using DB2 with Rails 3
I have developed a rails 3 app and for various reasons I have been compelled to try using DB2 as the underlying database system. Does anyone have much experience of using DB2 with rails 3? Any good pointers on resources? I have just been using postgres to date -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on
2006 Apr 28
1
Where do I find Cohen´s kappa???
Hello, I?m looking for a way to measure the goodness of fit of my model with Cohen?s Kappa (scaling between 0 and 1). The kappa function does not give the results I?m looking for. Heres the code: z<-glm(x~y,binomial) kappa(z, exact = T) Does anyone know more? many thanks Christian -- _______________________________________________ Search for businesses by name, location, or phone number.
2003 Apr 23
0
Re: Win XP 'Network path was not found' Error when connecting to Samba s
Sorry, for the resend, but I found out another piece of information that may be helpful. I did a Ethereal check and then tried accessing the Samba Serve from my XP box. The Linux box got 3 NBNS Name queries on the Share Sambaserve and the response from the linux box was a ICMP saying Destination unreachable. Then 3 more NBNS broadcasts for the name query which Linux did not respond to. Thank
2006 Mar 27
1
[kg228@lycos.com: I need some help with icecast and web]
Forwarding to the public list as requested... ----- Forwarded message from kevin Gilbert <kg228@lycos.com> ----- From: kevin Gilbert <kg228@lycos.com> Subject: I need some help with icecast and web I was having trouble finding the right e-amil address to ask my question I hope this is the right place if not please re direct this to them. My question is I am launching a onlne radio
2006 Feb 01
1
cor/group by???
Can someone help me calculate correlations for grouped values? Heres what my first few line of data look like: > head(cmexpr) LLID GMID CEXPR MEXPR 1 1005 10831 2.057462 -0.08486 2 1005 10831 2.057515 -0.08486 3 1005 10831 2.057462 0.01209 4 1005 10831 2.057515 0.01209 5 1005 10836 2.050980 0.17237 6 1005 10836 2.018576 0.17237 LLID is gene id, GMID is cell line id, the EXPR
1999 Oct 18
0
session request to *SMBSERVER failed
I am having a problem with samba on a Sun Ultra running Solaris 2.6. I got the error: -- session request to WWW20 failed session request to *SMBSERVER failed -- This happened after a reboot, samba was running perfect before. The smb.conf is fine, it was tested on another server and worked. Netstat -a shows that it is listening on port 139. Any ideas? Thanks. ## ignore the Lycos
2004 Dec 02
0
Newbie - Get IVR Informations
Hi guys, I new here and I've just install *. I fall in love with *, this is a greate tool. I'm try to develop some IVR struct but I can not find any example so far. Someone can send me some examples or some docs. Thanks, HB -- _______________________________________________ Find what you are looking for with the Lycos Yellow Pages
2003 Aug 05
0
Re: Windows 2000 don't fetch user.DOMAIN profile
running echo %userprofile% from a windows command prompt will tell you exactly where your user profile is located. running set will give you all your environment settings. Jim Wharton Network Administrator Alachua County Property Appraiser jwharton@acpafl.org > -----Original Message----- > From: samba-bounces+creole3=bellsouth.net@lists.samba.org >