Skip to content
View UniDyne's full-sized avatar

Sponsoring

@syncthing

Organizations

@monroe-hardware

Block or report UniDyne

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. node-sqlserver node-sqlserver Public

    Wrapper for Tedious that turns queries into function calls. Also has connection pooling.

    JavaScript

  2. Polyphon.js Polyphon.js Public

    An old-school 8-bit music/sound generator in pure JavaScript.

    JavaScript 2 1

  3. Node.JS static file web server. Put... Node.JS static file web server. Put it in your path to fire up servers in any directory, takes an optional port argument.
    1
    var http = require("http"),
    2
    	url = require("url"),
    3
    	path = require("path"),
    4
    	fs = require("fs")
    5
    	port = process.argv[2] || 8888;
  4. secur.pw secur.pw Public

    an over-engineered password generator that runs entirely in your browser

    HTML

  5. SequelABL SequelABL Public

    Demo for syncing Progress data with external SQL database.

    OpenEdge ABL 3 1

  6. node-jsonrequest node-jsonrequest Public

    Simple Request wrapper for JSON endpoints.

    JavaScript