How to generate all phone numbers with given 7 digits?

camo090

Registered Member
Joined
Nov 30, 2010
Messages
94
Reaction score
4
hi all bhw. i need to generate all the combinations of numbers with given 7 digits (from 0to9). They should be around 7 Billion. How can i bulk generate all of them, and how much time would it take to do it? thanks
 
To generate the possible numbers would be trivial to do with a couple minutes of code. File containing it would likely be fairly large.
 
thank you for replying. how much would it cost a sotware to do the job (if you are a code developer, or you know one)? and how much time would it takes to generate all the numbers in your opinion? thanks

To generate the possible numbers would be trivial to do with a couple minutes of code. File containing it would likely be fairly large.
 
thank you for replying. how much would it cost a sotware to do the job (if you are a code developer, or you know one)? and how much time would it takes to generate all the numbers in your opinion? thanks
What are your specific requirements?

If it is just to spit out something akin to the text below it would take a couple minutes:
0000000
0000001
0000002
0000003

If you have some specific requirements beyond the above post it here, if it is trivial I will fart it out for you.
 
awesome, let's talk in private.
 
just using this
https://www.random.org/integers/

or better here another ones:
http://textmechanic.com/text-tools/numeration-tools/generate-list-numbers/

you can saves as txt
 
why all the sss? :)

Haves yous reads thes ......completes postss ands ...... thes requirementss whichs OPs .... hass posteds .... hows comes thiss 2s links ares ...... generatings numberss ... accordings tos clientss requirementss ...
 
I have a window based software developed for a client for generating some Specific sets of number. I still have the source code with me, so with a little modification to the source code, the software will meet your requirements.
 
hi donawoite, how much for the software with the required modifications? do you develop? thanks

I have a window based software developed for a client for generating some Specific sets of number. I still have the source code with me, so with a little modification to the source code, the software will meet your requirements.
 
hi donawoite, how much for the software with the required modifications? do you develop? thanks
Yes I develop mostly for private use only and in some rear instances I developed for other users too.
Pm me the full details of the bot, also I didn't see your pm.
 
sorry for the late reply. i pmed you. thanks

Yes I develop mostly for private use only and in some rear instances I developed for other users too.
Pm me the full details of the bot, also I didn't see your pm.
 
Come on man, Let him learn or teach him. Hope you know he has got a Degree in Medicine in University of Madras. I think you are underestimating and kidding him unnecessarily. :P

Haves yous reads thes ......completes postss ands ...... thes requirementss whichs OPs .... hass posteds .... hows comes thiss 2s links ares ...... generatings numberss ... accordings tos clientss requirementss ...

To the OP, It is not more than a few lines of coding that does the job for you. it cant be in billions but 10 millions I guess.
 
Back
Top