Download the following ZIPs:
ARM Translation Installer v1.1
Download the correct GApps for your Android version:
Google Apps for Android 6.0 - benzo-gapps-M-20151011-signed-chroma-r3.zip
Google Apps for Android 5.1 - gapps-L-4-21-15.zip
Download the following ZIPs:
ARM Translation Installer v1.1
Download the correct GApps for your Android version:
Google Apps for Android 6.0 - benzo-gapps-M-20151011-signed-chroma-r3.zip
Google Apps for Android 5.1 - gapps-L-4-21-15.zip
I hereby claim:
To claim this, I am signing this object:
| ;; Write a program that prints the numbers from 1 to 100. But for | |
| ;; multiples of three print “Fizz” instead of the number and for | |
| ;; the multiples of five print “Buzz”. For numbers which are multiples | |
| ;; of both three and five print “FizzBuzz” | |
| ;; BEGIN - first solution (not that pretty but, hey, it works :P) | |
| (defn- multiple-of-three [n] | |
| (= 0 (mod n 3))) | |
| (defn- multiple-of-five [n] |
| Traceback (most recent call last): | |
| File "/usr/local/bin/speechhub", line 9, in <module> | |
| load_entry_point('SpeechHub==0.1', 'console_scripts', 'speechhub')() | |
| File "/usr/local/lib/python2.6/dist-packages/SpeechHub-0.1-py2.6.egg/speechhub/speechhub.py", line 138, in main | |
| create_new_blog(args) | |
| File "/usr/local/lib/python2.6/dist-packages/SpeechHub-0.1-py2.6.egg/speechhub/speechhub.py", line 95, in create_new_blog | |
| create_blog(vars(parsed_args)) | |
| File "/usr/local/lib/python2.6/dist-packages/SpeechHub-0.1-py2.6.egg/speechhub/functions.py", line 43, in create_blog | |
| config_struct = get_initial_config_file(args) | |
| File "/usr/local/lib/python2.6/dist-packages/SpeechHub-0.1-py2.6.egg/speechhub/functions.py", line 81, in get_initial_config_file |