Skip to content

Instantly share code, notes, and snippets.

View dabelknap's full-sized avatar

Austin Belknap dabelknap

  • ColdQuanta
  • Madison, WI
View GitHub Profile
@dabelknap
dabelknap / test.cc
Last active December 28, 2015 07:49
VMEStream VME Register Corruption Example
#include <iostream>
#include <stdint.h>
#include <iomanip>
#include <log4cplus/logger.h>
#include <log4cplus/configurator.h>
#include "VMEController.h"
@dabelknap
dabelknap / breakclang.py
Last active June 5, 2018 19:29
Break Clang
import subprocess
import os
ARGMAX = os.sysconf("SC_ARG_MAX")
class TestClang(object):
def __init__(self):
llvmMax = ARGMAX / 2
self.testArgument = "-DE"