Skip to content

Instantly share code, notes, and snippets.

View Jericho's full-sized avatar
⛷️
"Meticulous joykill" is my new nickname

Jericho

⛷️
"Meticulous joykill" is my new nickname
View GitHub Profile
@Jericho
Jericho / gist:7791e7e35917db695f3c395c1e580ff3
Created November 21, 2023 20:38
Remove duplicates from my iTunes library and other clean up tasks
// You need to add a reference to the iTunes COM object which is present on your system after you install iTunes
using iTunesLib;
namespace MyiTunesLibraryCleanUp
{
public class Program
{
public static void Main()
{
// This is the location where I store my music.

Keybase proof

I hereby claim:

  • I am jericho on github.
  • I am desautelsj (https://keybase.io/desautelsj) on keybase.
  • I have a public key ASCQ1BtLJ6Il8wRsGOkgIAKG74PF7XElgwy-k79wsdQ3xAo

To claim this, I am signing this object:

// --------------------------------------------------
// Invoke like so:
// PS E:\_build\Cake.Email> .\build.ps1 -script email.cake --nuget_useinprocessclient=true --nuget_loaddependencies=true
// --------------------------------------------------
#addin nuget:?package=Cake.Email
using Cake.Email.Common;
/// <summary>
/// Reads the content of the HTTP response as string asynchronously.
/// </summary>
/// <param name="content">The content.</param>
/// <param name="encoding">The encoding. You can leave this parameter null and the encoding will be
/// automatically calculated based on the charset in the response. Also, UTF-8
/// encoding will be used if the charset is absent from the response, is blank
/// or contains an invalid value.</param>
/// <returns></returns>
/// <remarks>
git checkout develop
git pull origin develop
git pull upstream develop
git checkout feature/<my feature>
git rebase develop
git push --force