Curious - In getting your data for the 10th place time does your script directly access the USMS database (i.e. select statements)? (I was a programmer in my previous life ) A very complex script :applaud:
It fetches pages with addresses of the form,
"">www.usms.org/.../toptenlist.php + "&Year="+yy + "&Sex="+Sex + "&AgeGroupID="+AG;
and then parses the HTML to get the times.
As for complexity, it's not too bad. About 700 lines, including comments. It's written in javascript.
Curious - In getting your data for the 10th place time does your script directly access the USMS database (i.e. select statements)? (I was a programmer in my previous life ) A very complex script :applaud:
It fetches pages with addresses of the form,
"">www.usms.org/.../toptenlist.php + "&Year="+yy + "&Sex="+Sex + "&AgeGroupID="+AG;
and then parses the HTML to get the times.
As for complexity, it's not too bad. About 700 lines, including comments. It's written in javascript.