Slashdot Mirror


User: xocp

xocp's activity in the archive.

Stories
0
Comments
27
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 27

  1. Graph vs. Graphing on Graphing Libraries for Java? · · Score: 5, Insightful

    I think there are two issue here: a data structure called by the name "graph" (http://en.wikipedia.org/wiki/Graph_(data_structur e)), and a means to visualize these structures.

    A library could address one or both of these topics. The title of this article is therefore somewhat misleading (i.e. just focusing on the graphical display of a graph).

  2. Re:I think this is more of a REALLY DUH! on Microsoft Uncertain About WinFS for XP · · Score: 1
    the casual dismissal of something fairly revolutionary can be blamed on a high degree of ignorance on the part of the person doing the dismissing

    The Microsoft Indexing Service and Microsoft Search Service (used by SQL Server) both support, and have done so for some time, COM components that implement the IFilter interface.

    An IFilter component allows indexing of data inside of non-"plain text" file formats. For instance, Adobe provides a PDF IFilter component which allows full-text indexing of PDF files.

    These services can also index custom document properties stored in the NTFS file-system.

    So much for revolutionary.