Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: looking for a timer application

  1. #11
    Join Date
    Mar 2006
    Location
    South Africa, Secunda
    Beans
    125
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: looking for a timer application

    Ok, thanks for info. Let me see what I can come up with. May not have the full feature list ready for you by Friday (will definitely need some iterative testing from your side as there is bound to be a difference in interpretation between what you require and how I will implement it ), but lets see what we can do.

  2. #12
    Join Date
    Jun 2009
    Location
    0:0:0:0:0:0:0:1
    Beans
    5,169
    Distro
    Kubuntu

    Re: looking for a timer application

    if you need one that can display the same time on multiple devices i have made one, given they have the date set accurately
    it does not have a pause feature, maybe someone can mod it
    it is web based, just run it on a server with php installed
    *click clock to set time
    *you can also put a ?set=true in the url to make it show the setting panel on load
    *default password is password (stored as a md5 sum in apply.php)
    *i did not make the icon image (found it online)
    *i copied 1 or 2 js functions i found on stackoverflow IIRC, i am sure i modified them a little
    Attached Files Attached Files
    Last edited by pqwoerituytrueiwoq; October 1st, 2014 at 11:32 AM.
    Laptop: ASUS A54C-NB91 (Storage: WD3200BEKT + MKNSSDCR60GB-DX); Desktop: Custom Build - Images included; rPi Server
    Putting your Networked Printer's scanner software to shame PHP Scanner Server
    I frequently edit my post when I have the last post

  3. #13
    Join Date
    Mar 2006
    Location
    South Africa, Secunda
    Beans
    125
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: looking for a timer application

    Quote Originally Posted by pqwoerituytrueiwoq View Post
    if you need one that can display the same time on multiple devices i have made one, given they have the date set accurately
    it does not have a pause feature, maybe someone can mod it
    it is web based, just run it on a server with php installed
    *click clock to set time
    *you can also put a ?set=true in the url to make it show the setting panel on load
    *default password is password (stored as a md5 sum in apply.php)
    *i did not make the icon image (found it online)
    *i copied 1 or 2 js functions i found on stackoverflow IIRC, i am sure i modified them a little
    Excellent, and it works on any device with a browser

  4. #14
    Join Date
    Nov 2011
    Beans
    446
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: looking for a timer application

    Thank you pqwoerituytrueiwoq. Ability to run on any device is nice indeed, though it lacks the must have features to be usable in itself in my case.

  5. #15
    Join Date
    Aug 2014
    Beans
    Hidden!
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: looking for a timer application

    There is a downloadable java timer in the link below. See vid attachment to see in action.
    You need java. You can install the open-source implementation of the Java via terminal with...
    Code:
    sudo apt-get install openjdk-7-jre
    It's possible to replace the image on the left in the application.
    Tabata Clock
    Attached Files Attached Files
    Last edited by CantankRus; October 2nd, 2014 at 12:42 PM.

  6. #16
    Join Date
    Nov 2011
    Beans
    446
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: looking for a timer application

    CantankRus, that's actually quite close to what I need but not quite - there is no pause button. Vomiting clown is hilarious though =D

    Trying this out I realized I didn't specify a couple details, in case someone decides to create a new clock program:
    • almost all workout interval timers have a start delay; for match use this is no good, clock needs to be started when the ref calls it
    • it would be mighty convenient to have the clock auto-pause at end of rest time - again, match clock is started when the ref calls it

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •