Skip to content

Instantly share code, notes, and snippets.

@vitillo
vitillo / e10s quality.ipynb
Last active June 23, 2022 12:38
e10s quality
View e10s quality.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vitillo
vitillo / tutorial.scala
Last active December 18, 2020 17:33
Spark Tutorial @ Mozlandia 2014
View tutorial.scala
//==========================================================================
// A gentle tutorial to Spark and Telemetry
//==========================================================================
// Let's import some Spark classes
import org.apache.spark.SparkContext
import org.apache.spark.SparkContext._
import org.apache.spark.SparkConf
// ... and some json parsing utilities
View Differential Privacy for Dummies.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vitillo
vitillo / Makefile
Last active April 24, 2018 05:56
Eigen vs IPP, 4x4 Matrix Multiplication
View Makefile
CC=g++
CXXFLAGS=-O2 -fopenmp -g -mavx -march=native -I/opt/intel/composerxe/ipp/include -Iinclude/eigen3
LDFLAGS = -lgomp -lipps -lippm
all: main.o testAVX.o testAVX.h
$(CC) $(LDFLAGS) main.o -o kernel
main.o: main.cpp testAVX.h
$(CC) $(CXXFLAGS) -c main.cpp
View Tutorial.json
{"paragraphs":[{"text":"%md\n\n##Welcome to Zeppelin.\n####This is a live tutorial, you can run the code yourself. (Shift-Enter to Run)\n","dateUpdated":"2017-02-28T13:48:48+0000","config":{"tableHide":false,"colWidth":12,"editorMode":"ace/mode/markdown","editorHide":true,"graph":{"mode":"table","height":300,"optionOpen":false,"keys":[],"values":[],"groups":[],"scatter":{}},"enabled":true},"settings":{"params":{},"forms":{}},"jobName":"paragraph_1488289691068_-996268266","id":"20170224-141003_1862458520","result":{"code":"SUCCESS","type":"HTML","msg":"<h2>Welcome to Zeppelin.</h2>\n<h4>This is a live tutorial, you can run the code yourself. (Shift-Enter to Run)</h4>\n"},"dateCreated":"2017-02-28T13:48:11+0000","status":"FINISHED","progressUpdateIntervalMs":500,"$$hashKey":"object:226","dateFinished":"2017-02-28T13:48:49+0000","dateStarted":"2017-02-28T13:48:48+0000","focus":true},{"text":"%md \n\nIn this short tutorial we will load some data from Python and query it from SQL & Scala. Compared to Jupyter, [Zep
View Martingale.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vitillo
vitillo / Threeherder failure classification.ipynb
Created November 29, 2016 17:39
Threeherder failure classification
View Threeherder failure classification.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View Longitudinal Dataset Tutorial.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View Counting errors.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vitillo
vitillo / Hypothesis test for count data.ipynb
Created May 23, 2016 10:40
Hypothesis test for count data
View Hypothesis test for count data.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.