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
import sys | |
import subprocess | |
import queue | |
import threading | |
import functools | |
import multiprocessing | |
exit = [] | |
def worker(q): |
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 ruby1.9.1 | |
require 'shellwords' | |
files = [] | |
opts = [] | |
ARGV.each do |f| | |
if File.exists? f | |
files << [f, nil] | |
elsif f =~ /(.+):(.+?):?$/ | |
if File.exists? $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
qfsdqsfd |