 |

07-02-2012, 03:55 AM
|
|
Guru
|
|
Join Date: Jul 2011
Posts: 1,092
|
|
What language would it be best to write this in?
I'm looking to make a "program" to generate a list of possible matches onto a text file. So my question is what would be the best language to code this in.
Also if I a little bit ofprogramming experience.
E.g Generate all possibites from AAA through to ZZZ
AAA
AAB
AAC
etc.
|

07-02-2012, 02:36 PM
|
|
Member
|
|
Join Date: Nov 2011
Posts: 78
|
|
Re: What language would it be best to write this in?
Your not actually matching anything so I'm slightly confused however, I will presume you want a name checker, and you want to check every 3 letter combination, I'll also presume that you want alphanumeric combinations as well. To answer your question, any language could do this since you have little programming knowledge, I would recommend u use vb/c# for its simplicity. It's not a simple program to make either, not if you want to use multi threading to check multiple names at once etc.
On another note, if it's a name checker for rs names, it's already been done a thousand times over.
|

07-02-2012, 11:19 PM
|
|
Active Member
|
|
Join Date: Jan 2012
Location: Michigan - United States
Posts: 196
|
|
Re: What language would it be best to write this in?
Do it in Python, it would be the easiest.
Go to udacity.com and take the Computer Science 101 course. You learn Python from the ground up and in week 2 I believe you cover something very similar to that.
If you dedicate enough time to it you can get there in two days. (I did at least, but I already knew Python.)
I also suggest you set up PyDev in Eclipse before you begin.
__________________
I don't have an MSN and I don't like using Skype. (It's Micro$oft.)
Unless I mention otherwise, I will only talk on Google and Sythe. (You can Email, IM, Voice Chat, and Video Chat with Google.)
Vouches
|

07-03-2012, 03:58 AM
|
|
Guru
|
|
Join Date: Jul 2011
Posts: 1,092
|
|
Re: What language would it be best to write this in?
Quote:
Originally Posted by matt_sells
Your not actually matching anything so I'm slightly confused however, I will presume you want a name checker, and you want to check every 3 letter combination, I'll also presume that you want alphanumeric combinations as well. To answer your question, any language could do this since you have little programming knowledge, I would recommend u use vb/c# for its simplicity. It's not a simple program to make either, not if you want to use multi threading to check multiple names at once etc.
On another note, if it's a name checker for rs names, it's already been done a thousand times over.
|
I already have the name checker I just need the names to check.
Quote:
Originally Posted by W77
Do it in Python, it would be the easiest.
Go to udacity.com and take the Computer Science 101 course. You learn Python from the ground up and in week 2 I believe you cover something very similar to that.
If you dedicate enough time to it you can get there in two days. (I did at least, but I already knew Python.)
I also suggest you set up PyDev in Eclipse before you begin.
|
Thanks, I will check out that website.
|

07-08-2012, 06:28 PM
|
 |
Apprentice
|
|
Join Date: Jul 2012
Posts: 725
|
|
Re: What language would it be best to write this in?
i think vb.net is the best for you
__________________
my skype:lechris29
|

07-08-2012, 11:29 PM
|
 |
Member
|
|
Join Date: May 2012
Posts: 78
|
|
Re: What language would it be best to write this in?
take the prior advice and use Python. Probably your best bet if you aren't very experienced with coding.
-Handrew
|

07-12-2012, 10:15 PM
|
 |
Apprentice
|
|
Join Date: Mar 2008
Location: Belgium
Posts: 675
|
|
Re: What language would it be best to write this in?
Python isn't recommended for making actual apps.
Python are scripts which are pain in the ass to distribute and slow, python is slow.
__________________
I make private osrs scripts for tribot - PM me

|

07-14-2012, 06:07 PM
|
 |
Swim To The Moon
|
|
Join Date: Sep 2005
Posts: 3,957
|
|
Re: What language would it be best to write this in?
Any language would be fine for that
|
 |
|