Skip to content

Instantly share code, notes, and snippets.

View nascarsayan's full-sized avatar
🎯
Focusing

Sayan Naskar nascarsayan

🎯
Focusing
  • Microsoft
  • Kolkata, India
View GitHub Profile
@nascarsayan
nascarsayan / PowerShellTaskRunner.cs
Created June 16, 2022 05:36 — forked from rjmholt/PowerShellTaskRunner.cs
Examples of how to run PowerShell with a runspace pool and async Tasks
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.IO;
using System.Management.Automation;
using System.Management.Automation.Runspaces;
using System.Reflection;
using System.Threading.Tasks;
/// <summary>
@nascarsayan
nascarsayan / renameillegalfiles.py
Created March 13, 2018 16:20 — forked from openp2pdesign/renameillegalfiles.py
Check and rename files with illegal chars
# -*- encoding: utf-8 -*-
#
# Author: Massimo Menichinelli
# Homepage: http://www.openp2pdesign.org
# License: MIT
#
import string
import os