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

Block or report khchanel

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
khchanel/README.md

Hi there 👋

💬 I'm Nelson! 💻 Software Developer in Financial Technology space ⚡⚡⚡

Snake animation

Pinned Loading

  1. office-attendance-tracker office-attendance-tracker Public

    C#

  2. vlsmsolver vlsmsolver Public

    Tool to calculate IPv4 VLSM sub-netting with GUI written in pure C

    C 9 3

  3. benchpress benchpress Public

    Forked from angular/benchpress

    JavaScript

  4. wnm-seqcalc wnm-seqcalc Public

    Numberic Sequence Calculator for World Nomads coding test

    JavaScript

  5. fortune telling with random cowsay fortune telling with random cowsay
    1
    #!/bin/bash
    2
    # cowsayfortune
    3
    # Author: Nelson Chan <khchanel>
    4
    #
    5
    # fortune telling with random cowsay
  6. barcode.py barcode.py
    1
    import pyzbar.pyzbar as pyzbar
    2
    import cv2
    3
    
                  
    4
    
                  
    5
    def detectBarcodes(img):