similar to: announce as ... whatif? Faking Samba to be a W2k machine?

Displaying 6 results from an estimated 6 matches similar to: "announce as ... whatif? Faking Samba to be a W2k machine?"

2000 Jan 27
0
service_ok, redux.
Ok, this one actually produces the message I intended... Questions for the community and team: 1) should warnings be at DEBUG(2, and notices at 3? 2) should errors like "path points to non-dir" cause a fatal error as well as an error message? 3) should the share names be in []s in the messages? --dave -------------- next part -------------- 1770c1770,1772 < incomplete or
2000 Jan 27
1
Proposed improvements to service_ok()
I've been unhappy for some time with the weak checking of service self-consistency in .../source/param/loadparm.c's "service_ok" function. Here's my initial draft of a better one, in diff format. Suggestions and criticism welcome! --dave -- David Collier-Brown, | Always do right. This will gratify 185 Ellerslie Ave., | some people and astonish the rest. Willowdale,
2010 Apr 11
1
Peculiar behaviour with MatchIt and a function
Folks, I have a strange situation where: library(MatchIt) f <- function(d) { m <- matchit(treatment ~ lsales + major.industry, data=d, method="nearest", discard="hull.treat") treatmentfirms <- match.data(m, group="treat") list(m=m, treatmentfirms=treatmentfirms) } res <- f(ex) does not work at the match.data() call,
2011 Mar 02
3
haml to erb - does it work with new html5 tags?
Hi, I wanted to covert all my erb over to haml, but I use HTML5 tags like nav, section, article, etc. Any idea if this is supported by haml? Checked out their site, nothing mentioned there or did I miss something. Sorry noob here. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2007 Feb 10
1
SAS, SPSS Product Comparison Table
Hi All, My paper "R for SAS and SPSS Users" received a bit more of a reaction than I expected. I posted the link (http://oit.utk.edu/scc/RforSAS&SPSSusers.pdf) about 12 days ago on R-help and the equivalent SAS and SPSS lists. Since then people have downloaded it 5,503 times and I've gotten lots of questions along the lines of, "Surely R can't do for free what [fill in
2007 Mar 26
1
Problem in loading all packages all at once
Hi All Please see the Rprofile file which i have modified as follows and after that when I start R then I see that R says to me "TRUE" for all the packages implying that all loaded at once. But when i try to use commands as simple as help("lm"), it doesnt work nor any of the menu "Packages" is not working. Although the regression using lm ( Y ~ X ) is working