Skip to content

Instantly share code, notes, and snippets.

{
"embeddings": [
{
"tensorName": "My tensor",
"tensorShape": [
856,
40
],
"tensorPath": "https://gist.githubusercontent.com/aloktiagi/08412c477f66caed755abe81868d26d4/raw/2c46950e00365bfe1eacdbb7bbac51e9e082e8a1/aegis.tsv",
"metadataPath": "https://gist.githubusercontent.com/aloktiagi/f578be11da4cbf20ba267f3a443dee8d/raw/86b8b109d9f9db244d250b6e10ff080631c6cf13/aegis.optional.metadata.tsv"
/*
* qdisc-serve.c - HTTP server for traffic control visualization
* Compile: gcc -o qdisc-serve qdisc-serve.c
* Usage: sudo ./qdisc-serve [port]
* Then open: http://localhost:8080
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>