Custom IComparers in PowerShell (and Add-Type for v1)
Someone asked the question in #PowerShell (on irc.Freenode.net): How do I find an item (in an array) based on one of it’s properties? Actually, the question was rather more complicated than that. They were importing a bunch of users from a csv file, and wanted to sort them and search them based on a specific [...]
Searching the PoshCode Repository
I’ve been having problems with the search functionality on the PoshCOde repository, and I just thought I’d throw this up here because I just now solved the biggest problem: ranking. Up until now, the results have not been returned in order of relevance — this is because the search works using MySQL’s FULLTEXT BOOLEAN search, [...]