Posts by Anonymous Coward

    Avatar

    Anonymous Coward

    14 days ago

    Topic: If a project provides high level docu...

    If a project provides high level documentations (by that I mean what explains the big picture, in the vocabulary of the application field as opposed to the documentation of the nitty-gritty of the source code itself) in files beside the source files, then the way you report the ratio of comment / code is not very fair anymore. First you don't count those documentation files as documentation. Then even if they are written in a format you parse, e.g. LaTeX, you report only the number of lines, which is of course highly misleading: source code has much shorter lines than e.g. any LaTeX file.


    Avatar

    Anonymous Coward

    19 days ago

    Topic: Hi! I noticed that Ohloh hasn't up...

    Hi!

    I noticed that Ohloh hasn't updated its information from the Miro project's svn since March 2008.

    The svn repository is at the same url:

    https://svn.participatoryculture.org/svn/dtv/trunk/
    

    Thank you for Ohloh! It's really great!


    Avatar

    Anonymous Coward

    about 1 month ago

    Topic: Would be nice to also fetch mailing l...

    Would be nice to also fetch mailing list banks and include them as a profile module.

    This will help us see what developers are talking at the moment and dealing with the issues at hand. Also if we are talking about big projects like openoffice.org or firefox it will let us know which subprojects is this discussion taking on.


    Avatar

    Anonymous Coward

    3 months ago

    Topic: Support for bazaar in enlistments

    Support for bazaar in enlistments.


    Avatar

    Anonymous Coward

    3 months ago

    Topic: http://www

    http://www.ohloh.net/projects/gtk/analyses/latest

    The graph looks kind of funny around jaunary 2000 and its wirtten in -14,812 lines of C! Who does that work?


    Avatar

    Anonymous Coward

    3 months ago

    Topic: It doesn't seem like Ohloh has very g...

    It doesn't seem like Ohloh has very good support for branches. Specifically, it double-counts the lines of code if you have the same code in several branches or tags.

    We would like to track the branches in Ohloh so that developers who commit to the branches are credited.


    Avatar

    Anonymous Coward

    3 months ago

    Topic: Any chance of getting OCaml included ...

    Any chance of getting OCaml included in the language lists? The reference manual has a good grammar for it hers: http://caml.inria.fr/pub/docs/manual-ocaml/manual008.html I can help explain any confusing parts if that'll help.


    Avatar

    Anonymous Coward

    4 months ago

    Topic: Hi guys, Is there a timeline for b...

    Hi guys,

    Is there a timeline for bzr VCS support? Is there anything that the community can do to help implement this?

    You know, if you published the source or API needed to add support for a new VCS under a reasonable licence, the community could help with this. I could even see the VCS projects wanting to implement this - getting Ohloh support might increase uptake of their tool.

    Cheers, /Mike


    Avatar

    Anonymous Coward

    5 months ago

    Topic: Hello, I think ohloh doesn't use g...

    Hello,

    I think ohloh doesn't use gravatar.com correctly. According to their documentation[1], you need to lowercase the email address to get an image. To show my image the used md5hash is 8407388cdac2ae39ada19d1ac8b870fe (which is the result of

    echo -n "$myemailaddress" | md5sum
    

    ). But only using 8daf52d74afb529cc48d3b31d82baa39 yields my image. 8daf52d74afb529cc48d3b31d82baa39 is the output of

    echo -n "$myemailaddress" | tr A-Z a-z | md5sum
    

    Best regards Uwe

    [1] http://en.gravatar.com/site/implement/url


    Avatar

    Anonymous Coward

    5 months ago

    Topic: Integrate OpenID authentication

    Integrate OpenID authentication.