Skip to content

Instantly share code, notes, and snippets.

Getting Started (writing your first Analysis Plugin)

Creating an analysis plugin consists of three steps:

  1. Writing a message matcher

    The message matcher allows one to select specific data from the data stream.

  2. Writing the analysis code/business logic

@kidpixo
kidpixo / jupyter_shortcuts.md
Last active April 7, 2024 12:18
Keyboard shortcuts for ipython notebook 3.1.0 / jupyter

Warning This is SEVERELY outdated, the current jupyter version is > 6.X, please refer to your current jupyter notebook installation!

Disclaimer : I just copied those shortcuts from Jupyter Menú > Help > Keyboard Shortcuts, I didn't wrote them myself.

Check your current shortcuts in your Help, shortcuts coule have been modified by extensions or your past self.

Toc

Keyboard shortcuts

Git Cheat Sheet

Commands

Getting Started

git init

or

@gweissman
gweissman / dynamic_code.R
Created April 14, 2012 17:04
Dynamic code generation in R
# come up with some code elements
num1 <- 10
num2 <- 5
operators <- c('+','-')
# create a string of the desired code