Skip to content

Instantly share code, notes, and snippets.

@micsthepick
micsthepick / BuggyCompile.py
Created March 19, 2015 00:00
A Python module that doesn't want to compile
# Tetris cube solver - uncompilable version
print 'Even this statement will not execute!'
from itertools import product, permutations, izip
# board dimensions
bheight = 4
brows = 4
bcols = 4
pieces = [# 0
p = 30242891075043422538597238423437707429062498823931433331195843266926642079891109551622537340066929744985529947796520867218967308966394924790423115320588624882597440773599692183656419684397406310673020952351879077350209412312156198363769288096740069886058879020265071829573848125226852908664943570153167542002665254379924677798371753522220540610022476818926155960046985908559222183053207345793746440590669728922515165975459130906888264830040231618916956411256278927222705614334924323032883998104950005954950962790391660947717261182453612229019455710865840208408500197669805186290829955309892603072510011222605748643481
q = 74592192020319209979670363928897598415161574612554237931530758494468392082223
d = 84298316757614957998460420290154425771844915207086538005194721403721205896384667903440352625029894283241009385441723363889276540248723022612227389031229517348940766081088118111633149407825121258337701205861446686378713204070026374601088811208860208635934817968413159536687117727434879027836025679978518196043709304
@micsthepick
micsthepick / README.md
Created August 5, 2021 00:57 — forked from SteveALee/README.md
Build audacity with ASIO support on Windows

Build your own Audacity with ASIO driver support

UPDATE 2021-07-5: If you are concerned about Audacity's use of your personal information after the confusing messaging about telementry then you probably do not need to be. Note especially, “The current version (3.0.2) does not support data collection [of] any data of any kind and has no networking features enabled”. In addition, the script provided here only uses the public Audacity source code, with no changes.

UPDATE: This builds Audacity 3.0.2. Audacity 3.0.0 introduced a new project file format so you will hit compatability problems if you use Audacity 2.x.x to open projects saved with this version.

The Audacity program is the "go to" solution for many audio recording and editing tasks. However, unlike many more advanced DAWs, it doesn't support Windows ASIO