[go: nahoru, domu]

Skip to content
View Vijaysinh's full-sized avatar
🌶️
Working from home
🌶️
Working from home
Block or Report

Block or report Vijaysinh

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. data-structures-algorithms-php data-structures-algorithms-php Public

    Learning data structures and algorithms

    PHP

  2. student-courses student-courses Public

    Sample PHP OOP Application for demo purpose | MySql - PDO -Bootstrap - Jquery

    PHP

  3. VersionOne API XML Error Parsing usi... VersionOne API XML Error Parsing using JS DOMParser
    1
    xmlstring = 
    2
    <Error href="/safetest/rest-1.oauth.v1/Data/Request/602092">
    3
    	<Message>Bad Request</Message>
    4
    	<Exception class="VersionOne.DataException">
    5
    		<Message>Violation'ScopeMustBeActive</Message>
  4. bitbucket2remoteFTP deploy bitbucket2remoteFTP deploy
    1
    image: samueldebruyn/debian-git
    2
    
                  
    3
    pipelines:
    4
      default:
    5
        - step:
  5. Sorting Api Version in python Sorting Api Version in python
    1
    from distutils.version import StrictVersion
    2
    #from operator import itemgetter
    3
    
                  
    4
    v1 = [{'ver': "1.1.12"},{'ver': "1.0.0"},{'ver': "1.3.3"},{'ver': "1.0.12"},{'ver': "1.0.2"}]
    5
    v1.sort(key=lambda x: StrictVersion(x['ver']),reverse=True)
  6. sendmessagetoslack.php sendmessagetoslack.php
    1
    <?php
    2
    /**
    3
     * Send a Message to a Slack Channel.
    4
     *
    5
     * Get the API Token visit: https://api.slack.com/custom-integrations/legacy-tokens