Skip to content

Instantly share code, notes, and snippets.

@RadoRado
RadoRado / router.js
Created October 11, 2014 21:18
Minimal NodeJS HTTP router, made for an example. Kudos to @asotirov
/* global module, console */
module.exports = function(http, port) {
'use strict';
var routes = {};
var exportMethods = {};
var middlewares = [];
['get', 'post', 'put', 'delete'].forEach(function(method) {
routes[method] = routes[method] || {};
@KonradIT
KonradIT / readme.md
Last active July 11, 2024 20:46
GoPro Studio for Linux
@debasishg
debasishg / gist:8172796
Last active July 5, 2024 11:53
A collection of links for streaming algorithms and data structures

General Background and Overview

  1. Probabilistic Data Structures for Web Analytics and Data Mining : A great overview of the space of probabilistic data structures and how they are used in approximation algorithm implementation.
  2. Models and Issues in Data Stream Systems
  3. Philippe Flajolet’s contribution to streaming algorithms : A presentation by Jérémie Lumbroso that visits some of the hostorical perspectives and how it all began with Flajolet
  4. Approximate Frequency Counts over Data Streams by Gurmeet Singh Manku & Rajeev Motwani : One of the early papers on the subject.
  5. [Methods for Finding Frequent Items in Data Streams](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.187.9800&rep=rep1&t