Results 1 to 5 of 5

Thread: Look at Python:

  1. #1

    Thread Starter
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    Look at Python:

    PHP Code:
    # Read through all the links, so one and one can be tested.
    def read_through_links():
        
        
    found 0
        file_number 
    0  
        number_of_files 
    len(constants.files_and_lines)

        
        for 
    files in constants.files_and_lines:
            global 
    new_file
            new_file 
    1
            
            number_of_lines 
    len(files)
            
    line_number 0
            
            
    while line_number number_of_lines:

                
    this_link files[line_number]
                
                if 
    link_with_term(this_link) == 1:
                    
    find_term(constants.files_and_linesthis_linkline_numberfile_number)           

                
    line_number += 1


                
            file_number 
    += 1
                

        
    print "Total errors : " str(error_count) + "\n\n\n\n" 

  2. #2
    Fanatic Member
    Join Date
    Jan 2005
    Location
    Cebu
    Posts
    607

    Re: Look at Python:

    Blinded by the Force of Python, NoteMe has become. -- Yoda

  3. #3

    Thread Starter
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    Re: Look at Python:

    Blinded is the right word I think...


    ØØ

  4. #4
    Frenzied Member vbNeo's Avatar
    Join Date
    May 2002
    Location
    Jutland, Denmark
    Posts
    1,994

    Re: Look at Python:

    Slick
    "Lies, sanctions, and cruise missiles have never created a free and just society. Only everyday people can do that."
    - Zack de la Rocha


    Hear me roar.

  5. #5

    Thread Starter
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    Re: Look at Python:

    I have always been slick, and I always will be...and I write slick code of course..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width