Skip to content

Instantly share code, notes, and snippets.

View timotew's full-sized avatar
A bit busy on bitbucket

Olaoluwa Peters timotew

A bit busy on bitbucket
View GitHub Profile
@timotew
timotew / README.md
Created February 18, 2020 15:02 — forked from lopspower/README.md
Hexadecimal color code for transparency

Hexadecimal color code for transparency

Twitter

How to set transparency with hex value ?

For example, you want to set 40% alpha transparence to #000000 (black color), you need to add 66 like this #66000000.

Download This sample on Google Play Store

@timotew
timotew / git-gpg.md
Created July 24, 2018 17:05 — forked from bcomnes/git-gpg.md
my version of gpg on the mac
  1. brew install gnupg21, pinentry-mac (this includes gpg-agent and pinentry)

  2. Generate a key: $ gpg2 --gen-key

  3. Take the defaults. Whatevs

  4. Tell gpg-agent to use pinentry-mac:

    $ vim ~/.gnupg/gpg-agent.conf