System Maintenance: NamePros will be offline for 20 minutes at the top of the hour (4AM EST)
01-27-2007, 01:00 AM
|
· #1 | | Eating Pie Name: Steve Location: Canada Join Date: Nov 2004
Posts: 2,280
NP$: 87.30 ( Donate)
| List of Possible LLL Hey,
Does anyone have a list of all the LLL possible combos?
Like
aaa
aab
aac
aad
aae
... etc..
- Steve |
| |
01-27-2007, 01:25 AM
|
· #2 | | Stud Sausage Location: England Join Date: Dec 2006
Posts: 1,545
NP$: 32.41 ( Donate)
| Hmm, i really can't think of a better way to do it than this: (although i would bet there is one). PHP Code: <?php
for ($i = 65; $i <= 90; $i++)
{
$firstcharacter = chr( $i );
for ($x = 65; $x <= 90; $x++)
{
$secondcharacter = chr( $x );
for ($q = 65; $q <= 90; $q++)
{
$thirdcharacter = chr( $q );
$domain = $firstcharacter . $secondcharacter . $thirdcharacter;
// echo $firstcharacter . $secondcharacter . $thirdcharacter . '<br />';
}
}
}
?>
edit: Ah just realised you put "have" not make lol. Ah well if you ever need to produce one use this 
Last edited by Matthew. : 01-27-2007 at 04:41 AM.
|
| |
01-27-2007, 01:46 AM
|
· #3 | | NamePros Regular |
__________________ I've been the man before anyone knew what being the man was all about! |
| |
01-27-2007, 01:47 AM
|
· #4 | | NamePros Regular Join Date: Jul 2006
Posts: 517
NP$: 102.50 ( Donate)
| You can make the list by below way.
Write A to Z three times in first line.
Then write the first A below
A
Then write the second A below
AA
Then write the third A below
AAA
Next
write the first A below
A
write the second A below
AA
write the third B below
AAB
Next
write the first A below
A
write the second A below
AA
write the third C below
AAC
Next
write the first A below
A
write the second A below
AA
write the third D below
AAD
Go by this way untill Z
Next
write the first A below
A
write the second B below
AB
write the third A below
ABA
Next
write the first A below
A
write the second B below
AB
write the third B below
ABB
Next
write the first A below
A
write the second B below
AB
write the third C below
ABC
Next
write the first A below
A
write the second B below
AB
write the third D below
ABD
Follow this way untill ZZZ
Best Regards |
| |
01-27-2007, 01:54 AM
|
· #5 | | Stud Sausage Location: England Join Date: Dec 2006
Posts: 1,545
NP$: 32.41 ( Donate)
|
Lol Amma, that's what my code does  |
| |
01-27-2007, 01:56 AM
|
· #6 | | NamePros Addict Join Date: Jul 2005
Posts: 9,808
NP$: 3087.91 ( Donate)
| |
| |
01-27-2007, 02:57 AM
|
· #7 | | NamePros Regular Join Date: Jul 2006
Posts: 517
NP$: 102.50 ( Donate)
| Added reputation. |
| |
01-27-2007, 09:58 AM
|
· #8 | | Buy my domains. Name: Dan Join Date: Feb 2006
Posts: 2,800
NP$: 54.00 ( Donate)
| |
| |
05-12-2008, 01:33 PM
|
· #9 | | NamePros Staff Name: Gomainer.com Location: Esse quam videri Join Date: Nov 2004
Posts: 8,047
NP$: 341.77 ( Donate)
|
Used to love this one - any idea where it went or if there is another one like it out there  ?
-Allan 
__________________  Something Witty This Way Comes... |
| |
05-12-2008, 02:29 PM
|
· #10 | | Danltn.com Name: Daniel Neville Location: Danltn.com / Nottingham, UK Join Date: May 2007
Posts: 1,183
NP$: 676.56 ( Donate)
| |
| |
05-12-2008, 02:34 PM
|
· #11 | | NamePros Staff Name: Gomainer.com Location: Esse quam videri Join Date: Nov 2004
Posts: 8,047
NP$: 341.77 ( Donate)
|
__________________  Something Witty This Way Comes... |
| |
05-12-2008, 02:37 PM
|
· #12 | | On Signature Patrol! Join Date: Mar 2006
Posts: 4,199
NP$: 295.55 ( Donate)
| If you have a scanner that doesn't
require a list with a TLD attached (like mine)
then you can find the complete LLL list HERE
__________________ Signatures should be no more than FOUR lines in length and may not contain
images or fonts larger than Size 2. |
| |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | |