Giter VIP home page Giter VIP logo
/*   Pratītyasamutpāda   */
/* Dependent Origination */

const a = (_this, that) => {
  if (_this) that()
}
const b = (that) => {
  const _this = false
  // vm knows this will never be called, this code can be dropped
  // and only ever appears in this textual form
  if (_this) that()
}
const c = (_this) => {
  const that = false
  // vm knows this will never be called, this code can be dropped
  // and only ever appears in this textual form
  if (that && _this) return _this
}

Mikeal Rogers's Projects

appcached icon appcached

Scrape a site's required resources to dynamically generate an appcache manifest.

architect icon architect

The simplest, most powerful way to build serverless applications

async icon async

Async utilities for node and the browser

automerge icon automerge

A JSON-like data structure that can be modified concurrently by different users, and merged again automatically.

balance icon balance

Programmable HTTP reverse-proxy load balancer.

ben-reilly icon ben-reilly

Deep clone utility, optimal code paths for Node.js and Browsers

bent icon bent

Functional JS HTTP client (Node.js & Fetch) w/ async await

best-test icon best-test

Find the best test script to run in a project

big icon big

presentations for busy messy hackers

blur-modal icon blur-modal

Pure DOM modal using blur effect w/ functional API

boiler icon boiler

Preferred boilerplate for various situations

bong-bong icon bong-bong

Open public chat service built for the web.

brasstacks icon brasstacks

A large scale results and graphing server using CouchDB.

browser-laptop icon browser-laptop

Brave browser for Desktop and Laptop computers running Windows, OSX, and Linux

browser-pack icon browser-pack

pack node-style source files from a json stream into a browser bundle

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.