In the Apmz + Ultimate == Awesome thread (I think) someone lamented the loss of redpower logic gates and asked about replacements.
At the time, I suggested that computercraft could be used as relatively low cost replacements and I've started writing up some programs and pastebin'ing them for my own use because I thought it was a really good idea.
So far I've completed a few:
OR gate: 8CQEhAWh
XOR gate: 1d7MyK9e
AND gate: thBxJ8vL
Sequencer: sKjuWUvG
Next on the to do list is the timer.
I also have a very simple room maker (d0cbES1s) that will dig out a rectangular room x by z by y blocks (takes 3 arguments, length, width, height). It makes no effort to empty inventory because I've never cared to, but I get extensive use out of it so I figured I'd share. I tried to write it to be moderately fuel efficient.
Edit: Finished sequencer. It works like I remember the RP2 sequencer working (set a time and it just runs forever). Made a couple of edits to the XOR and OR gates to fix stupid. Haven't tested those yet.
At the time, I suggested that computercraft could be used as relatively low cost replacements and I've started writing up some programs and pastebin'ing them for my own use because I thought it was a really good idea.
So far I've completed a few:
OR gate: 8CQEhAWh
XOR gate: 1d7MyK9e
AND gate: thBxJ8vL
Sequencer: sKjuWUvG
Next on the to do list is the timer.
I also have a very simple room maker (d0cbES1s) that will dig out a rectangular room x by z by y blocks (takes 3 arguments, length, width, height). It makes no effort to empty inventory because I've never cared to, but I get extensive use out of it so I figured I'd share. I tried to write it to be moderately fuel efficient.
Edit: Finished sequencer. It works like I remember the RP2 sequencer working (set a time and it just runs forever). Made a couple of edits to the XOR and OR gates to fix stupid. Haven't tested those yet.