Skip to content

Instantly share code, notes, and snippets.

{
"$schema": "https://vega.github.io/schema/vega/v3.0.json",
"width": 500,
"height": 250,
"padding": 5,
"data": [
{
"name": "table",
"format": {
MOROWS PROPERTY NAIR LLP
TRADINTRY KEEPS COMPANY LIMITED
DR MAJOWSICK BROKERS LTD
FRESHLAND MANAGEMENT BUILDINGS HOLDING INSURANCE AND CONSULTANCY LIMITED
GOOD NETSPORTS LIMITED
YABEGIE
ASHCOCK SOLUTIONS GROUP LIMITED
TYRESKY LAW SPECIALISTS LTD
CLAYD CMISION LIMITED
LAVINGWANE PROPERTY MANAGEMENT LIMITED
@tomtaylor
tomtaylor / names.txt
Last active April 28, 2017 16:16
English village names generated by Tensorflow
Allers Bottom
Culack
Swrarby
Fenwall St Eastake
Anbarth
St Ninhope
Thawkanham Water Green
Mige Lane
Up Maling
Firley Dinch
Getting Crash Logs Directly From a Device Without Xcode
Your users can retrieve crash reports from their device and send them to you via email by following these instructions.
(It is not possible to get device console logs directly from a device)
1) Open Settings app
2) Go to Privacy, then Diagnostics & Usage
3) Select Diagnostics & Usage Data
#0 0x0000000100128288 in mbgl::Painter::render(mbgl::Style const&, mbgl::TransformState, mbgl::FrameData const&) ()
#1 0x000000010010ac2c in mbgl::MapContext::renderSync(mbgl::TransformState const&, mbgl::FrameData const&) ()
#2 0x00000001001063b0 in std::__1::packaged_task<bool ()>::operator()() ()
#3 0x0000000100106304 in mbgl::util::RunLoop::Invoker<std::__1::packaged_task<bool ()>, std::__1::tuple<> >::operator()() ()
#4 0x000000010017832c in mbgl::util::RunLoop::process() ()
#5 0x00000001000b4ecc in uv__async_event at /Users/kkaefer/Code/mason/libuv-1.7.5/mason_packages/.build/libuv-1.7.5/src/unix/async.c:92
#6 0x00000001000b508c in uv__async_io at /Users/kkaefer/Code/mason/libuv-1.7.5/mason_packages/.build/libuv-1.7.5/src/unix/async.c:137
#7 0x00000001000b8c54 in uv__io_poll at /Users/kkaefer/Code/mason/libuv-1.7.5/mason_packages/.build/libuv-1.7.5/src/unix/kqueue.c:247
#8 0x00000001000b543c in uv_run at /Users/kkaefer/Code/mason/libuv-1.7.5/mason_packages/.build/libuv-1.7.5/src/unix/core.c:341
#9 0x000
{
"name": "ReactiveCocoa",
"version": "3.0-RC.1",
"summary": "A framework for composing and transforming streams of values",
"description": "ReactiveCocoa (RAC) is an Objective-C framework for Functional Reactive Programming. It provides APIs for composing and transforming streams of values.\n",
"homepage": "https://github.com/ReactiveCocoa/ReactiveCocoa",
"license": "MIT",
"authors": {
"Josh Abernathy": "josh@github.com"
},
@tomtaylor
tomtaylor / Animator.h
Created August 2, 2015 04:53
MGLMapView Spring Animation
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@protocol Animation <NSObject>
- (void)animationTick:(CFTimeInterval)dt finished:(BOOL *)finished;
@end
@interface Animator : NSObject
+ (instancetype)animatorWithScreen:(nullable UIScreen *)screen;
@tomtaylor
tomtaylor / Dockerfile
Last active August 29, 2015 14:25
Dockerfile for Valhalla
FROM phusion/baseimage:0.9.17
CMD ["/sbin/my_init"]
EXPOSE 8002
RUN apt-get update && apt-get install -y \
autoconf \
automake \
libtool \
make \

Keybase proof

I hereby claim:

  • I am tomtaylor on github.
  • I am tomtaylor (https://keybase.io/tomtaylor) on keybase.
  • I have a public key whose fingerprint is 3D06 51B2 FE84 D047 FFFE 3AC0 1289 8989 0875 EB38

To claim this, I am signing this object:

@tomtaylor
tomtaylor / example.html
Last active August 29, 2015 14:03
PaperLater Markup Examples
<html lang="en">
<head>
<!-- instead of the lang attribute on html, you may also use... -->
<meta name="DC.language" content="en">
</head>
<body>
<div class="hentry">
<h2 class="entry-title">Example Title</h2>