Adblock breaks this site

What language would it be best to write this in?

Discussion in 'Programming General' started by Shaaaaun, Jul 1, 2012.

  1. Shaaaaun

    Shaaaaun Guru
    $25 USD Donor New

    Joined:
    Jul 30, 2011
    Posts:
    1,206
    Referrals:
    0
    Sythe Gold:
    1
    Discord Unique ID:
    shaun#4087
    Discord Username:
    shaaaaun
    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.
     
  2. matt_sells

    matt_sells Member

    Joined:
    Nov 28, 2011
    Posts:
    78
    Referrals:
    0
    Sythe Gold:
    0
    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.
     
  3. W77

    W77 Active Member

    Joined:
    Jan 30, 2012
    Posts:
    201
    Referrals:
    1
    Sythe Gold:
    0
    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.
     
  4. Shaaaaun

    Shaaaaun Guru
    $25 USD Donor New

    Joined:
    Jul 30, 2011
    Posts:
    1,206
    Referrals:
    0
    Sythe Gold:
    1
    Discord Unique ID:
    shaun#4087
    Discord Username:
    shaaaaun
    What language would it be best to write this in?

    I already have the name checker I just need the names to check.

    Thanks, I will check out that website.
     
  5. lechris

    lechris Guru
    Banned

    Joined:
    Jul 8, 2012
    Posts:
    1,397
    Referrals:
    0
    Sythe Gold:
    0
    What language would it be best to write this in?

    i think vb.net is the best for you
     
  6. handrew

    handrew Member

    Joined:
    May 16, 2012
    Posts:
    79
    Referrals:
    0
    Sythe Gold:
    0
    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
     
  7. mercatres

    mercatres Apprentice
    Banned

    Joined:
    Mar 2, 2008
    Posts:
    719
    Referrals:
    1
    Sythe Gold:
    0
    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.
     
  8. Clashfan

    Clashfan Swim To The Moon
    Highly Respected Retired Administrator

    Joined:
    Sep 2, 2005
    Posts:
    3,973
    Referrals:
    1
    Sythe Gold:
    1
    Two Factor Authentication User
    What language would it be best to write this in?

    Any language would be fine for that
     
< Need help with simple coding | Java, J2EE Web application development >


 
 
Adblock breaks this site