sengupta / scilab-http

An HTTP toolbox for Scilab
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Comment #1

Open jcatumba opened 12 years ago

jcatumba commented 12 years ago

Hi, recently I found your toolbox but I can't found it on the Atoms system. Are you considering to put the code on such system? I ask this because I need a similar tool to improve my module called IndInf (http://forge.scilab.org/index.php/p/indinf/). Thanks in advance.

sengupta commented 12 years ago

Hi @jorgerev,

This is not on ATOMS yet since this is not yet complete. I've only put up the skeleton functions, for which I still have to write the code.

I'll definitely be putting it up on ATOMS once it is done.

I'm curious, what are some ways in which you plan to use this module for yours? (I'm asking since knowing this might help me decide how I go about building this).

jcatumba commented 12 years ago

Hi @sengupta,

IndInf includes the pagerank method and others related to it and the idea is to have a function like Matlab "surfer" into Scilab. That function is described in page 7 here http://www.mathworks.com/moler/exm/chapters/pagerank.pdf

This will useful to compare pagerank and others methods in a real environment. Thanks.

sengupta commented 12 years ago

I went through this paper. This is fascinating.

I would love to participate in this project, if that is possible.

sengupta commented 12 years ago

I went through this paper. This is fascinating.

I would love to participate in this project, if that is possible.

jcatumba commented 12 years ago

Hi, the project is on maintenance process. The only remaining issue is the function "surfer". That's the only thing that I can offer you for now. But, if something new is needed with the module, I will tell you. Thanks.