Skip to content
View wh13371's full-sized avatar
Block or Report

Block or report wh13371

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. mask mask Public

    mask.py - a log file mask/hash utility

    Python

  2. sse_flask_example sse_flask_example Public

    a simple Flask app with SSE

    Python

  3. python - logging to DbgView with Out... python - logging to DbgView with OutputDebugString
    1
    #! /usr/bin/python
    2
    
                  
    3
    import logging
    4
    import ctypes
    5
    
                  
  4. perl - "fetch" - a tiny grep/ACK uti... perl - "fetch" - a tiny grep/ACK util - more for education than practicality...
    1
    #!/usr/bin/perl
    2
    
                  
    3
    # "fetch" - a tiny grep\ACK util - more for education than practicality...
    4
    
                  
    5
    use strict;
  5. python - very basic IIS log parser python - very basic IIS log parser
    1
    import fileinput, sys
    2
    from pprint import pprint
    3
    
                  
    4
    header = ['date', 'time', 's-ip', 'cs-method', 'cs-uri-stem', 'cs-uri-query', 's-port', 'cs-username', 'c-ip', 'cs(User-Agent)', 'sc-status', 'sc-substatus', 'sc-win32-status', 'sc-bytes', 'cs-bytes', 'time-taken']
    5
    
                  
  6. python - mini grep with text highlight python - mini grep with text highlight
    1
    #! /usr/bin/python
    2
    
                  
    3
    """
    4
    Usage:
    5
    grep58.py <pattern> <file>...