Skip to content
View niyazpk's full-sized avatar

Highlights

  • Pro

Organizations

@robemall
Block or Report

Block or report niyazpk

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 Loading

  1. Add or update query string parameter Add or update query string parameter
    1
    // Add / Update a key-value pair in the URL query parameters
    2
    function updateUrlParameter(uri, key, value) {
    3
        // remove the hash part before operating on the uri
    4
        var i = uri.indexOf('#');
    5
        var hash = i === -1 ? ''  : uri.substr(i);
  2. Chess.js Chess.js Public

    A chess game written in JavaScript

    JavaScript 21 12

  3. Collapsible-comments-for-Hacker-News Collapsible-comments-for-Hacker-News Public

    Collapsible comments for Hacker News

    JavaScript 16 2

  4. LessCSS.windows LessCSS.windows Public

    This small js will compile your lesscss styles and send back the compiled version to the server. Helps if you don't have node.js lying around (windows) and want to serve compiled version of the code.

    JavaScript 3

  5. jsTreeAlgorithms jsTreeAlgorithms Public

    A simple javascript implementation of the tree datastructure and some algorithms + a neat visualization for the trees.

    JavaScript 2 3

  6. Project-Euler Project-Euler Public

    Answers to problems from Project Euler in Python, Rust. Please feel free to fork and enhance the solutions for better performance / better code.

    Python 2