Skip to content

Instantly share code, notes, and snippets.

@cedricporter
Created July 10, 2014 11:43
Show Gist options
  • Save cedricporter/43a4f6f1f5674b4617fe to your computer and use it in GitHub Desktop.
Save cedricporter/43a4f6f1f5674b4617fe to your computer and use it in GitHub Desktop.

Revisions

  1. cedricporter revised this gist Jul 10, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion increasing_file.py
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    # python build.py >> out.log
    # python increasing_file.py >> out.log
    import os
    import time
    import sys
  2. cedricporter created this gist Jul 10, 2014.
    9 changes: 9 additions & 0 deletions increasing_file.py
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    # python build.py >> out.log
    import os
    import time
    import sys

    while True:
    print "asdf"
    sys.stdout.flush()
    time.sleep(0.01)