Skip to content

Commit

Permalink
@iamed2 : WikiSort.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
svaksha committed Jan 31, 2016
1 parent d03dc8f commit a884fe9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions AI.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@
+ [NearestNeighbors.jl](https://github.com/johnmyleswhite/NearestNeighbors.jl) :: Data structures for nearest neighbor search.
+ [ReverseRegexes.jl](https://github.com/carlobaldassi/ReverseRegexes.jl) :: Adds functionality to reverse-search strings with regexes

### Sorting
+ [WikiSort.jl](https://github.com/iamed2/WikiSort.jl) :: An implementation of the WikiSort algorithm in Julia.

### Time
+ [LabelPropagation.jl](https://github.com/afternone/LabelPropagation.jl) :: A fast, nearly linear time algorithm for detecting communtiy structure in networks.

Expand Down

10 comments on commit a884fe9

@iamed2
Copy link

@iamed2 iamed2 commented on a884fe9 Jan 31, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yikes! It's definitely not ready to be in here. It doesn't even sort! ;)

@svaksha
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well.. it is publicly available and I do list repos that dont live up to their names ;)
But if you want it removed, it goes - the package owner gets the final say!

@iamed2
Copy link

@iamed2 iamed2 commented on a884fe9 Jan 31, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can come back and let you know when it actually contains the sorting part of the sort. Until then, it doesn't belong on a curated list.

@svaksha
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed. Feel free to submit a PR whenever its ready.

@tbreloff
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry to hijack this thread, but I wonder if it would be reasonable to add some sort of metadata to each listing which includes whether a package falls into various categories:

  • Production-ready
  • Tested
  • Actively maintained
  • Abandoned
  • Experimental
  • A "throw-away toy repo"

It may be reasonable to let the community compile this data (possibly a google docs form or sheet?) by asking on julia-users for assistance in filling in the blanks for repos that they have personal experience with.

I find that this repo is such an enormous help in searching out new functionality, but that it can take a long time to evaluate which packages are worth looking at. Also I too have a couple repos on here that are in various states of usefulness, and it can feel strange to have them on here without context.

@svaksha
Copy link
Owner Author

@svaksha svaksha commented on a884fe9 Feb 1, 2016 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cndesantana
Copy link

@cndesantana cndesantana commented on a884fe9 Feb 1, 2016 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tbreloff
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the thoughtful comments @svaksha. I see your points and agree. (I especially agree that it would be nice if METADATA had some of this curation) Also thanks for taking the time to compile this repo!

I suppose it does make sense for only the package authors to be allowed to update a "status". I'm happy to be the guinea pig and add a status for my packages with a PR. I wonder... what do you think would be a useful format?

With an example, I'm sure the rest of the community would be happy to contribute. We could just start an umbrella issue here and let package authors comment with the desired status, then compile into a PR when time allows.

@svaksha
Copy link
Owner Author

@svaksha svaksha commented on a884fe9 Feb 2, 2016 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@svaksha
Copy link
Owner Author

@svaksha svaksha commented on a884fe9 Feb 2, 2016 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.