December 23, 2021 BATCH SCRIPT TO DELETE TEMP FILES AND CLEAR CACHE @echo off@echo clear ram cache , temp files boost computer speedtitle This file is cleaning and Removing the temp filescolor 0atree c:\windows\tempdel... Piyu.v 0
December 14, 2021 Hashing with SHA1 Algorithm in C# For those who want a "standard" text formatting of the hash, you can use something like the following:static string Hash(string input) { using (SHA1Managed... Piyu.v 0