Skip to content

Instantly share code, notes, and snippets.

@Sequoia
Sequoia / mermaid.md
Last active June 10, 2022 21:54 — forked from lhorie/mermaid.md
flow chart example
flowchart TB

start{Response is OK\n& complete?}
start-->|Yes|ok1[no log needed]
start-->|No|isclienterror{problem with input\ni.e. client error?}

isclienterror-->|Yes|warnclienterror[log warning]
isclienterror-->|No|blocksfunctionality{does this break\nuser experience?}
warnclienterror-.->m3Metric[Consider adding an M3 metric\nwith an associated alert]

Version 4

Type: Bug 🐞 || Feature 🚀

  • 🏷 JIRA Ticket: EXP-
  • 🚩 Feature Flag:

🌞 From a high level, what is this PR for?

(one sentence summary)

#include <unistd.h>
#include <node.h>
#include <string.h>
#include <v8.h>
using namespace v8;
unsigned long long count = 0;
// native blocking/compute intensive function
@Sequoia
Sequoia / README.md
Last active August 29, 2015 14:24 — forked from mbostock/.block

hello werld

Enclosure diagrams use containment to represent the hierarchy. Although circle packing is not as space-efficient as a treemap, it better reveals the hierarchy. Implementation based on work by Jeff Heer. Data shows the Flare class hierarchy, also courtesy Jeff Heer.

See also this zoomable version.

@Sequoia
Sequoia / Custom.css
Created October 5, 2012 16:42 — forked from bentruyman/Custom.css
IR_Black Theme for Chrome Developer Tools
/**********************************************/
/*
/* IR_Black Skin by Ben Truyman - 2011
/*
/* Based on Todd Werth's IR_Black:
/* http://blog.toddwerth.com/entries/2
/*
/* Inspired by Darcy Clarke's blog post:
/* http://darcyclarke.me/design/skin-your-chrome-inspector/
/*