Created
June 4, 2014 02:07
-
-
Save capttwinky/8fa4f5ce2910bec56938 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## calling this url will return a QR code which encodes the str_in parameter: | |
url = 'chart.apis.google.com/chart?cht=qr&chs=300x300&chl={str_in}&chld=H|0'.format(str_in='') | |
## find a str_in such that the generated QR code, when scanned, returns the url which generated it |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think this requires recursion which uri lacks.