Skip to content

Instantly share code, notes, and snippets.

@jahnf
jahnf / contiguous_ring_buffer.h
Last active March 15, 2022 15:50
contiguous_ring_buffer.h
#pragma once
#include <algorithm>
#include <array>
#include <initializer_list>
#include <iterator>
#include <type_traits>
#include <utility>
namespace common
#!/usr/bin/env python
# to be compatible with python3 print function.
from __future__ import print_function
import subprocess
import sys
import re
# List of regular expressions for error finding