Skip to content
View niyazpk's full-sized avatar

Highlights

  • Pro

Organizations

@robemall

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 22 13

  3. jsTreeAlgorithms jsTreeAlgorithms Public

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

    JavaScript 2 3

  4. tensorflow/models tensorflow/models Public

    Models and examples built with TensorFlow

    Python 77.6k 45.5k

  5. cline/cline cline/cline Public

    Autonomous coding agent right in your IDE, capable of creating/editing files, executing commands, using the browser, and more with your permission every step of the way.

    TypeScript 49k 6.6k

  6. anthropics/claude-code anthropics/claude-code Public

    Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflo…

    TypeScript 29.1k 1.7k