*MAFIA* Forums

Miscellaneous => Graphics => Topic started by: IcE^_ on February 18, 2009, 12:46:13 AM

Title: My first mp3 player ( Mirc programming scripting theme )
Post by: IcE^_ 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 ?

(http://img5.imageshack.us/img5/2408/55669523gn6.gif) (http://img5.imageshack.us/my.php?image=55669523gn6.gif)
(http://img5.imageshack.us/img5/55669523gn6.gif/1/w460.png) (http://g.imageshack.us/img5/55669523gn6.gif/1/)
Title: Re: My first mp3 player ( Mirc programming scripting theme )
Post by: IcE^_ on February 18, 2009, 01:22:04 AM
picture 2 : The Programming language .

(http://img230.imageshack.us/img230/444/40241282mo1.gif) (http://img230.imageshack.us/my.php?image=40241282mo1.gif)
(http://img230.imageshack.us/img230/40241282mo1.gif/1/w570.png) (http://g.imageshack.us/img230/40241282mo1.gif/1/)
Title: Re: My first mp3 player ( Mirc programming scripting theme )
Post by: IcE^_ on February 18, 2009, 01:24:05 AM
best  picture : http://img230.imageshack.us/img230/444/40241282mo1.gif
Title: Re: My first mp3 player ( Mirc programming scripting theme )
Post by: *MAFIA* Dune Surfer 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.
Title: Re: My first mp3 player ( Mirc programming scripting theme )
Post by: *MAFIA* OUTLAW 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
Title: Re: My first mp3 player ( Mirc programming scripting theme )
Post by: *MAFIA* MAGGOT 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
Title: Re: My first mp3 player ( Mirc programming scripting theme )
Post by: IcE^_ 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
Title: Re: My first mp3 player ( Mirc programming scripting theme )
Post by: IcE^_ 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 . 
Title: Re: My first mp3 player ( Mirc programming scripting theme )
Post by: IcE^_ 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 . 
Title: Re: My first mp3 player ( Mirc programming scripting theme )
Post by: *MAFIA* Ricardo on February 18, 2009, 12:57:36 PM
OMFG 3 POSTS !!! USE THE EDIT ! DUDE
Title: Re: My first mp3 player ( Mirc programming scripting theme )
Post by: Waffleboy 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.
Title: Re: My first mp3 player ( Mirc programming scripting theme )
Post by: ßlackOut 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..