Questions tagged [names]

"names" (plural) is an attribute of some R objects in the R language

In the scientific software R for statistical computing and graphics, "names" is an attribute of some data objects, like vectors (including lists) and data frames. See ?names for details.

873 questions
-6
votes
1 answer

Php script to find/recognize words in the domain name

I'm looking for a php code/script that can recognize words in the domain name. For example when user query domain name snapnames.com - this script will display SnapNames.com (recognize 2 words in this domain: Snap Names) Hope someone can…
-6
votes
2 answers

Rails 4, is there a gem that validates a user is entering a real name?

I want to make sure that users enter real names for their profile on my website. Is there a gem that will take care of these validations?
malexanders
  • 3,203
  • 5
  • 26
  • 46
1 2 3
58
59