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

Block or report flintinatux

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. articulate/paperplane articulate/paperplane Public

    Lighter-than-air node.js server framework

    JavaScript 132 11

  2. tinyfunk tinyfunk Public

    The tiniest of functional libraries

    JavaScript 26 2

  3. articulate/funky articulate/funky Public

    Functional helper library

    JavaScript 17 3

  4. Tiny function composition! Tiny function composition!
    1
    const compose = (...fs) => x => {
    2
      let i = fs.length
    3
      while(i--) x = fs[i](x)
    4
      return x
    5
    }
  5. articulate/ducks articulate/ducks Public

    Collection of redux helper functions

    JavaScript 6

  6. articulate/hermes articulate/hermes Public archive

    Event-sourced autonomous service toolkit for Node.js

    JavaScript 1 2