Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@btlogy
btlogy / Indy-GettingStarted.puml
Created October 17, 2017 08:22
Indy - Getting Started - Sequence Diagram
@startuml
box "\nUser"
actor Alice
participant Client
database "Private\nStorage" as PrivStorage
database "Private\nLedger" as PrivLedger
end box
box "\nAgents"
participant "Faber\nCollege" as College
@btlogy
btlogy / mod_proxy_wstunnel.c
Last active May 7, 2017 04:55 — forked from bodgit/mod_proxy_wstunnel.c
mod_proxy_wstunnel package for Apache on CentOS 6.x with backport PR 56299 and PR 55890 from tag 2.4.10
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software