Skip to content

Instantly share code, notes, and snippets.

View julian-carpenter's full-sized avatar
🐰

Julian Schäfer-Zimmermann julian-carpenter

🐰
View GitHub Profile
@julian-carpenter
julian-carpenter / cameraInterface.cpp
Last active March 29, 2020 15:05 — forked from chappjc/pylon_mex_camera_interface.cpp
Add comments/documentation. Append checkHandle() and getHandle() definitions.
// pylon_mex_camera_interface.cpp
// Code for StackOverflow Q&A: http://stackoverflow.com/a/32529850/2778484
// by Jon Chappelow (chappjc)
// For example MATLAB-side implementation (class wrapper), see https://github.com/chappjc/MATLAB/tree/master/cppClass
// Use:
// 1. Enumerate the different actions (e.g. New, Delete, Insert, etc.) in the
// Actions enum. For each enumerated action, specify a string (e.g.
// "new", "delete", "insert", etc.) to be passed as the first argument to
// the MEX function in MATLAB.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@julian-carpenter
julian-carpenter / extract_scalars.py
Last active February 6, 2018 14:32 — forked from wchargin/extract_scalars.py
Extract scalars to pandas CSV using the TensorBoard event multiplexer API
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
import os
import glob
import re
import pandas as pd
import tensorflow as tf
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@julian-carpenter
julian-carpenter / Offshore_Leaks_Code.ipynb
Last active August 26, 2018 12:51
Code for the offshore data blog post at welivein.space. Title: "Taking a closer look at all the offshore leaks" URL: https://welivein.space/data-science/python/2018/07/16/offshore_leaks.html
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.