Find a good available .com domain
1–10 of 301 posts
Re: Find a good available .com domain
#2Could one make a webservice based on the data?
Edit to clarify: I'm envisioning a open source service that uses an in-browser sqlite database [1] so you don't have to worry about a predatory middle party reserving the domains you searched for.
Re: Find a good available .com domain
#3It also lets you quickly search for available domain names related to
- baby names - animal names - planet names etc etc via templates.
Re: Find a good available .com domain
#4Re: Find a good available .com domain
#5Would the same process work for other tlds?
Re: Find a good available .com domain
#6Why do they come with a dictionary of words?
Re: Find a good available .com domain
#7Re: Find a good available .com domain
#8> If you’re on Mac, Linux, or BSD, you should have a dictionary of words at /usr/share/dict/words Why do they come with a dictionary of words?
words is a standard file on Unix and Unix-like operating systems, and is simply a newline-delimited list of dictionary words. It is used, for instance, by spell-checking programs. The words file is usually stored in /usr/share/dict/words or /usr/dict/words.
https://en.wikipedia.org/wiki/Words_(Unix)Re: Find a good available .com domain
#9Re: Find a good available .com domain
#10> If you’re on Mac, Linux, or BSD, you should have a dictionary of words at /usr/share/dict/words Why do they come with a dictionary of words?