#Web
#avatar
Return a URL to a random avatar from Gravatar.
By default, a url is returned without a protocol. Specify one to get a random url but with a known protocol
Optionally specify a file extension to get one of a known type
You can also use it with a known email address to just get that gravatar.
However, note this, of course, no longer makes it random, just more of a helper function:
#color
Return a random color in a random format.
Colors have six base types: hex
, shorthex
, rgb
, rgba
, 0x
, name
These are the kinds usable in HTML or CSS. The type can optionally be specified
Can optionally specify that only grayscale colors be generated
Optionally specify casing to get only uppercase letters in the color
#company
Return a random company name.
#domain
Return a random domain with a random tld.
Optionally specify a tld and the domain will be random but the tld will not.
Return a random email with a random domain.
Optionally specify a domain and the email will be random but the domain will not.
#fbid
Return a random Facebook id, aka fbid.
#google_analytics
Return a random Google Analytics tracking code. Takes the form 'UA-123456-01'
#hashtag
Return a random hashtag. This is a string of the form '#thisisahashtag'.
#ip
Return a random IP Address.
#ipv6
Return a random IPv6 Address.
#klout
Return a random Klout score. Range 1-99.
#ip
Return a random MAC Address (EUI-48).
Optionally specify a specific delimiter between octets.
#profession
Return a random profession. Rank is false by default.
Optionally set rank as true get rank with profession.
#tld
Return a random tld (Top Level Domain) from the list of 2-letter country tld list plus the following set:
Note, these do not start with a period.
Return a random twitter handle.
#url
Return a random url.
Optionally specify a protocol and the url will be random but the protocol will not.
Optionally specify a domain and the url will be random but the domain will not.
Optionally specify a domain prefix and domain will be random, and domain prefix will not.
Optionally specify a path and it will be obeyed.
Optionally specify an array of extensions and one will be picked at random.