Skip to content
View spsingh559's full-sized avatar
😀
😀

Block or report spsingh559

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

    graph database to simulate dark tv series character

    6 1

  2. partialDataVerification partialDataVerification Public

    verifying partial data using merkle tree algorithm

    JavaScript 1

  3. merkle tree algorithm merkle tree algorithm
    1
    const { MerkleTree } = require('merkletreejs')
    2
    const SHA256 = require('crypto-js/sha256')
    3
    let obj = {}
    4
    
                  
    5
    obj.MerkleRootGeneration = (identity) => {
  4. git_101 git_101 Public

    This is basic project to manage git from initilisation to production

    JavaScript

  5. microserviceTemplate microserviceTemplate Public

    Creating microservices through node js

    JavaScript 1

  6. node.js-rest-api-documentation node.js-rest-api-documentation Public

    Forked from mwangiKibui/node.js-rest-api-documentation

    Documenting a Node.js REST API using swagger

    JavaScript