Skip to content

Instantly share code, notes, and snippets.

@Chirishman
Last active July 18, 2016 20:09
Show Gist options
  • Save Chirishman/8f5c95718a12a1a8419901083203bceb to your computer and use it in GitHub Desktop.
Save Chirishman/8f5c95718a12a1a8419901083203bceb to your computer and use it in GitHub Desktop.
Articles
http://www.powershellmagazine.com/2014/07/03/posh-ssh-open-source-ssh-powershell-module/
http://powershell.com/cs/media/p/203.aspx
https://blogs.technet.microsoft.com/heyscriptingguy/2011/11/11/use-powershell-to-easily-convert-decimal-to-binary-and-back/
http://stackoverflow.com/questions/34339258/fast-converting-decimal-to-binary-numbers-powershell
https://technet.microsoft.com/en-us/library/ee692684.aspx
http://mohundro.com/blog/2011/05/31/fun-with-binary/
http://haacked.com/archive/2012/01/30/hazards-of-converting-binary-data-to-a-string.aspx/
http://geekswithblogs.net/dbrown/archive/2009/04/05/convert-a-bitarray-to-byte-in-c.aspx
http://www.remkoweijnen.nl/blog/2012/05/10/bit-shifting-in-powershell/
https://www.experts-exchange.com/questions/23517251/How-to-save-a-C-BitArray-using-SQL-Server.html
http://dataidol.com/tonyrogerson/2014/04/23/sql-server-bitmap-operators-bitmasks-and-bit-arrays/
http://stackoverflow.com/questions/23073093/comparing-bit-array-to-bit-mask-in-tsql
http://stackoverflow.com/questions/618618/how-to-create-an-arraylist-from-an-array-in-powershell
http://stackoverflow.com/questions/22719893/how-to-convert-bit-array-to-byte-when-bit-array-has-only-5-bits-or-6bits
http://www.remkoweijnen.nl/blog/2012/05/10/bit-shifting-in-powershell/
http://www.remkoweijnen.nl/blog/2013/04/05/convert-bin-to-hex-and-hex-to-bin-in-powershell/
http://www1.cs.columbia.edu/~lok/csharp/refdocs/System.Collections/types/BitArray.html
http://vb.net.bigresource.com/convert-a-System-Object-to-a-System-Collections-Arraylist--O4dwU5S2J.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment