Make hidden details of your python program magically appear.
-
Updated
Jan 9, 2020 - Python
In computer science, instrumentation is a technique that consists of inserting specific instructions into a program to monitor and/or analyze its performance, functionality, or behavior, but without changing how it behaves.
It can be done statically, changing the program before executing it, or dynamically, inserting instructions while it’s being executed.
Make hidden details of your python program magically appear.
Short script to try to identify SCPI serial hardware to COM port mapping present in your system.
Opentelemetry instrumentation for eventiq
An attempt at making an AI learn to play the game Celeste using Neuroevolution of Augmenting Topologies (NEAT), specifically neat-python.
Wireless instrumentation control system based in Raspberry Pi SBCs. It uses the PyVISA and socket Python packages.
Openpilot fork to run test vehicles at specific acceleration profiles with comma 3x for data-driven modeling purpose
TensorFlow addons for instrumenting NN model training loops in order to collect, analyse, and visualize detailed metrics on gradients, weights, and layer activations
Fuel Gas Consumption is measured with AGA3 and AGA8 method and displayed with streamlit
Mint your own NMR spectra from scratch! (version 0.3.1 beta)
Process Hooking Implementation with Frida-Tools in Python
This Python application interfaces with Data Translation (DT) USB DAQ boards (specifically targeted for DT9816) using the Open Layers API (oldaapi64.dll).
An extensible framework that instruments python programs at runtime
An instrumention tool made to work in tandem with OtktDSL.
Terahertz time domain spectroscopy GUI with Python
This is a simple server that scrapes MythTV stats and exports them via HTTP for Prometheus
Tool to calculate a new 16 digit cal factor for rosemount electromagnetic flow meter
A workbench for statistical fault localization.
Generalized scikit-learn machine learning model instrumentation library
Instrumentation library for python apps. Backed by Redis and exposes to Prometheus
This is for communicating with a Rigol AFG, specifically the 1022, using PyVISA. It does not have full functionality due to just using what was needed. But, it gives a template for most functions.