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

Block or report PratikBodawala

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. escpos-tools escpos-tools Public

    Forked from receipt-print-hq/escpos-tools

    Utilities to read ESC/POS print data

    PHP

  2. json-stream json-stream Public

    Forked from daggaz/json-stream

    Simple streaming JSON parser and encoder.

    Python

  3. nft-generator nft-generator Public

    Quick nft generator script for testing.

    Python

  4. python-blackbaud-sdk python-blackbaud-sdk Public

    Python Blackbaud SDK

    Python

  5. Amplify hooks for slack notification... Amplify hooks for slack notification: post-push. Purpose of this notification is to answer, who did what, when, where
    1
    (async () => {
    2
        const fs = require('fs');
    3
        const {simpleGit} = require('simple-git');
    4
    
                  
    5
        const parameters = JSON.parse(fs.readFileSync(0, {encoding: 'utf8'}));
  6. Amplify hooks for slack notification... Amplify hooks for slack notification: pre-push. Purpose of this notification is to answer, who did what, when, where
    1
    (async ()=>{const fs = require('fs');
    2
    const {simpleGit} = require('simple-git');
    3
    
                  
    4
    const parameters = JSON.parse(fs.readFileSync(0, { encoding: 'utf8' }));
    5