Skip to content

Instantly share code, notes, and snippets.

View papposilene's full-sized avatar

Philippe-Alexandre P. papposilene

View GitHub Profile
@papposilene
papposilene / gist:6cbbc86338bf7ba68c37
Created February 2, 2016 13:07
onename verification
Verifying that +papposilene is my blockchain ID. https://onename.com/papposilene
@papposilene
papposilene / FileSplitter.py
Last active January 18, 2016 09:55 — forked from msharp/FileSplitter.py
Python script to split a large of exported scrobbles file into multiple and smaller .scrobbler.log files.
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import sys
import os
class FileSplitter:
def __init__(self):
self.parse_args(sys.argv)