Popular recipes by Tony Dycks http://code.activestate.com/recipes/users/115142/2001-09-10T23:35:17-07:00ActiveState Code RecipesVW.TCL -- TK Text File Viewer (Tcl) 2001-09-10T23:35:17-07:00Tony Dyckshttp://code.activestate.com/recipes/users/115142/http://code.activestate.com/recipes/68395-vwtcl-tk-text-file-viewer/ <p style="color: grey"> Tcl recipe 68395 by <a href="/recipes/users/115142/">Tony Dycks</a> (<a href="/recipes/tags/binding/">binding</a>). </p> <p>A Text File Viewer Program Utilizing a Text Widget With A Vertical Scrollbar. Menu And Button Widgets Are Used In Conjunction With a tk_getOpenFile Dialog Window To Allow The User To Select A Text File For Viewing. A Menu Option And Button Widget Enable A Program Exit Option.</p> READBIN.PY -- A Command Line Utility For Reading And Printing A Formatted Hex/Character File Dump (Python) 2001-06-21T01:04:24-07:00Tony Dyckshttp://code.activestate.com/recipes/users/115142/http://code.activestate.com/recipes/65257-readbinpy-a-command-line-utility-for-reading-and-p/ <p style="color: grey"> Python recipe 65257 by <a href="/recipes/users/115142/">Tony Dycks</a> (<a href="/recipes/tags/files/">files</a>). </p> <p>READBIN is a Text Console-based program which reads a single Input File specified on the command line one character at a time and prints out a formatted hex "dump" representation of the files contents 16 characters per display line. A prompt for continuation is issued after displaying 20 lines (320 characters of information). An entry of "X" or "x" followed by the &lt;Enter&gt; key terminates the program execution. Any other entry followed by &lt;Enter&gt; continues the display of the formatted hex and character information. A "." character is used for any non-displayable hex character.</p>