Category: Uncategorized

  • My first powershell

    A foreach loop that calls ping with a specific buffer size, and sends output to a ping*.txt file corresponding to the buffer size: foreach ($number in 32, 256, 1024) { ping -n100 -l$number yahoo.com > ping$number.txt }

  • For when I really can’t get my brain fired up on a given day

    Project Euler for programming problems.:  "Project Euler is a series of challenging mathematical/computer programming problems that will require more than just mathematical insights to solve. Although mathematics will help you arrive at elegant and efficient methods, the use of a computer and programming skills will be required to solve most problems." I was looking up…

  • PC World’s opinions on products and websites.

    100 Incredibly Useful and Interesting Web Sites Complete List by Category Complete List in Alphabetical Order The Bottom 10: The Web's Most Useless Sites – Digg made it!  Wow.  Some pretty ugly sites otherwise as well. The 10 Most Overrated Products  — a little too much credit to Microsoft, especially with the underrated Zune vs.…