Skip to content

Instantly share code, notes, and snippets.

View nikhilmitrax's full-sized avatar

Nikhil Mitra nikhilmitrax

  • Second Spectrum
  • Los Angeles, CA
View GitHub Profile
@nikhilmitrax
nikhilmitrax / exfiltration.py
Last active May 18, 2018 02:28
Simple file to get data from a client
from flask import Flask, request
from flask_cors import CORS, cross_origin
import json
app = Flask(__name__)
CORS(app)
DATA_FILE = 'dataset.jsonl'
@app.after_request

Keybase proof

I hereby claim:

  • I am nikhilmitrax on github.
  • I am nikhilmitra (https://keybase.io/nikhilmitra) on keybase.
  • I have a public key ASCRoS9GdS3XGPbG9EC25-1m7omrKJ-OyOLyj-mkPid8vQo

To claim this, I am signing this object:

@nikhilmitrax
nikhilmitrax / gist:494925797b4ad7242635
Created October 7, 2015 06:08 — forked from debasishg/gist:8172796
A collection of links for streaming algorithms and data structures
  1. General Background and Overview