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

Block or report sgs00

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

  1. gmail.py gmail.py
    1
    from email.mime.text import MIMEText
    2
    import smtplib
    3
    
                  
    4
    gmail_username = 'username@gmail.com'
    5
    recipients = 'recipient@example.com'
  2. cryptopals cryptopals Public

    Python

  3. hack-the-box hack-the-box Public

  4. project-euler project-euler Public

    Python

  5. Google Cloud SQL Proxy Google Cloud SQL Proxy
    1
    ## https://cloud.google.com/sql/docs/mysql/sql-proxy
    2
    ## install Google cloudsql proxy
    3
    # wget https://dl.google.com/cloudsql/cloud_sql_proxy.linux.amd64 -O cloud_sql_proxy
    4
    # sudo mv cloud_sql_proxy /usr/local/bin/
    5
    # sudo chmod +x /usr/local/bin/cloud_sql_proxy