search for: reader1

Displaying 6 results from an estimated 6 matches for "reader1".

Did you mean: readers
2005 Mar 08
2
I would like to create a Samba share supporting named writers, named readers, and no guests ...
I have not hit on the correct combination of parameters. Closest I come still allows the readers to modify - but not create - files. Not what I want. If someone can give me a hint, I would really appreciate it. Thank you. If I do this, reader1 can see the files (good), cannot create files (good), but can modify (write) existing files (bad!) ------- smb.conf ------- [native6-stuff] path = /native6-stuff valid users = write1 write2 write3 reader1 guest ok = no read-list = reader1 write-list write1 write2 write3 force gr...
2007 Mar 27
1
basic handling of data.frame
...pa from package(psy)) for Parameter1 under special condition against no special condition. Therefore I need a table with colums: Parameter1WithSpecial, Parameter1WithoutSpecial And the data should be matched by PatID and ReaderID. How do I get this kind of table? Also how would I compute Kappa for Reader1 against Reader2? Please help me understanding how these transformations would be done in R.... Thanks, Henning
2007 Jul 29
7
RDig and AAF playing together
I have a site with two indexes. Index A is created offline by RDig and queried from the web via RDig (specifically, RDig.searcher.search). Index B is managed by AAF with :remote => true. Simple enough. However, I need to query both indexes from RDig. Usually this is ok, as I modified RDig to accept an array of search_paths with an element for index A and index B. However, when Index
2001 Jun 25
1
Macromedia Flash
Hi everybody, do you know if is possible to run the Macromedia Flash environment under wine? Thanks you in advance T.E.D.
2006 Aug 28
12
Help with Multiple Readers, 1 Writer scenario
Hi, I''m building a web server application using Ferret [thanks so much Dave], Mongrel and Camping which works fine servicing one request at a time, but serialises searches if more than one request arrives, so I''d like some advice please about the best way to use multiple readers and one writer. Some background ... query requests which in my case are always read only, arrive via
2006 Aug 19
11
Need help with multi_search
I have been trying to use multi_search to search accross multiple associated models, but I have had no luck at all. I have scoured the net and this forum for all similar posts, but none of them contain enough code for me to get it to work. I am successfully able to search individual models, and then display the results without a problem. I have the following 2 models, Product and Component.