IT Nursery
I recently have been moving a bunch of MP3s from various locations into a repository. I had been constructing the new file names using the ID3 tags (thanks, TagLib-Sharp!),...
  • June 1, 2022
  • 0 Comments
IT Nursery
I’m looking for a way to sanitize input that I paste into the browser, is this possible to do with jQuery? I’ve managed to come up with this so...
  • May 28, 2022
  • 0 Comments
I have a string that I want to use as a filename, so I want to remove all characters that wouldn’t be allowed in filenames, using Python. I’d rather...
  • May 10, 2022
  • 0 Comments