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.
  • Hey! Use the magical power of RSS and Subscribe! Send me a tweet or a pull request!
  • Zach Leatherman is a Professional Front End Engineer. He loves building for the web and has been writing here since 2007. Feel free to stalk his résumé.

    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, two poison dart frogs, and usually 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!