This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying my Blockstack ID is secured with the address 1GqPAA7kFUxdhxbs6oesCcSG9hxsg4dwbJ https://explorer.blockstack.org/address/1GqPAA7kFUxdhxbs6oesCcSG9hxsg4dwbJ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowFileExtensions | |
powercfg -h off | |
setx /M path "%path%;%USERPROFILE%\Documents\cmd\bin" | |
cinst git -y | |
cinst fnm -y | |
cinst python3 -y | |
cinst 7zip -y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#region Using Statements | |
using System; | |
using System.Reflection; | |
using System.Collections.Generic; | |
#endregion | |
namespace CodeSamples | |
{ | |
/// <summary> | |
/// A generic-type object pool that can create new objects if empty. |