Software

  • SPC Convective Alerts

    Jul
    26

    The SPC Convective Alerts takes a photo from the National Weather Service, Storm Prediction Center's website, crops it, and sends it off to an email address. I use my cell phone provider's Email-to-MMS gateway to send the cropped photo to my phone.

    Using Scheduled Tasks in Windows XP, I have the program run at 10am and 4pm CST every day to get the outlook while mobile. Using Scheduled Tasks allows the user to specify exactly when they want the program to run.

    Posted By 313C7 read more
  • CHKWX Utility

    Jul
    26

    CHKWX is a 'Check Weather' utility program/script I wrote in Windows Batch scripts and uses PHP and WGet. The utility will send an email to a specified recipient. I use this utility with my cellular provider's Email-to-SMS gateway to send alerts to my cell phone. It is run every 10 minutes via Windows' Scheduled Tasks in XP.

    Posted By 313C7 read more
  • PHP SHA-512 Hasher

    Jul
    26

    While doing some PHP coding for ZombieCC.Net, I found that I needed to reliably generate a SHA-512 hash of some text. Later on I needed to include a salt with the text.

    Normally, I'd just code up a page with the salt and text I need in the code, then view it from the browser and copy the resulting hash, but this time I needed something I could link to the users and get their respective hashes in order to update their user accounts (I was updating the user login and password hashing code). Thus, this hasher page was born.

    Posted By 313C7 read more
Subscribe to Software

Site Support