Skip to content

Instantly share code, notes, and snippets.

View zbeekman's full-sized avatar
🏢
New Office, still neck deep in code

Izaak "Zaak" Beekman zbeekman

🏢
New Office, still neck deep in code
View GitHub Profile
#!/bin/env python
"""TAU trial data for TAU Profile.x.y.z format profiles
Parses a set of TAU profile files and yields multi-indexed Pandas dataframes for the
interval and atomic events.
"""
from __future__ import print_function
import csv
import glob
import mmap
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@zbeekman
zbeekman / # pwntools - 2018-10-29_16-28-05.txt
Created October 29, 2018 20:35
pwntools on macOS 10.14 - Homebrew build logs
Homebrew build logs for pwntools on macOS 10.14
Build date: 2018-10-29 16:28:05
@zbeekman
zbeekman / simple-imagediff.py
Created September 26, 2018 02:14 — forked from StanAngeloff/simple-imagediff.py
Simple Image Diff for Git
#!/usr/bin/env python
# Simple Image Diffs
# ==================
#
# How to Install
# --------------
#
# Download the script somewhere on $PATH as 'simple-imagediff' with +x:
#
@zbeekman
zbeekman / report_gernerator.cc
Last active February 9, 2018 17:49
Attempted fix for deleted issue
#include <boost/algorithm/string.hpp>
// ...
// Add binaries from the sample file.
exe_maps_result_cptr_t exe_maps =
exe_maps_t(context, configuration->sample_file).get();
BOOST_FOREACH(const exe_map_t &exe_map, exe_maps->exe_maps)
{
boost::replace_all(exe_map.filename, " (deleted)", "");
@zbeekman
zbeekman / # opencv - 2017-08-18_11-04-24.txt
Created August 18, 2017 15:06
opencv (homebrew/science/opencv) on macOS 10.10.5 - Homebrew build logs
Homebrew build logs for homebrew/science/opencv on macOS 10.10.5
Build date: 2017-08-18 11:04:24
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@zbeekman
zbeekman / # opencoarrays - 2017-08-10_12-09-07.txt
Created August 10, 2017 17:29
opencoarrays on macOS 10.12.6 - Homebrew build logs
Homebrew build logs for opencoarrays on macOS 10.12.6
Build date: 2017-08-10 12:09:07
@zbeekman
zbeekman / plplot.diff
Last active July 24, 2017 14:34
patch for plplot when building w/ Fortran bindings on macOS
:100644 100644 2b46dbe... 0000000... M cmake/modules/pkg-config.cmake
diff --git i/cmake/modules/pkg-config.cmake w/cmake/modules/pkg-config.cmake
index 2b46dbe..7ecc789 100644
--- i/cmake/modules/pkg-config.cmake
+++ w/cmake/modules/pkg-config.cmake
@@ -230,7 +230,7 @@ function(pkg_config_link_flags link_flags_out link_flags_in)
"/System/Library/Frameworks/([^ ]*)\\.framework"
"-framework \\1"
link_flags
@zbeekman
zbeekman / # plplot - 2017-07-21_19-24-32.txt
Created July 21, 2017 23:25
plplot on macOS 10.10.5 - Homebrew build logs
Homebrew build logs for plplot on macOS 10.10.5
Build date: 2017-07-21 19:24:32