Hey, this is my first program, a small library of functions to allow you to quickly turn on/off a splitter cable.

Download: http://www.mediafire.com/?pcqwo02kbg6icra

power.on("Redstoneside","Notification")

Used to close a IC2 connection.

power.off("Redstoneside","Notification")

Used to break a IC2 connection.

power.restart("Redstone side","Beginning notification","Ending Notification")

Used to restart a IC2 connection.

power.onAnnounce("Redstone side","Rednet Modem side","Notification")

Used to close a IC2 connection and broadcast that it closed to all nearby modems.

power.onAnnounce("Redstone side","Rednet Modem side","Notification")

Used to break a IC2 connection and broadcast that it broke to all nearby modems.

power.restartAnnounce("Redstone side","Rednet Modem side","Beginning notification","Ending Notification")

Used to restart a IC2 connection and broadcast that it restarted to all nearby modems.

Please note that this is intented for the use of splitter cables, to do anything else, attach a not-gate to the output.