Skip to content

Instantly share code, notes, and snippets.

@bafu
bafu / remake_pyconly_wheel.py
Created January 18, 2018 10:56 — forked from tanbro/remake_pyconly_wheel.py
A small tool Re-Pack a Python Wheel to a PYC-Only One
# -*- coding: utf-8 -*-
"""
Re-Pack `Wheel` to a PYC-Only One
"""
from __future__ import print_function, unicode_literals
import argparse
import compileall
@bafu
bafu / 0_reuse_code.js
Created November 27, 2015 07:14
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console