Skip to content
View UniDyne's full-sized avatar

Organizations

@monroe-hardware
Block or Report

Block or report UniDyne

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. 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