Skip to content

Instantly share code, notes, and snippets.

View 700brains's full-sized avatar

CHIKELU IKENNA GERALD 700brains

View GitHub Profile
@700brains
700brains / google_prediction.py
Created September 16, 2017 10:53 — forked from puffnfresh/google_prediction.py
Python library for the Google Prediction API
#!/usr/bin/env python
"""
This module provides an interface to the Google Prediction API.
"""
import json
import numbers
import urllib
import urllib2
@700brains
700brains / android.py
Created November 19, 2016 09:20 — forked from freakboy3742/android.py
One app, three platforms...
import android
from android.app import AlertDialog
from android.graphics import Color
from android.graphics.drawable import ColorDrawable
from android.os import AsyncTask
from android.os import Looper
from android.os import Handler
from android.util import TypedValue
from android.view import View
from android.view import MenuItem