Skip to content

Instantly share code, notes, and snippets.

View makelivedotnet's full-sized avatar

Wes Wilson makelivedotnet

View GitHub Profile
@makelivedotnet
makelivedotnet / README.md
Created February 15, 2016 17:30 — forked from zenorocha/README.md
A template for Github READMEs (Markdown) + Sublime Snippet

Project Name

TODO: Write a project description

Installation

TODO: Describe the installation process

Usage

appear: function appearFn() {
World.trackableVisible = true;
document.getElementById('bottom').innerHTML = "<div>world trackable</div>";
if (World.loaded) {
document.getElementById('left').innerHTML = "<div>start animation</div>";
World.appearingAnimation.start();
}
},
package com.emil.android.util;
import android.content.Context;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.telephony.TelephonyManager;
/**
* Check device's network connectivity and speed
* @author emil http://stackoverflow.com/users/220710/emil
<?xml version="1.0" encoding="UTF-8"?>
<lifecycleMappingMetadata>
<lifecycleMappings>
<lifecycleMapping>
<packagingType>maven-plugin</packagingType>
<lifecycleMappingId>org.eclipse.m2e.jdt.JarLifecycleMapping</lifecycleMappingId>
<pluginExecutions>
<pluginExecution>
<pluginExecutionFilter>
<groupId>org.apache.maven.plugins</groupId>