https://github.com/berlinmagic/einszweidrei
For dennis .. little display only game
https://github.com/berlinmagic/einszweidrei
Last synced: 12 days ago
JSON representation
For dennis .. little display only game
- Host: GitHub
- URL: https://github.com/berlinmagic/einszweidrei
- Owner: berlinmagic
- Created: 2016-08-22T18:58:04.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-04T12:34:26.000Z (almost 10 years ago)
- Last Synced: 2025-02-24T08:15:07.489Z (over 1 year ago)
- Language: Ruby
- Size: 1.67 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to: EinsZweiDrei
## Contained models
- User
- Authentications *(Social-Logins)*
- Feedback *(Contact|Feature-Wish|Bug Form)*
- Subscription *(Newsletter|Development-News)*
### Helper | Services | libs | etcs
- Genrall-Configuration
- Sitemap
- Mailer-Template-Skeleton
- SEO-Helper
- Title-Helper
- Favicon-Helper
- much more ...
#### End-Note
This amazing app-skeleton was generated by the App-Generator at 20. Aug 2016 - 15:06.
*App-Generator was written by [twetzel](https://github.com/twetzel) ([berlinmagic](https://github.com/berlinmagic))*
##### Licencse
If not declared otherwise, THIS PROJECT IS NOT PUBLIC! .. there is no Service! .. no Garantee for Work .. COPY IS NOT ALLOWED!
All Rights belongs to [berlinmagic](https://github.com/berlinmagic) or their actual client.
´´´ruby
rails g model question position:integer text:text answer1 answer2 answer3 result:integer user:references
rails g model setting blink_time:decimal stop_time:decimal interval_time:integer speed_step:integer step_time:integer step_type user:references
# selectTime = 1000 * 12
# intervalTime = 120
# intervalStep = 20
# intervalStepEvery = 1000
# currentTime = 0
# showTime = 1000 * 3
´´´