Skip to content
View 0xdidi's full-sized avatar

Organizations

@OneDotWeb @wpphc @mygidi

Block or report 0xdidi

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

  2. easygram easygram Public

    PHP

  3. stories stories Public

    Forked from hibiken/stories

    Medium clone built with Ruby on Rails

    Ruby

  4. getStatusCode getStatusCode
    1
    function getStatusCode(url) {
    2
      var url_trimmed = url.trim();
    3
      // Check if script cache has a cached status code for the given url
    4
      var cache = CacheService.getScriptCache();
    5
      var result = cache.get(url_trimmed);
  5. shopapp-android shopapp-android Public

    Forked from rubygarage/shopapp-android

    ShopApp is an application that transfers an online store into a mobile app

    Kotlin

  6. wp-image-replace wp-image-replace Public

    Replace all product images with Cloudflare-transformed versions in batches, with real-time progress tracking, stop/start functionality, and AJAX-based updates. Only processes product images.

    PHP