*MAFIA* Forums

*MAFIA* Forums

  • July 04, 2024, 10:18:44 AM
  • 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;

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - *MAFIA* OUTLAW

Pages: 1 ... 13 14 [15] 16 17 ... 61
212
Games / Re: Help with instalation por favor
« on: February 18, 2009, 03:32:47 PM »
Better hope to god you have a PCI Express or PCI Express 2.0 bus on your mother board. I'm stuck playing on a ATI Radeon X1300 with 256 MB RAM video card because I only have a regular PCI Bus.

213
Graphics / Re: My first mp3 player ( Mirc programming scripting theme )
« 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

214
Help / Re: VIRUS
« on: February 17, 2009, 06:25:59 AM »
I have Spy Sweeper and Norton and have had great protection. It cost money for like a year subscription but it's worth to know you can surf and download without a worry.

215
Games / Re: Project Origin Fear 2
« on: February 07, 2009, 05:48:29 PM »
Two more days to go...

216
BF Other / Re: check it mother fuckers!!
« on: February 06, 2009, 05:17:20 AM »
ABout mOtherfuckin time. YAY

217
General / Re: what if?
« on: February 04, 2009, 06:33:28 AM »
I would hire this guy...


218
General / Re: @ BALTHY
« on: February 02, 2009, 03:16:19 AM »
It's funny to hear people complain about the cold.

219
Help / Re: Itunes converter
« on: January 27, 2009, 04:24:07 PM »
I am assuming you're talking about the downloaded protected AAC audio file and yes there are converters out there that usually will cost money and I have yet to come across a free one. Easiest way to turn the AAC file to MP3 would be to burn the song(s) to a CD and re-add them to your library; make sure your import settings are set to import MP3 in the preferences.

Edit: Step by Step http://www.mafiaowns.com/index.php/topic,7885.0.html

221
General / Re: Bacon Birthday
« on: January 22, 2009, 08:00:40 PM »
Happy Birthday Bacon

222
Graphics / Re: fucking sig
« on: January 19, 2009, 07:45:05 PM »
Such Hostility

223
Media / Re: Cold hands? No problem.
« on: January 06, 2009, 07:24:37 PM »
wow rofl :D

224
Games / Re: COD5 is close to accurate
« on: January 05, 2009, 03:13:59 PM »
Meh ya it's pretty accurate but the noob tubes piss me and everyone off lol.

225
Games / Re: Ray-gun Easter egg
« on: January 05, 2009, 03:05:24 PM »
Makin is the best map lol.

Pages: 1 ... 13 14 [15] 16 17 ... 61

Page created in 0.072 seconds with 30 queries.