Skip to content

Instantly share code, notes, and snippets.

@dqsully
dqsully / 0-stylus.json
Last active June 26, 2020 14:19
More-readable GitHub
[
{
"enabled": true,
"updateUrl": null,
"md5Url": null,
"url": null,
"originalMd5": null,
"installDate": 1593010297243,
"name": "Fix GitHub",
"sections": [
@dqsully
dqsully / Cargo.toml
Created June 8, 2018 13:37
Cbor/Dbor testing
[package]
name = "serde-test"
version = "0.1.0"
[dependencies]
serde_cbor = "*"
serde_dbor = "*"
serde = "*"
serde_derive = "*"
04e05c8b3acb8984d2b77e7dae2e57fefd271d8c07f84edbc451c5574abaa91261b629991bac9a07edfdb02beb89cc1416148056b55efc196856cb3487807b8ed7
@dqsully
dqsully / acpc.cpp
Last active August 13, 2016 15:39
Atom Command Piping
// Atom Command Piping (Client).cpp : Defines the entry point for the console application.
//
/*
Created solely for the purpose of getting around silly Atom security problems
*/
#include "stdafx.h"
/*
#include <stdio.h>