Avi Aryan
Avi Aryan
Title of each page under http://ost.io is Ost.io . Please include user_name/repo_name also. Something like `Clipjump - Ost.io` for http://ost.io/@aviaryan/Clipjump/topics/1 would be nice.
Ref https://github.com/aviaryan/Hinix/issues/84#issuecomment-265349322 There can be levels where if user is able to solve one grid, they will advance on to other level. User will keep advancing levels until they lose....
Explaining the idea with an example -- Suppose the word formed so far is "rever" .. Right now, clicking on last "r" will undo it whereas clicking on "v" will...
Since the number of words now formed in a grid is way higher than what user can ever reach , we can make Hinix a game where user will be...
Ref https://github.com/aviaryan/Hinix/issues/84#issue-193853364 Divide Hinix gameplay into 2 parts -- 1. Challenge Mode 2. Trial run In challenge mode, user will have to make as many words in the grid as...
Needed in the master resume
Right now parsing is being done using regex. We should use the inbuilt `html.parser` instead. Python 2: https://docs.python.org/2/library/htmlparser.html Python 3: https://docs.python.org/3/library/html.parser.html