Skip to content
View okayshankha's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report okayshankha

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

    Simple request logger for Express or Express Like apps. Effortlessly record and identify input/output payloads.

    CSS 1 1

  2. CV CV Public

    HTML

  3. UnZziper UnZziper Public

    It allows you to upload files without opening the Cpanel using PHP and JQuery

    JavaScript 4 6

  4. a-star-algorithm a-star-algorithm Public

    A* Algorithm Using JavaScript

    JavaScript 2

  5. 3-white-and-3-black-tiles-problem.al... 3-white-and-3-black-tiles-problem.algorithm
    1
    Selector:= white    
    2
    Foreach black tile b
    3
         do h(b):= tile-distance to the first white tile to its right
    4
    Foreach white tile w
    5
         do h(w):= tile-distance to the first black tile to its left * -1