Skip to content

Instantly share code, notes, and snippets.

View Devehab's full-sized avatar

Ehab Kahwati Devehab

  • IBTKRGO
  • Jordan
View GitHub Profile
anonymous
anonymous / index.html
Created March 31, 2016 15:06
JS Bin // source http://jsbin.com/kiyipo
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="[add your bin description]">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
.fave {
width: 70px;
@waysidekoi
waysidekoi / failed_test
Created June 30, 2015 18:01
Failed test on platform-all - spec/lib
1) PlatformAll::IntegrationEnvironment given an integration environment instantiated with client, environment, and account #prepare! bootstraps vm, checks out dependencies, and bootstraps client data
Failure/Error: subject.prepare!
RuntimeError:
Benzo tried to reach outside of the specs with: git clone, {":repo"=>"git@github.com:mdx-dev/platform-provisioning.git", ":local_path"=>"/Users/wyang/code/platform-all/dependencies/platform-provisioning"}! and you didn't tag your example group as integration
# ./spec/support/default_stubs.rb:6:in `block (3 levels) in <top (required)>'
# ./lib/platform_all/dependency_getter.rb:19:in `clone!'
# ./lib/platform_all.rb:31:in `block in checkout_all_dependencies!'
# ./lib/platform_all/repository_list.rb:15:in `block in each'
# ./lib/platform_all/repository_list.rb:14:in `each'
# ./lib/platform_all/repository_list.rb:14:in `each'
package com.acdroid.util.connectivity;
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