*MAFIA* Forums

*MAFIA* Forums

  • May 05, 2024, 10:55:20 PM
  • Welcome, Guest
Please login or register.

Login with username, password and session length
Advanced search  

News:

Welcome back the Arcade! Play over 100+ games to get the high score and compete against other forum members.

http://www.mafiaowns.com/index.php?action=arcade;sa=list;sortby=a2z;

Author Topic: My first mp3 player ( Mirc programming scripting theme )  (Read 2960 times)

IcE^_

  • Forum Member
  • Reputation: -267
  • Offline Offline
  • Posts: 84
    • View Profile
My first mp3 player ( Mirc programming scripting theme )
« on: February 18, 2009, 12:46:13 AM »

im in mirc 1.4 years now and i like the scripting . I do not know how many peoples likes to do that because the scripting is a hard language programming .and simultaneously needs a lot of time to create e.g 2 addons . i have globally 22 new addons e.g Intro , picture viewer , awaysystem , whois advance system , query acceptor , system , ban system auto join system 3 mp3 players etc . knows somebody the scripting ? works somebody this programming language ? or or I am the alone individual that works with this way here ?


Logged

IcE^_

  • Forum Member
  • Reputation: -267
  • Offline Offline
  • Posts: 84
    • View Profile
Re: My first mp3 player ( Mirc programming scripting theme )
« Reply #1 on: February 18, 2009, 01:22:04 AM »

picture 2 : The Programming language .


Logged

IcE^_

  • Forum Member
  • Reputation: -267
  • Offline Offline
  • Posts: 84
    • View Profile
Logged

*MAFIA* Dune Surfer

  • *MAFIA* Admin
  • Forum Member
  • Reputation: 1649
  • Offline Offline
  • Posts: 2,303
    • View Profile
Re: My first mp3 player ( Mirc programming scripting theme )
« Reply #3 on: February 18, 2009, 03:21:12 AM »

Surely that little bit of script doesn't do all that? what programme do you use to compile? I did First Basic programming in college it was boring to fuck. I only passed the module because I copied everything off this clever Chinese girl that sat next to me in seminars.
Logged

*MAFIA* OUTLAW

  • *MAFIA* Member
  • Forum Member
  • Reputation: 552
  • Offline Offline
  • Posts: 1,060
  • Deus Absconditus
    • View Profile
Re: My first mp3 player ( Mirc programming scripting theme )
« Reply #4 on: February 18, 2009, 06:31:31 AM »

I'm currently in Intro to Programming and we use the same software that MIT teaches their students with. It's called Python 2.5.4 and it's easy to use. Here's a module i'm working on right now:

# santalist.py
# See who is on the good/bad list

good_list = [ "Mary", "Evan", "Georgina", "Ralph", "Jesse" ]
bad_list = [ "Frank", "Ruth" ]

print "Welcome to the Santa Claus good/bad list."
print "Enter a name or just press Enter when done."

while True:
    name = raw_input("Name: ")
    if not name:
        break
    if name in good_list:
        print name, "is on the good list."
    elif name in bad_list:
        print name, "is on the bad list."
        if raw_input("Remove from bad list? ") == "yes":
            bad_list.remov e(name)
    else:
        print "Sorry, can't find", name,
        print "on either list."
        print "Good List =", good_list, "Bad List =", bad_list
        if raw_input("Add to the good list? ") == "yes":
            good_list.appe nd(name)

    # end-of-file
Logged

*MAFIA* MAGGOT

  • *MAFIA* Admin
  • Forum Member
  • Reputation: 1389
  • Offline Offline
  • Posts: 3,144
  • OFWGKTADGAFLLBBLSBFBN
    • View Profile
Re: My first mp3 player ( Mirc programming scripting theme )
« Reply #5 on: February 18, 2009, 07:20:31 AM »

It's called Python 2.5.4 and it's easy to use.
I'll show you my easy to use python!























<3
Logged


"At some point in their lives, 1 in 6 children will be abducted by the dutch." ~The fact core, Portal 2.

IcE^_

  • Forum Member
  • Reputation: -267
  • Offline Offline
  • Posts: 84
    • View Profile
Re: My first mp3 player ( Mirc programming scripting theme )
« Reply #6 on: February 18, 2009, 10:38:09 AM »

Surely that little bit of script doesn't do all that? what programme do you use to compile? I did First Basic programming in college it was boring to fuck. I only passed the module because I copied everything off this clever Chinese girl that sat next to me in seminars.


nice job guys : > i want to learn more from another programming .  I do not know what to do my free time , and i make this programming , i like programming , if I don't have this work , The result is that : I do not know what to do  . xD
Logged

IcE^_

  • Forum Member
  • Reputation: -267
  • Offline Offline
  • Posts: 84
    • View Profile
Re: My first mp3 player ( Mirc programming scripting theme )
« Reply #7 on: February 18, 2009, 10:54:17 AM »

I am  still yet a beginner i don't  know more for programming , but i want to learn more , not only scripting  scripting ..., example : i want to learn how to make a  html etc . because the scripting is so boring . 
Logged

IcE^_

  • Forum Member
  • Reputation: -267
  • Offline Offline
  • Posts: 84
    • View Profile
Re: My first mp3 player ( Mirc programming scripting theme )
« Reply #8 on: February 18, 2009, 11:08:52 AM »

But it is hard work in some cases . programming is something like mathematics, and it needs much thought and time to achieve the desired results  , otherwise it is  a waste of time . 
Logged

*MAFIA* Ricardo

  • *MAFIA* Member
  • Forum Member
  • Reputation: 586
  • Offline Offline
  • Posts: 1,378
    • View Profile
Re: My first mp3 player ( Mirc programming scripting theme )
« Reply #9 on: February 18, 2009, 12:57:36 PM »

OMFG 3 POSTS !!! USE THE EDIT ! DUDE
Logged

Waffleboy

  • Forum Member
  • Reputation: 18
  • Offline Offline
  • Posts: 178
    • View Profile
Re: My first mp3 player ( Mirc programming scripting theme )
« Reply #10 on: February 18, 2009, 01:18:17 PM »

html is really easy...I'm just a teenager, but I know some about programming.  If you want learn more about, you should learn a language like visual basic, C, C++, or java.  There's lots of books available and lots of free compilers too.
« Last Edit: February 18, 2009, 07:29:26 PM by Waffleboy »
Logged

ßlackOut

  • Forum Member
  • Reputation: 267
  • Offline Offline
  • Posts: 781
    • View Profile
    • *MAFIA*
Re: My first mp3 player ( Mirc programming scripting theme )
« Reply #11 on: February 18, 2009, 08:45:51 PM »

Quote
you should learn a language like visual basic, C, C++, or java.  There's lots of books available and lots of free compilers too.

GET THEM AT YOUR LOCAL RETAIL STORE. TERMS AND CONDITIONS MAY APPLY


wow waffle..

Logged
 

Page created in 0.046 seconds with 28 queries.