Skip to content

Instantly share code, notes, and snippets.

View shriduttkothari's full-sized avatar
🎯
Focusing

Shridutt Kothari shriduttkothari

🎯
Focusing
View GitHub Profile
@shriduttkothari
shriduttkothari / integrate-opengapps.sh
Created October 4, 2016 14:28
opengapps integration script for android-x86
#!/bin/bash
prog=$(basename $0)
if [ ! -f build/envsetup.sh ]; then
echo ${prog}: Please cd to the directory you ran \'repo init\' in.
exit 1
fi
source build/envsetup.sh
=============================
**http://kickass.to/infiniteskills-learning-jquery-mobile-working-files-t7967156.html
**http://kickass.to/lynda-bootstrap-3-advanced-web-development-2013-eng-t8167587.html
**http://kickass.to/lynda-css-advanced-typographic-techniques-t7928210.html
**http://kickass.to/lynda-html5-projects-interactive-charts-2013-eng-t8167670.html
**http://kickass.to/vtc-html5-css3-responsive-web-design-course-t7922533.html
*http://kickass.to/10gen-m101js-mongodb-for-node-js-developers-2013-eng-t8165205.html
*http://kickass.to/cbt-nuggets-amazon-web-services-aws-foundations-t7839734.html
#!/bin/sh -e
#
# Save this file as ~/bin/git-submit
#
# Usage: git submit [--draft] [remote]
# Example:
# 'git submit' executed on a Git branch tracking origin/master will push to refs/for/master.
#
REMOTE=origin
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.Path;
import android.util.AttributeSet;
import android.view.View;
import android.view.animation.AccelerateDecelerateInterpolator;
import android.view.animation.Interpolator;