I'm using a computer to switch my Mass Fabricator of if the MFSU is <50% full. I don't really need it anymore because my power supply is good enough now.
Pfff, Nuclear Control "Range Trigger" + "Energy Sensor Kit"
Written quite a few different programs over the years to do different things. Described quite a few of the recent ones here:
http://forum.feed-the-beast.com/threads/rhns-1-6-monster-build-journal-and-guide-collection.42664/
Mostly been doing Touchscreens for everything possible lately
Gives a nice tech feel to my build and sometimes just super handy.
Examples:
Alveary temperature control panel:
http://pastebin.com/8LKYW1Ry
Engage Alveary heaters and fans by the touch of the screen to increase temperature to warm, hot or decrees to cold from a normal biome.
Automatic/manual control panel:
http://pastebin.com/w3w1BLu3
I use this for toggling between having my Cursed Earth farm run automatically depending on Mob essence level, or by manual choosing it on and off on the touchscreen. A lever will toggle between the auto/manual state. Can be used for all kinds of other applications where you need to alternate between manual and automatic control of something.
Touchscreen selection for MFR autospawner using ME:
http://pastebin.com/aNZZpBLM
Choose between up to 8 different mobs for your MFR autospawner setup by touchscreen. You can find the setup needed for this in the thread I linked above.
Turtle flower/seeds farm:
http://pastebin.com/gL4ybdny
Will use bonemeal on a 5x5 grass area to farm flowers and seeds. Is robust to server restarts etc. if you build its enclosure to the specifications in the header of the code. Check the thread I linked for pictures of how it should look. You can boost the flower output by using bees to pollinate the grass.
Turtle "Grinder" mobfarm:
http://pastebin.com/nRYFDYNg
For a melee turtle. Will attack repeatedly, but once in a while it will empty its inventory up into an inventory above the turtle.
Fuelcheck:
http://pastebin.com/YzkbHQEa
Very simple little code that makes it easy to check fuel levels of the turtle. Just install on a turtle and name it something like "Fuel". Run it and it will display the current fuel level and do nothing else.
I DID NOT WRITE THESE TWO! I merely found them somewhere and stored them on my own pastebin for ease of use. Have since forgotten where I found them. All credit goes to whoever made them
Circle builder:
http://pastebin.com/vjJSNLjU
Sphere/dome builder:
http://pastebin.com/aLMDhttP
These will allow a turtle to build circles, spheres and domes automatically. Both programs should be fairly simple to figure out how to use by reading the descriptions in the top of the code etc.