NamePros.Com (http://www.namepros.com/)
-   Programming (http://www.namepros.com/programming/)
-   -   [resolved] List of Possible LLL (http://www.namepros.com/programming/286709-resolved-list-of-possible-lll.html)

iNod 01-27-2007 02:00 AM

List of Possible LLL
 
Hey,

Does anyone have a list of all the LLL possible combos?

Like

aaa
aab
aac
aad
aae

... etc..

- Steve

Matthew. 01-27-2007 02:25 AM

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 :hehe:

HBK216 01-27-2007 02:46 AM

LLL: http://www.hbk216.com/LLL.txt

NNN: http://www.hbk216.com/NNN.txt

Amma 01-27-2007 02:47 AM

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

Matthew. 01-27-2007 02:54 AM

Originally Posted by Amma
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

...



Lol Amma, that's what my code does :)

mellowmasher 01-27-2007 02:56 AM

http://www.abchotelguide.com/free/AllThreeLetter.txt

Hope this helps :)

Amma 01-27-2007 03:57 AM

Added reputation.

Originally Posted by Matthew.
Lol Amma, that's what my code does :)


Dan 01-27-2007 10:58 AM

http://www.ruuma.com/s/combo-generator.php

In the characters box:
L letters
C characters
D consonants
V vowels
N numbers
G "good" letters
H "good" consonants

So, for LLL, you would type LLL ;)

IAmAllanShore 05-12-2008 02:33 PM

Originally Posted by Dan
http://www.ruuma.com/s/combo-generator.php

In the characters box:
L letters
C characters
D consonants
V vowels
N numbers
G "good" letters
H "good" consonants

So, for LLL, you would type LLL ;)



Used to love this one - any idea where it went or if there is another one like it out there :p ?

-Allan :gl:

Daniel 05-12-2008 03:29 PM

Here you go!

http://danltn.com/test/gen.php

:tu:

(Don't abuse it, although each list is only gen'd once, then saved.)

IAmAllanShore 05-12-2008 03:34 PM

Originally Posted by Daniel
Here you go!

http://danltn.com/test/gen.php

:tu:

(Don't abuse it, although each list is only gen'd once, then saved.)





:bingo: :bingo: :bingo:

Great stuff, thanks :tu:

-Allan :gl:

mis_chiff 05-12-2008 03:37 PM

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


All times are GMT -7. The time now is 01:24 PM.
Site Sponsors
Advertise your business at NamePros

Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0