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

Block or report kbhokray

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

    Node client for India Aadhaar apis

    JavaScript 19 14

  2. serverless-neuralnetwork serverless-neuralnetwork Public

    A lightweight implementation of a neural network using Autograd library that can be deployed on serverless platforms like AWS Lambda

    Python 1

  3. js-skybox-mapping js-skybox-mapping Public

    A demo three js project showcasing how to wrap a texture image onto a 3D skybox

    JavaScript

  4. solidity-crc32 solidity-crc32
    1
    // SPDX-License-Identifier: UNLICENSED
    2
    pragma solidity ^0.8.9;
    3
    
                  
    4
    library CRC32 {
    5
        // Replace with your desired CRC polynomial (e.g., 0x1db710640 for CRC-32)
  5. AES/CBC/PKCS5Padding Encryption and ... AES/CBC/PKCS5Padding Encryption and Decryption with 128 byte PBK: Java + NodeJs
    1
    package io.chainworks;
    2
    
                  
    3
    import java.nio.ByteBuffer;
    4
    import java.security.AlgorithmParameters;
    5
    import java.security.SecureRandom;