Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing solution for CF HTML change, Updated README #3

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

mkstayalive
Copy link

Now a library like BeautifulSoup will be required to extract the solution correctly. Also made other changes like accepting user handle as program argument, Making Solutions as the base directory and adding it to .gitignore

Manish and others added 14 commits April 29, 2018 09:43
Errors occured because of invalid characters filenames from problem names like "Valid BFS ?" problem
used re.sub to fix the problem's name
Fixed 'ascii' error by : prob_name.encode('utf-8')
Encoding the result variable into UNICODE fixed the error : result.encode('utf-8')
Adds support for non-ascii unicode characters
Revert "Adds support for non-ascii unicode characters"
Removed forbidden characters from problem names
fixing re not defined error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants