Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Me4President

    Counting files by date - filling unused dates with 0's

    Hello, I am trying to count the number of files created per day with a given extension. I am searching a folder recursively. What I have at the moment counts the number of files per day, but does not include those days where there are no files. #!/usr/bin/env python import os, glob, time...
  2. Me4President

    Simple python problem - process strings in loops

    The problem: I want to enter a text file, in the format below: 3974.1399 1693.0822 1921.5103 1 3 3 event_outline 3877.0623 1658.3441 1854.6477 2 3 3 event_outline 3818.4111 1641.9969 1769.8671 2 3 3 event_outline 2461.6321 1632.2740...
  3. Me4President

    Beginner's simple program works but am sure there is a better way.

    Hi, Sorry for the long post, but I thought as much info as possible would help... I did 8 weeks of fortran77 at university last year, and was always terrible. But I have been trying to use it recently at work to automate a task, trying to format the contents of an ascii text file. I am doing it...

Part and Inventory Search

Back
Top