Skip to content

Instantly share code, notes, and snippets.

View SamuelePilleri's full-sized avatar

Samuele Pilleri SamuelePilleri

View GitHub Profile
@saaj
saaj / ranking.py
Created June 9, 2014 11:31
Python SQLite ranking functions for sqlitefts
# -*- coding: utf-8 -*-
'''
Ranking code based on:
https://github.com/coleifer/peewee/blob/master/playhouse/sqlite_ext.py
'''
import struct
import math