Skip to content
View UniDyne's full-sized avatar

Sponsoring

@syncthing

Organizations

@monroe-hardware

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
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. SequelABL SequelABL Public

    Demo for syncing Progress data with external SQL database.

    OpenEdge ABL 3 1

  5. node-jsonrequest node-jsonrequest Public

    Simple Request wrapper for JSON endpoints.

    JavaScript

  6. Xen / XCP-ng : Forward VM console se... Xen / XCP-ng : Forward VM console session to local port for VNC access.
    1
    ## XCP-ng Easy VNC to VM Console
    2
    
                  
    3
    For people that are tired of manually looking up DOM ID, executing `socat` and establishing their SSH tunnel.
    4
    
                  
    5
    - Edit `connect_vm.sh` to add the IP address of your XCP-ng host.