|
-
May 18th, 2005, 10:52 AM
#1
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_lines, this_link, line_number, file_number)
line_number += 1
file_number += 1
print "Total errors : " + str(error_count) + "\n\n\n\n"
-
May 26th, 2005, 12:47 AM
#2
Fanatic Member
Re: Look at Python:
Blinded by the Force of Python, NoteMe has become. -- Yoda
-
May 26th, 2005, 05:03 AM
#3
Re: Look at Python:
Blinded is the right word I think...
ØØ
-
May 26th, 2005, 02:49 PM
#4
Frenzied Member
"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.
-
May 27th, 2005, 02:45 AM
#5
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|