Skip to content

Instantly share code, notes, and snippets.

@capttwinky
Created June 4, 2014 02:07
Show Gist options
  • Save capttwinky/8fa4f5ce2910bec56938 to your computer and use it in GitHub Desktop.
Save capttwinky/8fa4f5ce2910bec56938 to your computer and use it in GitHub Desktop.
## 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
@capttwinky
Copy link
Author

I think this requires recursion which uri lacks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment