Skip to content

Instantly share code, notes, and snippets.

package bloomfilter
import (
"crypto/md5"
"encoding/binary"
"bytes"
)
type BloomFilter struct {
buckets []bool
package bloomcounter
import (
"encoding/binary"
"bytes"
"crypto/md5"
)
type BloomCounter struct {
buckets []uint
import Queue as queue # like really
import urllib2
import threading
class DoThing(object):
def __init__(self, url):
self.q = queue.Queue()
self.t = threading.Thread(target=self.go, args=(url,))
self.t.start()
@Alligator
Alligator / watchfile.sh
Last active August 29, 2015 14:05 — forked from swarminglogic/watchfile.sh
watchfile modified to work in osx
#!/bin/bash
version=1.0.1
versionDate="2014-02-14"
function showHelp() {
echo "watchfile - monitor file(s)/command and perform action when changed
Possible ways of usage
----------------------------------------

what is this

this is a post or something

#include <iostream>
#include <map>
using namespace std;
int main() {
map<char, int> stuff;
stuff['a'] = 1;
stuff['b'] = 2;
stuff['c'] = 3;
*.swp

Chrome Request

Headers

Origin http://glitch.goonscape.org
Accept-Encoding gzip,deflate,sdch
Accept-Language en-GB,en-US;q=0.8,en;q=0.6
Connection keep-alive
Content-Length 645
Accept-Charset ISO-8859-1,utf-8;q=0.7,*;q=0.3
Host glitch.goonscape.org
@Alligator
Alligator / index.html
Created September 2, 2012 18:55
angular dot js
<!DOCTYPE HTML>
<html lang="en" ng-app="notes">
<head>
<meta charset="UTF-8">
<title></title>
<link rel="stylesheet" href="static/reset.css" />
<style type="text/css">
html, body, .content {
height: 100%;