Search results for: “remote control”

  • PHP Access Control List

    A quick little Access Control List (ACL) snippet I made for PHP/HTML. Enjoy! <?php $acl = array( // Populate with IP/Subnet Mask pairs. // Any zero bit in the subnet mask acts as a wildcard in the IP address check. array(“192.168.10.24″,”255.255.255.255”), ); $acl_allow = false; for ($i = 0; $i < count($acl); $i++) { $ip2chk…

  • Embarcadero TThread Works Just Fine

    I’ve been annoyed for a large amount of time (years in fact) over some of our software we use and sell. In essence, what we have is a TCP GUI that communicates on a 250ms timer with a microcontroller that’s serving up a two-way communications protocol over ModBus FC23 – we send commands either to…

  • Finally! An internal DNS server that works (for me)!

    So it’s been much too long since I wanted to do this, but thankfully, I have finally discovered the solution for which I can serve up my own DNS server for internal LAN things, but still have an external host that administers my public website! My scenario and quandry was this:

  • AR.Drone – Infrequently Asked Questions

    AR.Drone – Infrequently Asked Questions

    Just recently (like, yesterday), I received my first (and hopefully long-lasting) AR.Drone 2 from Parrot in the mail! This thing is a four-rotor remote-controlled copter operated with an app on my Android! So far, I can say I’m fairly happy with it, save for the stock battery which, in short, is really really sad. However, with a…

  • Pandora Music

    Pandora.. Great selection of music, stays on topic and all that. But seriously..is there a way to prevent the computer inactivity timeout? Stops playing, starts giving me whiny messages of “Are we playing to an empty room? It costs us to play these songs so we don’t want to be playing to nobody.” However, I’ve…

  • Cell Phone to Sound Board for only $20!

    I have successfully finished yet another garage-shop electronics project that actually WORKS! Tuesday, Pastor Mike at Rez announced that in two weeks, when they’re on their short-term missions trip to India, they’ll be performing yet another Skype call in to 6:33 pm. However, the last two or three times they’ve been anywhere, they’ve tried this,…