Live data from Hacker News

Open Source Project Name Checker

github.com

1–10 of 22 posts

Re: Open Source Project Name Checker

#2
Yeah. An off by one error. If you input a string of three characters, then it complains that the input needs a name longer than two characters.

How about adding googlecode and bitbucket to the list of searched sites and providing links to the found projects at the searched sites?

Re: Open Source Project Name Checker

#3
Like the idea, but I'm having trouble interpreting the output. I searched for "stringer" (the name of one of my open source projects) and I see "npmjs" "sourceforge" and "github" with a neutral smile-y face - what does that mean?

Re: Open Source Project Name Checker

#5
I wrote something similar a good few years ago, and still use it:

http://blog.steve.org.uk/i_want_to_be_remembered.html

These days it lives in the Debian "devscripts" package, and it is still useful, even if it only checks against sourceforge, freshmeat, etc. (I guess freshmeat is dead these days.)

Re: Open Source Project Name Checker

#6
post #3

Like the idea, but I'm having trouble interpreting the output. I searched for "stringer" (the name of one of my open source projects) and I see "npmjs" "sourceforge" and "github" with a neutral smile-y face - what does that mean?

neutral smile should mean that name is already used by somebody else in this case i think that's you

Re: Open Source Project Name Checker

#7

Yeah. An off by one error. If you input a string of three characters, then it complains that the input needs a name longer than two characters. How about adding googlecode and bitbucket to the list of searched sites and providing links to the found projects at the searched sites?

Yea i see!! cool idea i will implement it over the weekend

Re: Open Source Project Name Checker

#9
Cool idea. Is that really the only 3 places to check tho? npmjs, GitHub & sourceforge? Have to admit I did this just to see what places there where. How about packaging systems for other languages, like Composer for PHP, PyPI for Python? Or even OS's, like the Debian package repository?

Re: Open Source Project Name Checker

#10

Cool idea. Is that really the only 3 places to check tho? npmjs, GitHub & sourceforge? Have to admit I did this just to see what places there where. How about packaging systems for other languages, like Composer for PHP, PyPI for Python? Or even OS's, like the Debian package repository?

Cool! Adding them right now to txt file, i will implement it today/tomorrow
Post reply on HN