Skip to content
View dustinrjo's full-sized avatar
👋
👋
  • Red Bull
  • United States
Block or Report

Block or report dustinrjo

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. contrails.js contrails.js Public

    Forked from thombach/contrails.js

    A simple JavaScript library to create airplane contrails animation.

    JavaScript

  2. threejs-terrain-lowpoly threejs-terrain-lowpoly Public

    JavaScript

  3. Angular JS directive to Maintaining ... Angular JS directive to Maintaining Aspect Ratio for any block level element
    1
    app.directive 'aspectRatio', () ->
    2
    
                  
    3
      exports =
    4
        scope: {}, # reset scope value to empty between each element otherwise shared ng-repeat pairs will share scope
    5
        replace: false, # this keeps the container element on the page
  4. adb guide for android testing adb guide for android testing
    1
    ## Instructions
    2
    
                  
    3
    1. On the target device, uninstall the app.
    4
    2. Get the local IP address of the target device.
    5
    3. From dev device join the same local network.