Code Monkey home page Code Monkey logo

modules's People

Watchers

James Cloos avatar Yosh avatar  avatar

modules's Issues

generator adventure

  • what is a generator?
  • yield
  • yield*
  • build your own co
  • yielding arrays
  • yielding promises
  • async.sequence esque stuff
  • fibonnacci

PATCH resolver

one patch may call multiple endpoints, which might have varying permissions. Build a thingy (possibly just a co example) that resolves all of 'em.

dispatcher

need a small tool to bind multiple callbacks to a single event. Much simpler in scope than barracks

node filesystem standard

not a real standard, but hey we can try

bin              -> executables
docs             -> documentation
pkg              -> packages (local modules)
sh               -> shell scripts
lib              -> source files
test             -> tests

atom tab names

Calling all files index.js makes atom sad. Instead prepend the parent dirname so we can get more context.

dotfiles

  • update brewfile
  • update caskfile
  • find a way to work with stow

csscmd

similar to jscmd, expose css <command>.
Probably want to wrap csslint and rework until sheetify is ready. Might have to do some messing around with the rework mapping to make it adhere to the browserify way™.

permission manager

add a way of cascading permissions, possibly dependent on env variables.

user
admin (+user)
owner (+user +admin)

doc generator

writing md files is easy, displaying them nicely is hard. Start off by parsing a docs dir and concatting all the stuff there into something nice.

gulp auto file loader

scan a dir recursively for files and register files as gulp tasks. Kinda turns your gulpfile into a one-liner.

koa directory api

Build an api based on a dir layout

api/
  users/
    settings/
      get.js
    get.js
    patch.js
  index.js

regexes

  • regex-email
  • regex-iso-date

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.