This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
''' | |
Quick script to compare performance of sequence detection libraries | |
Created on Aug 26, 2014 | |
Refernced libraries: | |
https://github.com/4degrees/clique | |
http://pyseq.rsgalloway.com/ | |
@author: patrick.wolf | |
''' | |
import time |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying that "patrickmwolf.id" is my Blockstack ID. https://onename.com/patrickmwolf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git init | |
git remote add new https://github.com/patrickwolf/sandbox_repoNew | |
git remote add old https://github.com/patrickwolf/sandbox_repoRoot | |
git fetch new | |
git fetch old | |
echo "first" > readme.md | |
git add readme.md | |
git commit -m "first" | |
git branch combined | |
git rebase --rebase-merges --onto 9086ffd 80ece84 combined |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
AAX Audio Converter PostJob v0.1 | |
Post processing for AAX Audio Converter to keep JSON files. | |
This script maps and copies JSON files based on AAX filenames to their respective destinations. | |
Authors: Patrick Wolf, ChatGPT | |
Year: 2024 | |
License: Open source (all rights allowed) | |
# Setup: | |
Settings > General > Copy .aax to second folder with (flat) \ <book> - <author> |