Skip to content
View SuryaElite's full-sized avatar
👨‍💻
👨‍💻

Organizations

@sedhati

Block or report SuryaElite

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

    Check SSL Expiry of Domain and Notify Via Email

    PHP

  2. Hex Binary Conversion PHP Hex Binary Conversion PHP
    1
    <?php 
    2
     // Converts text to decimal. Only onne character. Returns in format: 0-255
    3
        function txt2dec($txt)
    4
        {
    5
            return ord($txt);
  3. Deploy Code via Bash Git Hub Deploy Code via Bash Git Hub
    1
    #!/bin/bash
    2
    
    
    3
    # App Vars
    4
    GIT_DIR='~/user/code'
    5
    GIT_BRANCH='integration'
  4. ssl-check-api ssl-check-api Public

    Forked from ilteriskeskin/ssl-check-api

    This api returns the ssl expiration date of the hostname.

    Python

  5. suryaelite.github.io suryaelite.github.io Public

  6. traffic_analyser traffic_analyser Public

    Forked from tahz7/traffic_analyser

    Retrieve useful information from apache/nginx access logs to help troubleshoot traffic related problems

    Python