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

Block or report adambene

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. react-native-android react-native-android Public

    Docker image for building ReactNative APKs. Latest Java + Node.js + Android SDK.

    Shell 29 10

  2. circleci-openjdk-awscli circleci-openjdk-awscli Public

    CircleCI OpenJDK Docker image with AWS CLI

    2

  3. Coroutines and generators in JavaScript Coroutines and generators in JavaScript
    1
    function* delays() {
    2
      let a = yield delay(800, "Hello, I'm an");
    3
      console.log(a);
    4
    
                  
    5
      let b = yield delay(400, "async coroutine!");
  4. Currying in JavaScript ES6 - higher ... Currying in JavaScript ES6 - higher order functions
    1
    curry = f => a => b => f(a, b)
    2
    uncurry = f => (a, b) => f(a)(b)
    3
    papply = (f, a) => b => f(a, b)
  5. react-webpack-babel react-webpack-babel Public

    Forked from ReactJSResources/react-webpack-babel

    Simple React Webpack Babel Starter Kit

    JavaScript

  6. benestudio/js-ws-3d-visualization-livecoding benestudio/js-ws-3d-visualization-livecoding Public

    Live coding repo.

    JavaScript 2 5