Skip to content

Instantly share code, notes, and snippets.

@alexchee
alexchee / keybase.md
Created September 1, 2017 17:33
keybase.md

Keybase proof

I hereby claim:

  • I am alexchee on github.
  • I am alpha_nexus (https://keybase.io/alpha_nexus) on keybase.
  • I have a public key ASBMg7RwPYhGyqU2HGaqPrsibH2toV4bB_UprZ60RqtXZQo

To claim this, I am signing this object:

@alexchee
alexchee / playlist_copier.rb
Created August 30, 2016 23:58
Copies songs from m3u playlist to another directory
#!/bin/ruby
require 'xmlsimple'
require 'fileutils'
require 'optparse'
DEST="/Volumes/TB/NewMusic/"
options = {
destination: DEST,
dry_run: false