Skip to content
View djtms's full-sized avatar

Block or report djtms

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. LookingGlass LookingGlass Public

    Forked from telephone/LookingGlass

    A user-friendly PHP Looking Glass

    CSS

  2. Download an entire website with wget... Download an entire website with wget, along with assets.
    1
    # One liner
    2
    wget --recursive --page-requisites --adjust-extension --span-hosts --convert-links --restrict-file-names=windows --domains yoursite.com --no-parent yoursite.com
    3
    
                  
    4
    # Explained
    5
    wget \
  3. Shell script to monitor HTTP server ... Shell script to monitor HTTP server status and email me when the server is not responding.
    1
    #!/bin/bash
    2
    NAME=Adam
    3
    TESTDATE=`date "+%B %e, %Y"`
    4
    TESTTIME=`date "+%H:%M:%S"`
    5
    
                  
  4. coins-dev/t2btc coins-dev/t2btc Public

    tweet elon

    Python