Skip to content
View adis-io's full-sized avatar

Organizations

@rubyata
Block or Report

Block or report adis-io

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
adis-io/README.md

Top Langs

Pinned

  1. JsonApiClient vs Her Rb for using wi... JsonApiClient vs Her Rb for using with json_api
    1
    # JsonApiClient
    2
    
                  
    3
    ## Pros
    4
    
                  
    5
    ## Cons
  2. Github's webhook handling with nodej... Github's webhook handling with nodejs + restify
    1
    var restify = require('restify'),
    2
    crypto = require('crypto');
    3
    
                  
    4
    var secret = "my-app-secret";
    5
    
                  
  3. uploader.js uploader.js
    1
    var xhr = new XMLHttpRequest();        
    2
    xhr.open('GET', 'http://image.torrent.kg/images/U8x5261.png', false);
    3
    xhr.responseType = 'arraybuffer';        
    4
    xhr.send();
    5
    var blob = new WebKitBlobBuilder();  
  4. Отрывок из extension'a для Google Ch... Отрывок из extension'a для Google Chrome. Diesel Upper
    1
    var requestTimerId;
    2
    var pollIntervalMin = 1000 * 60;  // 1 minute
    3
    var pollIntervalMax = 1000 * 60 * 60;  // 1 hour
    4
    var requestFailureCount = 0;  // used for exponential backoff
    5
    var PostMsg = "Dup";