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

Block or report shimonenator

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. gulp-exif gulp-exif Public

    Extract EXIF data from photographs

    JavaScript 7 3

  2. uuid.js uuid.js
    1
    function uuid() {
    2
      var uuid = "", i, random;
    3
      for (i = 0; i < 32; i++) {
    4
        random = Math.random() * 16 | 0;
    5
    
                  
  3. intercom.js intercom.js Public

    Forked from diy/intercom.js

    UNMAINTAINED: A client-side cross-window message broadcast library built on top of the HTML5 localStorage API.

    JavaScript 1