Skip to content

Instantly share code, notes, and snippets.

@timewasted
timewasted / GzipFilter.php
Created July 26, 2011 21:38
Assetic gzip filter
<?php
namespace Assetic\Filter;
use Assetic\Asset\AssetInterface;
use Assetic\Util\ProcessBuilder;
/**
* Runs assets through gzip.
*/
@timewasted
timewasted / default.py
Created November 20, 2015 05:30
NetfliXBMC 1.3.23 hacked to support watching TV episodes
#!/usr/bin/python
# -*- coding: utf-8 -*-
import os
import sys
import re
import json
import time
import shutil
import threading
import subprocess