Skip to content

Instantly share code, notes, and snippets.

@jonkirkman
jonkirkman / main.dart
Created July 24, 2018 01:53
not actually distributed
import 'dart:async';
enum SagaStates { created, executing, compensating, succeeded, failed }
class Saga {
String id;
String label;
SagaStates _state = SagaStates.created;
Set<Opperation> opperations;
List<Future> _opperations;
@jonkirkman
jonkirkman / README-Template.md
Last active April 10, 2018 08:15 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Prerequisites

What things you need to install the software and how to install them

Give examples
Dumping native stack trace for thread 8c9
[0x00000000006d3438] dart::ActivationFrame::GetAsyncCompleterAwaiter(dart::Object const&)
[0x00000000006d3438] dart::ActivationFrame::GetAsyncCompleterAwaiter(dart::Object const&)
[0x00000000006d0d3a] dart::Debugger::CollectAwaiterReturnStackTrace()
[0x00000000006d8332] dart::Debugger::PauseException(dart::Instance const&)
[0x00000000006e9699] dart::Exceptions::ThrowByType(dart::Exceptions::ExceptionType, dart::Array const&)
[0x00000000009f0cfd] dart::BootstrapNatives::DN_Object_noSuchMethod(_Dart_NativeArguments*)
[0x00007f77cd78a719] [Stub] CallBootstrapCFunction
[0x00007f77ca9b3147] Object._noSuchMethod
[0x00007f77ca9b107b] Object.noSuchMethod
@jonkirkman
jonkirkman / Notes.md
Created March 3, 2017 15:44
Manjaro Linux on Chromebook Pixel 2 (samus)
@jonkirkman
jonkirkman / 2010 iMac
Last active January 29, 2016 16:16
disk speed comparison
Results 70.58
System Info
Xbench Version 1.3
System Version 10.10.4 (14E46)
Physical RAM 16384 MB
Model iMac10,1
Drive Type Hitachi HDE721010SLA330
Disk Test 70.58
Sequential 149.30
Uncached Write 201.48 123.71 MB/sec [4K blocks]
#terminal {
padding: 0.5em;
}

Keybase proof

I hereby claim:

  • I am jonkirkman on github.
  • I am jonkirkman (https://keybase.io/jonkirkman) on keybase.
  • I have a public key whose fingerprint is C851 CD1C 81E9 EF35 BFCA D194 4A09 23EE BBD7 9C7F

To claim this, I am signing this object:

@jonkirkman
jonkirkman / tron-clones.md
Created October 20, 2014 01:26
Everyone loves writing Tron clones
@jonkirkman
jonkirkman / office-temperature.md
Last active August 29, 2015 14:06
Optimal Office Temperature
@jonkirkman
jonkirkman / coding-challenges.md
Last active August 30, 2017 09:15
Code challenges and similar sites in no particular order.