Skip to content

Instantly share code, notes, and snippets.

@amaendle
amaendle / cst_python.py
Last active April 25, 2020 17:21 — forked from MrBrax/cst_python.py
extracts assets from a shockwave director file
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
from subprocess import call
import sys, os, getopt
import struct
import wave
import ntpath
import json
@amaendle
amaendle / Rnw
Created August 23, 2017 15:39
Fit partition of unity copulas in R
\documentclass{article}
\usepackage{etex} % Avoid an error due to a lack of registers
\usepackage[USenglish]{babel} % Defines the language of macros as well
\usepackage{mathptmx,amsmath}
%\usepackage[utf8]{inputenc}
\usepackage{bm}
\usepackage{caption}
\usepackage[T1]{fontenc}
\usepackage{lmodern}