Skip to content

Instantly share code, notes, and snippets.

View emilabsal's full-sized avatar

Emil Absalyamov emilabsal

View GitHub Profile
@emilabsal
emilabsal / README.md
Created November 27, 2022 14:25 — 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

@emilabsal
emilabsal / terminal-commands.md
Created September 27, 2022 10:51 — forked from bradtraversy/terminal-commands.md
Common Terminal Commands

Common Terminal Commands

Key Commands & Navigation

Before we look at some common commands, I just want to note a few keyboard commands that are very helpful:

  • Up Arrow: Will show your last command
  • Down Arrow: Will show your next command
  • Tab: Will auto-complete your command
  • Ctrl + L: Will clear the screen