{"id":16515780,"url":"https://github.com/insin/couch25k","last_synced_at":"2025-04-04T19:16:39.542Z","repository":{"id":1557702,"uuid":"1953966","full_name":"insin/couch25k","owner":"insin","description":"Java MIDlet which tracks intervals for the Couch-to-5k running program","archived":false,"fork":false,"pushed_at":"2011-12-30T15:44:05.000Z","size":1130,"stargazers_count":4,"open_issues_count":2,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-10T04:19:34.186Z","etag":null,"topics":["couch-to-5k","fitness","java","midlet"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/insin.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.rst","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-06-25T22:59:35.000Z","updated_at":"2022-02-16T02:41:45.000Z","dependencies_parsed_at":"2022-09-03T02:21:14.570Z","dependency_job_id":null,"html_url":"https://github.com/insin/couch25k","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insin%2Fcouch25k","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insin%2Fcouch25k/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insin%2Fcouch25k/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insin%2Fcouch25k/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/insin","download_url":"https://codeload.github.com/insin/couch25k/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247234943,"owners_count":20905854,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["couch-to-5k","fitness","java","midlet"],"created_at":"2024-10-11T16:18:15.493Z","updated_at":"2025-04-04T19:16:39.507Z","avatar_url":"https://github.com/insin.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"========\ncouch25k\n========\n\nA Java MIDlet which tracks workout intervals for the `Couch-to-5k`_\nrunning plan.\n\nMy initial attempts at searching for something which implemented the\nabove for my bog-standard mobile phone indicated that it would likely be\neasier to write it than find it, so I started doing just that.\n\nDisplay and audio may be tweaked specifically for my Samsung S3100,\ndepending on what it does when I load this thing up.\n\nImplemented\n===========\n\n*Features which are implemented, in implementation order.*\n\n* Selection of Week and Workout.\n* Display of current workout step (Walk or Jog) with status and timing\n  for the step and overall workout.\n* Workouts can be paused and resumed.\n* Plays a sound and vibrates when changing interval.\n* Stores completion status and date for each workout.\n* Quick Start jumps to first incomplete workout.\n* Tweet completion of workouts via SMS - SMS number and message are\n  configurable. You must register your phone number with your Twitter\n  account if you want to make use of this feature.\n* Optionally plays a minute marker sound - defaults to on.\n\nPlanned\n=======\n\n*(In order of usefulness descending/superfluousness ascending)*\n\n* Animate a sprite indicating what the current step is.\n* Some sort of victory animation on the finish screen.\n\nIn Limbo\n========\n\n* Tweeting via xAuth, identifying as a Twitter app.\n\n  * This is currently implemented in the `twitter-oauth branch`_ but to\n    make it publicly usable, I would need to beg permission for my Twitter\n    app to use xAuth authentication via email O_o\n\n  * If you want to use this feature, you need to register your own Twitter\n    app, create your own ``TwitterKeysImpl`` class which implements the\n    `TwitterKeys interface`_ and build your own .jad/.jar files.\n\n.. _`twitter-oauth branch`: https://github.com/insin/couch25k/tree/twitter-oauth\n.. _`TwitterKeys interface`: https://github.com/insin/couch25k/blob/twitter-oauth/src/couch25k/TwitterKeys.java\n\nBuilding\n========\n\nBuilt using `Eclipse`_, the `MTJ plugin`_ and the `Java ME SDK 3.0`_ (or the\n`Sun Java Wireless Toolkit 2.5.2_01 for CLDC`_ on Linux).\n\nI had to manually remove midp_1.0.jar and cldc_1.0.jar from the phone\nconfiguration MTJ picked up from the Java ME SDK in order to successfully\ncompile using more recent features, but your mileage may vary.\n\n.. _`Couch-to-5k`: http://www.coolrunning.com/engine/2/2_3/181.shtml\n.. _`Eclipse`: http://www.eclipse.org\n.. _`MTJ plugin`: http://www.eclipse.org/mtj/\n.. _`Java ME SDK 3.0`: http://www.oracle.com/technetwork/java/javame/javamobile/download/overview/index.html\n.. _`Sun Java Wireless Toolkit 2.5.2_01 for CLDC`: http://www.oracle.com/technetwork/java/index-jsp-137162.html\n\n\nMIT License\n===========\n\nCopyright (c) 2011, Jonathan Buchanan\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finsin%2Fcouch25k","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finsin%2Fcouch25k","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finsin%2Fcouch25k/lists"}