Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 2.54 KB

README.md

File metadata and controls

59 lines (40 loc) · 2.54 KB

Geek Alarm

Geek alarm is alarm application for android. It works as usual alarm application, but to turn it off you need to solve several math or computer tasks (calculate matrix determinant, calulcate integral, convert number from binary, etc).

Tasks examples can be found here http://geekalarm-nbeloglazov.rhcloud.com/.

App in android market: GeekAlarm

Tasks

Task represents basic operations and definitions in different fields of math and computer science.

Implemented:

Plans:

Architecture

To display all this tasks to user, we need to generate images from LaTeX or MathML notation. I haven't found any lightweight library for java to do it. So we can't generate tasks in android application. These tasks will be generated on server and android client will get them using http requests. Server usage requires internet access for client (not good), but it allows to add new tasks very easy (good). Server is implemented in Clojure.

Project consists of 2 parts:

  1. Android client

  2. Clojure server

Build status

Build Status

License

Copyright (C) 2011-2013 Nikita Beloglazov