Talk:Link transit: Difference between revisions

I don't currently have C++-compiler installed so I can't run that old code that Tim Starling supplied us with
(did you ever run this on the logs?)
(I don't currently have C++-compiler installed so I can't run that old code that Tim Starling supplied us with)
 
Line 31: Line 31:
:It looks like C to me and it looks like that the Main() takes standard httpd.log as input. I'll run this on our logs sometime when I have the time. Kinda busy now. --[[User:Juxo|Juxo]] 13:02, 3 Sep 2004 (EEST)
:It looks like C to me and it looks like that the Main() takes standard httpd.log as input. I'll run this on our logs sometime when I have the time. Kinda busy now. --[[User:Juxo|Juxo]] 13:02, 3 Sep 2004 (EEST)


:::Juxo, did you ever run this on the logs?  If so then please put the output at [[Consumerium:attention]].  The word attention is used for compatibility with [[attention.xml]] which should include this type of information eventually for all [[web service]]s that support it.  
::Juxo, did you ever run this on the logs?  If so then please put the output at [[Consumerium:attention]].  The word attention is used for compatibility with [[attention.xml]] which should include this type of information eventually for all [[web service]]s that support it.
 
:::No, I haven't run the code and there is this little problem that I don't have  a C++ compiler installed I tried once to install it but the installation said that there were some dependencies that were unmet or something similar. Right now I'm I don't have the installation disks with me so I can't install the compiler. --[[User:Juxo|Juxo]] 10:34, 9 Jun 2005 (GMT)


::It's C++. It outputs two sections separated by a double linefeed. The first is an indexed list of URLs. The second has three values on each line: index from, index to and the transit count. The idea is that you would read all this into a relational database with an index on all three columns, then perform whatever analysis you need to perform. -- [[User:Tim Starling|Tim Starling]] 07:13, 4 Sep 2004 (EEST)
::It's C++. It outputs two sections separated by a double linefeed. The first is an indexed list of URLs. The second has three values on each line: index from, index to and the transit count. The idea is that you would read all this into a relational database with an index on all three columns, then perform whatever analysis you need to perform. -- [[User:Tim Starling|Tim Starling]] 07:13, 4 Sep 2004 (EEST)
9,842

edits