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

Block or report zarcode

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

    React Native app for browsing https://unsplash.com/

    JavaScript 5 1

  2. clickingGame clickingGame Public

    A Game made in React + Redux.

    JavaScript

  3. BP-API BP-API Public

    A RESTful API for BuddyPress. This plugin creates json api endpoints for https://github.com/WP-API

    PHP 2

  4. Warnsdorff’s algorithm for Knight’s ... Warnsdorff’s algorithm for Knight’s tour problem in JavaScript/ES6 https://www.geeksforgeeks.org/warnsdorffs-algorithm-knights-tour-problem/
    1
    // ES6 program to for Knight's tour problem using
    2
    // Warnsdorff's algorithm
    3
    const N = 8;
    4
    let gx;
    5
    let gy;
  5. gitlab-ci-pwa gitlab-ci-pwa Public

    JavaScript

  6. wkoszek/book-real-world-haskell wkoszek/book-real-world-haskell Public

    Real World Haskell Source Code

    Shell 49 28