Skip to content

Instantly share code, notes, and snippets.

View Crashthatch's full-sized avatar
⛰️
Horizon Explorer

Tom Fletcher Crashthatch

⛰️
Horizon Explorer
  • Arrow Software Development
  • Bath, UK
View GitHub Profile
@Crashthatch
Crashthatch / Firebase-Corefoundation-Logcat.txt
Created July 12, 2018 23:43
Firebase CoreFoundation not found
07-12 15:55:58.556: D/AndroidRuntime(6835): >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
07-12 15:55:58.712: D/AndroidRuntime(6835): Calling main entry com.android.commands.am.Am
07-12 15:55:58.724: I/ActivityManager(907): Force stopping com.google.android.apps.mtaas.tools appid=10116 user=0: start instr
07-12 15:55:58.738: I/ActivityManager(907): Start proc 6844:com.google.android.apps.mtaas.tools/u0a116 for added application com.google.android.apps.mtaas.tools
07-12 15:55:58.844: D/NetworkSecurityConfig(6844): No Network Security Config specified, using platform default
07-12 15:56:18.671: E/hw-IPCThreadState(641): binder thread pool (1 threads) starved for 107 ms
07-12 15:56:19.601: I/InternetCanary(6844): Finished watching connection. Successfully connected 10/10 times
07-12 15:56:19.602: D/InternetCanary(6844): Instrumentation completed successfully
07-12 15:56:19.610: I/ActivityManager(907): Force stopping com.google.android.apps.mtaas.tools appid=10116 user=0: finished inst
07-12 15
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Mapbox.Unity.Ar;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Mapbox.Unity.Ar.Tests
{
@Crashthatch
Crashthatch / 4.8.0
Created April 15, 2017 17:23
response for 4.8.0 in url
{
"name": "d3",
"platform": "NPM",
"description": "Data-Driven Documents",
"homepage": "https://d3js.org",
"repository_url": "git+https://github.com/d3/d3.git",
"normalized_licenses": [
"BSD-3-Clause"
],
"rank": 26,
@Crashthatch
Crashthatch / latest
Created April 15, 2017 17:18
Response from /latest/
{
"name": "d3",
"platform": "NPM",
"description": "Data-Driven Documents",
"homepage": "https://d3js.org",
"repository_url": "git+https://github.com/d3/d3.git",
"normalized_licenses": [
"BSD-3-Clause"
],
"rank": 26,
# -----------------------------
# PostgreSQL configuration file
# -----------------------------
#
# This file consists of lines of the form:
#
# name = value
#
# (The "=" is optional.) Whitespace may be used. Comments are introduced with
# "#" anywhere on a line. The complete list of parameter names and allowed
@Crashthatch
Crashthatch / docker-machine env debug log
Created August 23, 2015 18:39
docker-machine env daemon not yet responding
C:\Users\Tom>docker-machine -D env default --shell=cmd
executing: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe showvminfo default --machinereadable
STDOUT: name="default"
groups="/"
ostype="Linux 2.6 / 3.x / 4.x (64-bit)"
UUID="345f9308-8e80-47f7-b319-7bfee6e390c9"
CfgFile="C:\\Users\\Tom\\.docker\\machine\\machines\\default\\default\\default.vbox"
SnapFldr="C:\\Users\\Tom\\.docker\\machine\\machines\\default\\default\\Snapshots"
LogFldr="C:\\Users\\Tom\\.docker\\machine\\machines\\default\\default\\Logs"
hardwareuuid="345f9308-8e80-47f7-b319-7bfee6e390c9"

#Idiots Guide to Using littleBits cloudBit API

##Introduction

  1. Connect a cloudBit to your network using the instructions at http://control.littlebitscloud.cc/
  2. Find out your AccessToken
  • visit http://control.littlebitscloud.cc/
  • on the left hand side select any of your cloudBits
  • using the tab bar at the bottom select settings
  • scroll down and copy your AccessToken
06-03 16:58:48.791: E/ActivityThread(29064): Activity io.cordova.hellocordova.CordovaApp has leaked ServiceConnection org.altbeacon.beacon.BeaconManager$1@334fcbca that was originally bound here
06-03 16:58:48.791: E/ActivityThread(29064): android.app.ServiceConnectionLeaked: Activity io.cordova.hellocordova.CordovaApp has leaked ServiceConnection org.altbeacon.beacon.BeaconManager$1@334fcbca that was originally bound here
06-03 16:58:48.791: E/ActivityThread(29064): at android.app.LoadedApk$ServiceDispatcher.<init>(LoadedApk.java:1158)
06-03 16:58:48.791: E/ActivityThread(29064): at android.app.LoadedApk.getServiceDispatcher(LoadedApk.java:1052)
06-03 16:58:48.791: E/ActivityThread(29064): at android.app.ContextImpl.bindServiceCommon(ContextImpl.java:2156)
06-03 16:58:48.791: E/ActivityThread(29064): at android.app.ContextImpl.bindService(ContextImpl.java:2139)
06-03 16:58:48.791: E/ActivityThread(29064): at android.content.ContextWrapper.bindService(ContextWrapper.java:559)
06-03 16:58:48.791: E/Activi
@Crashthatch
Crashthatch / paypalRecurring
Created March 5, 2014 23:06
Recurring payment Paypal subscription with instant confirmation of first month
First Call:
USER: '***',
PWD: '***',
SIGNATURE: '***',
METHOD: 'SetExpressCheckout',
VERSION: 86,
L_BILLINGTYPE0: 'RecurringPayments',
L_BILLINGAGREEMENTDESCRIPTION0: 'Recurring Monthly Subscription - Small',
PAYMENTREQUEST_0_AMT: 19.95,
PAYMENTREQUEST_0_TAXAMT: 3.32,
@Crashthatch
Crashthatch / dabblet.css
Created September 22, 2013 11:51
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;