User Profile

Collapse

Profile Sidebar

Collapse
Loismustdie129
Loismustdie129
Last Activity: Jul 25 '07, 11:45 PM
Joined: Aug 31 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Loismustdie129
    replied to Nmap Problem
    Well, the game isn't working right and it said that a port may be closed that needs to be opened for the online play to work. I need to check if it is open to see if the game has a bad install. I have which port it needs open written down somewhere, but I can't find it right now. So, apparently, the progam didn't open the port like it should have or the game is bad, which is what I am trying to figure out.

    I tried netstat but, to...
    See more | Go to post

    Leave a comment:


  • Loismustdie129
    started a topic Nmap Problem

    Nmap Problem

    I am using PCLinuxOS 2007 now. When I go into the terminal I attempt to see my open ports so i can open one for a game. When I try to run an nmap on 127.0.0.1, it returns no ports. So I guess I want to know if there is a command to show all the ports, opened or closed?
    See more | Go to post

  • Loismustdie129
    started a topic Assemblers

    Assemblers

    I know this will sound odd but I need a good assembler for assembly language, does anyone know any. I have tried as86 but I didn't really understand it and it didn't work out. So anyone know any other than these.
    See more | Go to post

  • Loismustdie129
    replied to Need help with this script
    I actually included sleep in order to hold the answer to be able to take it down. I could avoid this if there was a way to write this into a text file automatically. You guys got anything for that?...
    See more | Go to post

    Leave a comment:


  • Loismustdie129
    started a topic Need help with this script

    Need help with this script

    What I basically want to do is call two numbers x and y. I want to make a loop so that (x = x+1 and y=y+10) and then wait 5 seconds. Here is the script I have been toying with.

    Code:
    from time import *
    
    def byte():
        x = input("what is your x value? ")
        y = input("what is your y value? ")
        if y <= x:
            while y < 1000:
                z = y/x
    ...
    See more | Go to post

  • Loismustdie129
    replied to /etc directory
    I am trying to save a script to backup my jump drive. I am using the text editor that came with Ubuntu and was present on the desktop.
    See more | Go to post

    Leave a comment:


  • Loismustdie129
    started a topic /etc directory

    /etc directory

    I am having problems saving files to my /etc tree. Specifically /etc/udev/rules.d. I am using Ubuntu 6.06, and I have logged in as root and nothing. I have changed the directory permission (multiple times) and nothing still.

    Anyone know anything that can help.
    See more | Go to post

  • Loismustdie129
    replied to Crashing prime number calculator
    I worked on it for a while and I found that I didn't get an error. I did have to shift the last IF function over to the place of the ELIF function in prime_test. Or:

    Code:
    def prime_test(testnum, maxnum):
        import math
        count = 3
        prime = True
        while testnum <= maxnum:
            if testnum % 2 == 0:
                testnum = testnum + 1
            elif testnum % 2 != 0:
    ...
    See more | Go to post

    Leave a comment:


  • Thanks, I don't know how I missed those or weren't able to find them. Thanks for your help, I have looked through them and they look really good. I cannot wait until I can look at these more thoroughly.
    See more | Go to post

    Leave a comment:


  • I don't know about hard facts or jobs, but my dad always told me that you never know enough about anything to stop learning. I guess you develop and learn new things all your life.

    Basically what I think, and how I learn, is that I never know everything and that I barely know anything. I jump from there and never stop. I know this doesn't help but, I like philosophy so I always delve deep into a question.
    See more | Go to post

    Leave a comment:


  • Loismustdie129
    started a topic I was wondering if someone could help me

    I was wondering if someone could help me

    I don't really know if this is right to ask this here or not (and if it isn't please correct me) but I was wondering if you guys could help me learn about databases and MySQL.

    I have googled this a thousand time and still I don't have a concrete answer but, what do you do with a database like MySQL? and, how do you connect and interact with it?

    That is all the questions I have, if anyone could give me any help at all...
    See more | Go to post

  • Loismustdie129
    replied to Python project suggestions, anyone?
    That sounds like a good idea too. I guess I will take them on as they came to me here.
    See more | Go to post

    Leave a comment:


  • Loismustdie129
    replied to Python project suggestions, anyone?
    That is pretty good. I will look into doing that.
    See more | Go to post

    Leave a comment:


  • Loismustdie129
    started a topic Python project suggestions, anyone?

    Python project suggestions, anyone?

    I am getting lazy here. I need something to do for Python to continue my education.

    If anyone has any suggestions for a project I could undertake that would be great. I have no idea what to do, what to program or what I want it to do. If anyone has just a few suggestions (or one) that would just be great and I would greatly appreciate it.
    See more | Go to post

  • Loismustdie129
    replied to Beginning C++ programmers
    how was your first experience in C++?
    It was complicated and it almost made me quite programming, but I went back to learning Python for a while and came back to C++ and I was fine.

    what was your first project, if you remember?
    It was a program to figure up Mersenne Primes.

    what made you interested in C++?
    It was the next step in programming (I thought at least).

    what do you like most...
    See more | Go to post

    Leave a comment:


  • Loismustdie129
    replied to Python
    They should, right now the team is just compiling so I don't know alot of details but I am almost certain it will.

    I mean what else would you do with new maps....
    See more | Go to post

    Leave a comment:


  • Loismustdie129
    replied to Linux Fedora Core 6
    I don't like Fedora Core 6. I had many problems with disk 3, I downloaded and burned it multiple times but each time it failed. Fedora Core 5 was fine and I hope they do better with Fedora Core 7 because I certainly will use that if the download is fine.
    See more | Go to post

    Leave a comment:


  • Loismustdie129
    replied to Python
    The only game I know using python is called Battle for Wesnoth. You download it and play it.

    Currently they are adding new maps and I am a Beta Tester for that.
    See more | Go to post

    Leave a comment:


  • I just got Ubuntu 6.06 which comes with Firefox, as does most all linux distrobutions. I must say I have enjoyed using Firefox ever since I started using linux. Although with Ubuntu it comes with Opera as an option and that is really nice too, I would use them with feeling but my computer slows way, way down with Opera.
    See more | Go to post

    Leave a comment:


  • Loismustdie129
    replied to Help with Classes
    Well thank you, that was the last part I needed, with the __init__ function. I just thought that I was doing something else wrong and I would change that later. But I guess I did that wrong too :-)....
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...