Writing

  • Cheapest days to shop online reference

    ,

    Archiving via Yahoo! Shine. Mondays: Best for buying men’s and women’s dress pants. The average sale is about 48 percent off. Mondays: Also great for purchasing sunglasses. The average discount is 55 percent. Tuesdays: Best for buying men’s apparel. The average discount is 42 percent. Wednesdays: Find lowest prices on shoes. The average discount is…

  • Hash class using System.Security.Cryptography

    ,

    Adding for archival purposes… <span style="color: blue">using </span>System; <span style="color: blue">using </span>System.Collections.Generic; <span style="color: blue">using </span>System.Linq; <span style="color: blue">using </span>System.Web; <span style="color: blue">using </span>System.Security.Cryptography; <span style="color: blue">namespace </span>Classes {     <span style="color: blue">public class </span><span style="color: #2b91af">Hash     </span>{         <span style="color: blue">public </span>Hash()         { }         <span style="color: blue">#region </span>Hash Choices         <span style="color: gray">/// &lt;summary&gt;</span><span style="color: green">The wanted…

  • Reference for jsSHA

    jsSHA – A JavaScript implementation of the complete Secure Hash Standard family             (SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512) by Brian Turek About ————————- jsSHA is a javaScript implementation of the complete Secure Hash Algorithm family as defined by FIPS PUB 180-2 (http://csrc.nist.gov/publications/fips/fips180-2/fips180-2withchangenotice.pdf) With the slow phasing out of MD5 as the standard hash to use…

  • Avoid poisoned milk made from China or Taiwan

    I received this email from my aunt, title “Food Inc. China.”  Posting it here for archival purposes. ——- Make sure you read to the very end — very interesting — perhaps the best way to tell where things are made… China milk poisoning incidents make everyone afraid to look at the daily news report. Everyday,…

  • Get file version remotely using PowerShell

    ,

    PS C:\> gc servers.txt | foreach { [system.diagnostics.fileversioninfo]::getversioninfo($_) }