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.
View tutorial.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//========================================================================== | |
// 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.
View Makefile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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.
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.
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.
NewerOlder