Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sandrain/hangee
GRE word memorizing web program (PHP/MySQL).
https://github.com/sandrain/hangee
Last synced: 3 days ago
JSON representation
GRE word memorizing web program (PHP/MySQL).
- Host: GitHub
- URL: https://github.com/sandrain/hangee
- Owner: sandrain
- Created: 2015-10-29T02:07:26.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-29T02:28:30.000Z (about 9 years ago)
- Last Synced: 2023-02-27T04:37:42.248Z (over 1 year ago)
- Language: PHP
- Size: 8.53 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NOTE
This is an achieve of my old personal project, a PHP/MySQL based web program that helps to memorize GRE vocabulary.
VERY out-dated that the last time this was tested was sometime in 2012. Not tested.# hangee
GRE word memorizing web program (PHP/MySQL).All server-side were written in PHP (don't even remember the version), client-side in asynchronous javascript (ajax).
Some fancy features are:- frequently appearing GRE words, at that time (2010-2011)
- built-in etymology and collins cobuild dictionary (stardic file)
- multi-user support, although not complete (authentication/session)
- multiple study modes
- star/mark for browsing/studying words selectively (multiple stars are possible: e.g. listing only 3-star words)
- keyboard shortcuts for all navigation
- also, tablet (touch) friendly
- the 'm' directory holds full-featured mobile version for smartphones (using browser database for storing session)
- light-weight, mostly text/css without heavily using imagesMaybe some features might be useful to someone, though it is too old?
At least, the database files (in /handata directory) can be useful.