Skip to content
View nixon1333's full-sized avatar
Moving Fast
Moving Fast
Block or Report

Block or report nixon1333

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. protobuff-comms protobuff-comms Public

    Example of communication between different language based server-client using protobuf over http.

    Go 3

  2. golang-multi-routine golang-multi-routine Public

    Go 1

  3. k8commands k8commands Public

    kubernetes short commands with little bit intuitive alias

    Shell 3

  4. sailsjs-docker sailsjs-docker Public

    run simple sails js in docker

    JavaScript 4 1

  5. English number to Bangla number conv... English number to Bangla number convertion
    1
    function toBangla (str)
    2
    {
    3
        //check if the `str` is not string
    4
        if(!isNaN(str)){
    5
            //if not string make it string forcefully
  6. git commit search git commit search
    1
    git log -g --grep=search_for_this