This file contains hidden or 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
#!/bin/bash | |
for i in *.wav; do | |
ffmpeg -i "$i" -vn -ar 44100 -ac 2 -ab 320k -f mp3 "${i%%.*}.mp3" | |
done |
This file contains hidden or 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
youtube-dl --playlist-reverse -o "%(playlist_index)s-%(title)s.%(ext)s" |
This file contains hidden or 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 my Blockstack ID is secured with the address 1P4PPWpCPAngkuuazefTmer9cnvyQudhy7 https://explorer.blockstack.org/address/1P4PPWpCPAngkuuazefTmer9cnvyQudhy7 |
This file contains hidden or 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
{ 'contributors': None, | |
'coordinates': None, | |
'created_at': 'Fri Dec 04 15:01:22 +0000 2015', | |
'entities': {'hashtags': [{'indices': [67, 78], 'text': 'javascript'}, | |
{'indices': [79, 83], 'text': 'php'}, | |
{'indices': [84, 91], 'text': 'python'}, | |
{'indices': [92, 113], 'text': 'softwarearchitecture'}], | |
'symbols': [], | |
'urls': [{'display_url': 'goo.gl/fb/XGY31t', | |
'expanded_url': 'http://goo.gl/fb/XGY31t', |
NewerOlder