0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
minor tweaks More... about 13 years ago
Added MMSpecUtils.makeFakeFiles More... about 13 years ago
Append a / to paths if they're directories More... about 13 years ago
Delete scanned_list.txt before recreating it More... about 13 years ago
Updated the tidbit for vim in irb More... about 13 years ago
Dont expand the path More... about 13 years ago
Using a class variable for the filename More... about 13 years ago
minor tweak More... about 13 years ago
scanDir now writes and returns the glob More... about 13 years ago
Switched from Dir.glob to Find.find More... about 13 years ago
Added tidbit to help when running vim from within irb More... about 13 years ago
scanDir now handles arrays of strings as first argument More... about 13 years ago
Added require for MM itself, and a note More... about 13 years ago
Added comments to MMSpecUtils methods More... about 13 years ago
Started MMSpecUtils More... about 13 years ago
Added collect_duplicates(array_of_files,verbose=:no, bytes_to_hash=0) More... about 14 years ago
Added add_videots(path) intended to help track video_ts movies, currently not in use. Also fixed bug in expand_answers. More... about 14 years ago
Added a begin/ensure to duplicates_by_hash is run but that solution is flawed - also added duplicates_by_hash method More... about 14 years ago
Fixed syntax error, use expand_answer More... about 14 years ago
Sort filenames, shortest first, when prompting user which to keep in duplicate removal More... about 14 years ago
Added expand_answers() to MMCommon, and use it in prompt More... about 14 years ago
Had to comment out require for Linguistics for now, cannot install gem due to unrelated tech problems More... about 14 years ago
Added new command file remove_duplicates.rb More... about 14 years ago
Added register line for Remove_duplicates More... about 14 years ago
Added a require for ftools More... about 14 years ago
Added symbolize() and fixed reference to ask_symbol from prompt() More... about 14 years ago
Added ask() ask_symbol() and prompt() to MMCommon More... about 14 years ago
Added createIndexByHash(hashes) which creates an index such that index[hash] = [[filename1, fileID], [filename2, fileID] (,...)] More... about 14 years ago
Escape %s before passing str to printf, else program-panic More... about 14 years ago
Improved execute() in hasher command More... about 14 years ago