Skip to content
View jdtorregrosas's full-sized avatar
🎃
hexing
🎃
hexing

Block or report jdtorregrosas

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

    Start now by setting up your config

    JavaScript 2

  2. Create a simple filter using iterations Create a simple filter using iterations
    1
    Array.prototype.megaFilter = function(cb) {
    2
      const iterator = this[Symbol.iterator]();
    3
      const iteration = iterator.next();
    4
      const filteredArray = [];
    5
      iterate(iteration);
  3. Components Components Public

    Kotlin

  4. expressjs-mongoose-es6-boilerplate expressjs-mongoose-es6-boilerplate Public

    Expressjs + Mongoose + es6 boilerplate

    JavaScript

  5. react-native-redux-boilerplate react-native-redux-boilerplate Public

    JavaScript

  6. Swipe-Deck Swipe-Deck Public

    Forked from aaronbond/Swipe-Deck

    A Tinder style Swipeable deck view for Android

    Java