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/sh | |
| mpg123 -b 1024 http://streamer-mtc-aa02.somafm.com:80/stream/1018 >> /home/craig/groove.log 2>&1 | 
  
    
      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 | |
| COMMAND="/home/craig/bin/todo.sh punch wh && echo && /home/craig/bin/todo.sh -@ ls" | |
| TIME=2 | |
| watch --color --no-title -n $TIME $COMMAND $@ | 
  
    
      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
    
  
  
    
  | #!/usr/bin/env python | |
| import yaml | |
| from openpyxl.styles import ( | |
| Alignment, | |
| Color, | |
| PatternFill, | |
| Font, | |
| Border, | |
| Side, | 
  
    
      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
    
  
  
    
  | #!/usr/bin/env python | |
| import random | |
| LARGE_SHORT_SWORD_DAMAGE = 8 | |
| def roll_d(die_size): | |
| return random.randint(1, die_size) | 
  
    
      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 | |
| if tmux has-session -t irc | |
| then | |
| tmux -2 attach -t irc | |
| else | |
| tmux -2 new -s "irc" weechat-curses | |
| fi | 
  
    
      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
    
  
  
    
  | #!/usr/bin/env python | |
| import eyeD3 | |
| from ogg import vorbis | |
| from time import localtime | |
| import json | |
| import getopt | |
| import sys | |
| from email.mime.image import MIMEImage | |
| def tag_mp3(target_file, info): |