Skip to content
View nickkos101's full-sized avatar
🔍
Looking for New Projects
🔍
Looking for New Projects

Highlights

  • Pro

Block or report nickkos101

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

    Forked from HumanAIGC/OutfitAnyone

    Awedio: Checkpoints for audio.

  2. Particle Generation & Explosion Func... Particle Generation & Explosion Function
    1
        // How to make things explode
    2
        function explode(x, y) {
    3
            //The number of particles each execution generates.
    4
            var particles = 100,
    5
            // Explosion container with element reference.
  3. Using Canvas get the value of an ima... Using Canvas get the value of an images total brightness.
    1
    function getImageBrightness(imageSrc) {
    2
      var img = document.createElement("img");
    3
      img.src = imageSrc;
    4
      img.style.display = "none";
    5
      document.body.appendChild(img);
  4. angelleye/paypal-woocommerce angelleye/paypal-woocommerce Public

    PayPal payment gateway extension for WooCommerce.

    PHP 125 77

  5. Limelight-API-Client Limelight-API-Client Public

    A reusable PHP class to connect to the LimeLight CRM API.

    PHP

  6. WP-API WP-API Public

    Forked from WP-API/WP-API

    My contributions to the WP-API

    PHP