Displaying 6 results from an estimated 6 matches for "computer_science".
2005 Jul 09
2
A shared space between students and their teacher !!!
...nts can have the
right to write on that share but not delete the work of other students.
I did a test and works fine but students' work are delete-able by other users given the below
share configuration:
------------------------------------------------
#A share shared by faculty and students
[Computer_Science]
comment = Computer Courses
path = /home/shares/computer_science
public = no
writable = yes
write list = @cmp251a
read only = no
create mask = 0660
directory mask = 0770
force group = faculty
-------------------------------------------------
I created folders inside the...
2013 Feb 19
2
Implementing tf-idf weighting scheme in Xapian
...g a weighting scheme before I start working on
implementing DFR schemes.
I read the following as references and I think Ive understood it well and
can write the hack :-
1.)
http://nlp.stanford.edu/IR-book/html/htmledition/document-and-query-weighting-schemes-1.html
2.) http://classes.seattleu.edu/computer_science/csse470/Madani/ABCs.html
3.) http://en.wikipedia.org/wiki/Tf%E2%80%93idf
The basic philosophy is that rare terms (terms which occur in a few
documents) should be able to give a higher weight to the documents they
index compared to terms which occur in many documents .Also,the higher the
within do...
2012 Mar 14
1
Libguestfs question
[Please keep replies on the mailing list]
On Wed, Mar 14, 2012 at 12:08:52PM +0100, Davide Barbato wrote:
> I would ask you a question: there are any possibilities to do a file
> carving on those image? I know, you lib is an "userspace" utility,
> and you take only a logical "screenshot" of the files, but I think
> maybe you can share with me some your
2008 Oct 06
0
[LLVMdev] (Function) attributes documentation
Hi Matthijs,
On Oct 6, 2008, at 9:23 AM, Matthijs Kooijman wrote:
> Hi all,
>
> due to the recent changes regarding paramater/function/return type
> attributes,
> I think the documentation around that could use some improvement. In
> particular, I see the following problems:
> * The section "Functions" in the LangRef has a large textual
> description
>
2008 Oct 07
2
[LLVMdev] (Function) attributes documentation
...the parser and the examples I can see that it is
allowed, but I'm rather curious for the semantics here. Can they override
attributes on a declaration, or augment them, or?
These points are again for the call and invoke instructions.
Gr.
Matthijs
[1]: http://en.wikipedia.org/wiki/Parameter_(computer_science)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20081007/2d0c20cc/attachment.sig>
2008 Oct 06
2
[LLVMdev] (Function) attributes documentation
Hi all,
due to the recent changes regarding paramater/function/return type attributes,
I think the documentation around that could use some improvement. In
particular, I see the following problems:
* The section "Functions" in the LangRef has a large textual description
about how it should look, but no definition of syntax, or even a few
examples of the syntax. This makes it very