ALARMd is now on Github

In an effort to mindlessly copy what everyone else on the internet is doing keep current on the latest and greatest Source Code Management tools, I decided that it would be good practice to move my open source project ALARMd (as seen on Lifehacker) from Google Code to Github.

Feel free to fork/contribute at your leisure.
http://github.com/zachleat/ALARMd

If you’re new, you can check out ALARMd.com to see what I’m talking about.

This entry was posted in Projects and tagged , , . Bookmark the permalink. Both comments and trackbacks are currently closed.
  • If you found this article useful, you should subscribe to my feed (or get an e-mail). I'm also on Twitter and GitHub.
  • About the Author

    Zach Leatherman is a Professional Front End Engineer. He loves building for the web, and has been contributing to the community through his blog since February 2007. Despite his propensity for software, he has a Bachelors degree in Computer Engineering and is currently on the User Experience Team at Union Pacific Railroad. The views expressed on this website do not represent the views of his employer.

    He enjoys spending time with his beautiful wife Traci and their two Great Danes, Roxie and Ella. They also have a cat, a rabbit, goldfish, and one or more tarantulas. Read more »

3 Comments

  1. AnonUser
    Posted September 17, 2010 at 1:25 am | Permalink

    I’m getting a weird bug on alarmd.com where my usual timer (21 minutes) is showing 2 years, and all other alarms are similarly messing up. Started a couple weeks ago or so?

  2. Zach Leatherman
    Posted September 17, 2010 at 10:29 pm | Permalink

    I just updated the online version to use date.js.
    http://www.datejs.com/

    However, it was using an old version. I’ve updated to the latest and it looks like it’s working. Let me know if you still see problems.

  3. AnonUser
    Posted September 19, 2010 at 3:19 am | Permalink

    Oh, I see what I was doing wrong; I used to be able to use +#m for minutes, but now that works as months. Similarly, +#s just seems to fail, but +#h works for hours. Works fine if I spell it out or use other abbreviations (e.g., +1min). This is different from before, as you can see of the alt tag when you hover over “Single Easy Alarm”, might want to change it if the problem occurs for anyone else?

    Thanks for the program, btw, I love it and use it constantly!