Search results for: “ACL”

  • Our Fancy-Pants Pine Tree Hunt

    Our Fancy-Pants Pine Tree Hunt

    I realized only a few days ago that it has been NINE YEARS since we last cut our own tree for Christmas. That record was finally broken today when my sister, her boyfriend, and I went up Rist Canyon and visited the Christmas Tree Ranch.

  • 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…

  • Aristotle in Star Trek?

    Last semester I took a public speaking class and learned the basics of writing a good, convincing and even persuasive essay. Earlier today I was thinking about these basics and the thought came to mind, “Maybe this is why Star Trek is so good; so engaging; so believable. Of course, my opinion of it being…