Skip to content

Instantly share code, notes, and snippets.

View bradodarb's full-sized avatar
🚐
Digital Nomad

Brad Murry bradodarb

🚐
Digital Nomad
View GitHub Profile
{
"$schema" : "http://json-schema.org/draft-04/schema#",
"type" : "array",
"items" : {
"definitions" : {
"org.apache.camel.model.language.ConstantExpression" : {
"anyOf" : [ {
"type" : "string"
}, {
"type" : "object",
#include <chrono>
#include <memory>
#include <string>
#include <atomic>
#include <thread>
#include <iostream>
#include <v8.h>
int main()
{