Skip to content

Instantly share code, notes, and snippets.

@judsonmitchell
judsonmitchell / nexus7.md
Last active August 29, 2015 14:19
Fixing Nexus 7 with Lollipop Slowness

#Fixing Nexus 7 with Lollipop Slowness

After upgrading my Nexus 7 tablet to Lolliop, my machine essentially became unusable. Everything was slow to start, if it started at all, and I began to wonder if my beloved tablet was channeling the ghosts of Windows 98.

There are many guides to fixing this problem on the web (probably the best one is here ), but none of the suggestions made a significant and lasting difference. That is, until I decided to do this.

Put the device into developer mode:

Settings -> About Tablet -> [Touch Build Number 7 times]
<!DOCTYPE html>
<html>
<head>
<link href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
<script src="http://code.jquery.com/jquery.min.js"></script>
<link href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script>
<meta charset="utf-8">
<title>Template</title>
</head>
@judsonmitchell
judsonmitchell / index.html
Created March 5, 2015 23:49
Getting API data using JQuery // source http://jsbin.com/qufogu
<!DOCTYPE html>
<html>
<head>
<link href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
<script src="http://code.jquery.com/jquery.min.js"></script>
<link href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script>
<meta charset="utf-8">
<title>Getting API data using JQuery</title>
</head>
@judsonmitchell
judsonmitchell / style.css
Last active August 29, 2015 14:15
James Folsom's HTML assignment (CSS)
p{color:blue;
font-family:cambria;
font-size:42pt;
text-align:right;
font-weight:bold;
}
.shazam{
color:green;
font-size: 10pt;
@judsonmitchell
judsonmitchell / index.html
Last active August 29, 2015 14:15
James Folsom's HTML Homework
<!DOCTYPE html>
<html>
<head>
<link rel=”stylesheet” type=”text/css” href=”style.css” />
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<h1>WELCOME Y'ALL!</h1>
@judsonmitchell
judsonmitchell / index.html
Last active August 29, 2015 14:14
Danilo Bandovic's HTML homework
<!DOCTYPE html>
<!--
Created using JS Bin
http://jsbin.com
Copyright (c) 2015 by anonymous (http://jsbin.com/xidokexuxi/1/edit)
Released under the MIT license: http://jsbin.mit-license.org
-->
<html>
@judsonmitchell
judsonmitchell / style.css
Last active August 29, 2015 14:14
R. Ward's HTML homework.
body {background-color:white;border-style: double; border-color: brown}
h1 {color:Purple; font-family: baskerville; font-size: 30px;height: 10px;width: 400px}
h2 {color: Gold;font-family: cambria; font-size:27px}
h3{color: green; font-family: lucida calligraphy; font-size:15px}
h4{text-align:center}
p {color:maroon; text-align: justify}
@judsonmitchell
judsonmitchell / index.html
Last active August 29, 2015 14:14
Ranchaela Ward's HTML homework
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Loyola Law Tech Clinic Assignment</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h1>Law Tech Assignment</h1>
@judsonmitchell
judsonmitchell / style.css
Last active August 29, 2015 14:14
Dorenkamp's css file as submitted
P {color: red;
font-family:arial;
font-size:18pt;
text-align:justify;
}
textarea {height: 20px; width:40px; border: 5px solid blue}
@judsonmitchell
judsonmitchell / dorenkamp-index.html
Last active August 29, 2015 14:14
Fixes to Donald Dorenkamp's html homework
<html>
<head>
<meta charset="utf-8">
<title>Js Bin</title>
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
<body>
<h1> Law School Clinic </h1>
<h2> By Donnie Dorenkamp </h2>
<h3> Clinic Assignment </h3>