Skip to content
View karthikkun's full-sized avatar
  • Publicis Sapient
  • India
Block or Report

Block or report karthikkun

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. gossip-membership-protocol gossip-membership-protocol Public

    An Implementation of Gossip Style Membership Protocol - programming assignment for Coursera Cloud Computing Concepts, Part 1.

    C++

  2. CryptoExchange CryptoExchange Public

    A hybrid application that uses traditional webserver to serve UX and leverages smart contracts to run the exchange in a trustless way.

    JavaScript

  3. KeyLogger KeyLogger Public

    A Key logger in disguise. This app can report data via [local file, smtp/email]

    Python 1

  4. geekTrustCodingChallenges geekTrustCodingChallenges Public

    GeekTrust Coding Challenges

    Java

  5. utility script for java maven built ... utility script for java maven built projects
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    if [ $# -eq 0 ]; then
    4
        echo "No arguments provided please use -h tag for help"
    5
        exit 1
  6. api-rate-limiter api-rate-limiter Public

    An implementation of Fixed window counter Rate limiting algorithm

    TypeScript