Skip to content

Instantly share code, notes, and snippets.

@blink1073
blink1073 / dict_to_table.py
Last active August 20, 2018 07:17
Dict to PyTables Store
"""
Given an arbitrarily nested dictionary, create a PyTables Table
Populate a table row given the contents of a dictionary
"""
import tables
import numpy as np
import sys
@XayOn
XayOn / wigle.py
Created December 27, 2011 16:36
Wigle.net Parser
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Based on http://github.com/XayOn/Python-tuenti
Login class because of extreme lazyness.
Copyright (C) 2011 David Francos Cuartero (XayOn)
Made for thex1le who was working on this idea with urllib2.
This software is GPL2+
"""