Skip to content
View jalispran's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report jalispran

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. amazon-aggregator amazon-aggregator Public

    Aggregate product details details from amazon.in using search url

    JavaScript

  2. covid-fighter covid-fighter Public

    COVID19 Fighter Game

    JavaScript

  3. BQR BQR Public

    Bharat QR Implementation classes

  4. cowin-poller cowin-poller Public

    Poll CoWin Website for slots availability

    JavaScript

  5. RequestHelper.js RequestHelper.js
    1
    export const post = (url, body, successCallback, failureCallback) => {
    2
        let requestOptions = {
    3
            method: 'POST',
    4
            body: body,
    5
        };
  6. mouse-mover mouse-mover Public

    Move the mouse pointer indefinitely

    Java