Wednesday, September 11, 2019

Python base64 encode and decode

Mac OS X and Linux

import base64
base64.decodestring('QmFkU2VjdG9yIHdhcyBoZXJl')

-----------------------------

Base64.encodestring('Text to encode')


Windows 10 Python 3.7

import base64
base64.b64decode(b'QmFkU2VjdG9yIHdhcyBoZXJl')

-----------------------------

base64.b64encode(b'Text to encode')

I prefere Mac OS X or Linux but it does work in Windows 10


Sunday, September 8, 2019

Free HEVC H.265 for Windows 10

Thanks to Barnacules Nerdgasm for posting this. Save a 1$ and get the codec free from Microsoft 

Link to download FREE HEVC H265 video codec from Microsoft Store 👇 http://bit.ly/freehevc - Free Codec from Device Manufacturers ^- Don't buy the codec "Movies & TV" redirects you to, it's not necessary!

If Microsoft wants you to log in with your account or you don't have on, just click the X and it will install.